aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/versatile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/versatile/Kconfig')
-rw-r--r--drivers/soc/versatile/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/soc/versatile/Kconfig b/drivers/soc/versatile/Kconfig
new file mode 100644
index 000000000000..bf5ee9c85330
--- /dev/null
+++ b/drivers/soc/versatile/Kconfig
@@ -0,0 +1,10 @@
1#
2# ARM Versatile SoC drivers
3#
4config SOC_REALVIEW
5 bool "SoC bus device for the ARM RealView platforms"
6 depends on ARCH_REALVIEW
7 select SOC_BUS
8 help
9 Include support for the SoC bus on the ARM RealView platforms
10 providing some sysfs information about the ASIC variant.