Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (2f05726171f8d03eef58bc26b49e4994a66c0c5f)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# ARM Versatile SoC drivers
4#
5config SOC_INTEGRATOR_CM
6 bool "SoC bus device for the ARM Integrator platform core modules"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# ARM Versatile SoC drivers
4#
5config SOC_INTEGRATOR_CM
6 bool "SoC bus device for the ARM Integrator platform core modules"
7 depends on ARCH_INTEGRATOR
7 depends on ARCH_INTEGRATOR || COMPILE_TEST
8 select SOC_BUS
9 help
10 Include support for the SoC bus on the ARM Integrator platform
11 core modules providing some sysfs information about the ASIC
12 variant.
13
14config SOC_REALVIEW
15 bool "SoC bus device for the ARM RealView platforms"
8 select SOC_BUS
9 help
10 Include support for the SoC bus on the ARM Integrator platform
11 core modules providing some sysfs information about the ASIC
12 variant.
13
14config SOC_REALVIEW
15 bool "SoC bus device for the ARM RealView platforms"
16 depends on ARCH_REALVIEW
16 depends on ARCH_REALVIEW || COMPILE_TEST
17 select SOC_BUS
18 help
19 Include support for the SoC bus on the ARM RealView platforms
20 providing some sysfs information about the ASIC variant.
17 select SOC_BUS
18 help
19 Include support for the SoC bus on the ARM RealView platforms
20 providing some sysfs information about the ASIC variant.