Linus Walleij | a2974c9 | 2014-07-25 15:04:52 +0200 | [diff] [blame] | 1 | # |
| 2 | # ARM Versatile SoC drivers |
| 3 | # |
Linus Walleij | f956a78 | 2014-10-24 12:51:20 +0200 | [diff] [blame] | 4 | config SOC_INTEGRATOR_CM |
| 5 | bool "SoC bus device for the ARM Integrator platform core modules" |
| 6 | depends on ARCH_INTEGRATOR |
| 7 | select SOC_BUS |
| 8 | help |
| 9 | Include support for the SoC bus on the ARM Integrator platform |
| 10 | core modules providing some sysfs information about the ASIC |
| 11 | variant. |
| 12 | |
Linus Walleij | a2974c9 | 2014-07-25 15:04:52 +0200 | [diff] [blame] | 13 | config SOC_REALVIEW |
| 14 | bool "SoC bus device for the ARM RealView platforms" |
| 15 | depends on ARCH_REALVIEW |
| 16 | select SOC_BUS |
| 17 | help |
| 18 | Include support for the SoC bus on the ARM RealView platforms |
| 19 | providing some sysfs information about the ASIC variant. |