1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b32de9ddSAlexandre Belloniconfig AT91_SOC_ID 3b32de9ddSAlexandre Belloni bool "SoC bus for Atmel ARM SoCs" 4b32de9ddSAlexandre Belloni depends on ARCH_AT91 || COMPILE_TEST 5b32de9ddSAlexandre Belloni default ARCH_AT91 6b32de9ddSAlexandre Belloni help 7b32de9ddSAlexandre Belloni Include support for the SoC bus on the Atmel ARM SoCs. 8*c3277f8eSKamel Bouhara 9*c3277f8eSKamel Bouharaconfig AT91_SOC_SFR 10*c3277f8eSKamel Bouhara tristate "Special Function Registers support" 11*c3277f8eSKamel Bouhara depends on ARCH_AT91 || COMPILE_TEST 12*c3277f8eSKamel Bouhara help 13*c3277f8eSKamel Bouhara This is a driver for the Special Function Registers available on 14*c3277f8eSKamel Bouhara Atmel SAMA5Dx SoCs, providing access to specific aspects of the 15*c3277f8eSKamel Bouhara integrated memory, bridge implementations, processor etc. 16*c3277f8eSKamel Bouhara 17*c3277f8eSKamel Bouhara This driver can also be built as a module. If so, the module 18*c3277f8eSKamel Bouhara will be called sfr. 19