xref: /linux/drivers/soc/versatile/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas 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"
7f956a785SLinus Walleij	depends on ARCH_INTEGRATOR
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"
16a2974c9cSLinus Walleij	depends on ARCH_REALVIEW
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