1a2974c9cSLinus Walleij# 2a2974c9cSLinus Walleij# ARM Versatile SoC drivers 3a2974c9cSLinus Walleij# 4*f956a785SLinus Walleijconfig SOC_INTEGRATOR_CM 5*f956a785SLinus Walleij bool "SoC bus device for the ARM Integrator platform core modules" 6*f956a785SLinus Walleij depends on ARCH_INTEGRATOR 7*f956a785SLinus Walleij select SOC_BUS 8*f956a785SLinus Walleij help 9*f956a785SLinus Walleij Include support for the SoC bus on the ARM Integrator platform 10*f956a785SLinus Walleij core modules providing some sysfs information about the ASIC 11*f956a785SLinus Walleij variant. 12*f956a785SLinus Walleij 13a2974c9cSLinus Walleijconfig SOC_REALVIEW 14a2974c9cSLinus Walleij bool "SoC bus device for the ARM RealView platforms" 15a2974c9cSLinus Walleij depends on ARCH_REALVIEW 16a2974c9cSLinus Walleij select SOC_BUS 17a2974c9cSLinus Walleij help 18a2974c9cSLinus Walleij Include support for the SoC bus on the ARM RealView platforms 19a2974c9cSLinus Walleij providing some sysfs information about the ASIC variant. 20