xref: /linux/drivers/soc/versatile/Kconfig (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a2974c9cSLinus Walleij#
3a2974c9cSLinus Walleij# ARM Versatile SoC drivers
4a2974c9cSLinus Walleij#
5f956a785SLinus Walleijconfig SOC_INTEGRATOR_CM
6f956a785SLinus Walleij	bool "SoC bus device for the ARM Integrator platform core modules"
7*2f057261SKrzysztof Kozlowski	depends on ARCH_INTEGRATOR || COMPILE_TEST
8f956a785SLinus Walleij	select SOC_BUS
9f956a785SLinus Walleij	help
10f956a785SLinus Walleij	  Include support for the SoC bus on the ARM Integrator platform
11f956a785SLinus Walleij	  core modules providing some sysfs information about the ASIC
12f956a785SLinus Walleij	  variant.
13f956a785SLinus Walleij
14a2974c9cSLinus Walleijconfig SOC_REALVIEW
15a2974c9cSLinus Walleij	bool "SoC bus device for the ARM RealView platforms"
16*2f057261SKrzysztof Kozlowski	depends on ARCH_REALVIEW || COMPILE_TEST
17a2974c9cSLinus Walleij	select SOC_BUS
18a2974c9cSLinus Walleij	help
19a2974c9cSLinus Walleij	  Include support for the SoC bus on the ARM RealView platforms
20a2974c9cSLinus Walleij	  providing some sysfs information about the ASIC variant.
21