Kconfig 611 B

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