brintos

brintos / linux-shallow public Read only

0
0
Text · 637 B · 7bbf54a Raw
21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# ARM Versatile SoC drivers4#5config SOC_INTEGRATOR_CM6	bool "SoC bus device for the ARM Integrator platform core modules"7	depends on ARCH_INTEGRATOR || COMPILE_TEST8	select SOC_BUS9	help10	  Include support for the SoC bus on the ARM Integrator platform11	  core modules providing some sysfs information about the ASIC12	  variant.13 14config SOC_REALVIEW15	bool "SoC bus device for the ARM RealView platforms"16	depends on ARCH_REALVIEW || COMPILE_TEST17	select SOC_BUS18	help19	  Include support for the SoC bus on the ARM RealView platforms20	  providing some sysfs information about the ASIC variant.21