18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig AT91_SOC_ID
38c2ecf20Sopenharmony_ci	bool "SoC bus for Atmel ARM SoCs"
48c2ecf20Sopenharmony_ci	depends on ARCH_AT91 || COMPILE_TEST
58c2ecf20Sopenharmony_ci	default ARCH_AT91
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  Include support for the SoC bus on the Atmel ARM SoCs.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciconfig AT91_SOC_SFR
108c2ecf20Sopenharmony_ci	tristate "Special Function Registers support"
118c2ecf20Sopenharmony_ci	depends on ARCH_AT91 || COMPILE_TEST
128c2ecf20Sopenharmony_ci	help
138c2ecf20Sopenharmony_ci	  This is a driver for the Special Function Registers available on
148c2ecf20Sopenharmony_ci	  Atmel SAMA5Dx SoCs, providing access to specific aspects of the
158c2ecf20Sopenharmony_ci	  integrated memory, bridge implementations, processor etc.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	  This driver can also be built as a module. If so, the module
188c2ecf20Sopenharmony_ci	  will be called sfr.
19