diff options
Diffstat (limited to 'drivers/soc/versatile/Kconfig')
-rw-r--r-- | drivers/soc/versatile/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/soc/versatile/Kconfig b/drivers/soc/versatile/Kconfig index bf5ee9c85330..a928a7fc6be4 100644 --- a/drivers/soc/versatile/Kconfig +++ b/drivers/soc/versatile/Kconfig | |||
@@ -1,6 +1,15 @@ | |||
1 | # | 1 | # |
2 | # ARM Versatile SoC drivers | 2 | # ARM Versatile SoC drivers |
3 | # | 3 | # |
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 | |||
4 | config SOC_REALVIEW | 13 | config SOC_REALVIEW |
5 | bool "SoC bus device for the ARM RealView platforms" | 14 | bool "SoC bus device for the ARM RealView platforms" |
6 | depends on ARCH_REALVIEW | 15 | depends on ARCH_REALVIEW |