aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-10-24 06:51:20 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-11-13 04:32:05 -0500
commitf956a785a282f6b5a3e7d59937548f8b7c04d1ac (patch)
tree62813b553257c642da747b406358532b0306930f /arch/arm/mach-integrator/Kconfig
parentbcc397de5af74ed31f35c0ca4cbd9faadb775c2e (diff)
soc: move SoC driver for the ARM Integrator
This creates a new SoC bus driver for the ARM Integrator family core modules to register the SoC bus and provide sysfs info for the core module. We delete the corresponding code from the Integrator machine and select this driver to get a clean result. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r--arch/arm/mach-integrator/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig
index 62e6db4bd533..02d083489a26 100644
--- a/arch/arm/mach-integrator/Kconfig
+++ b/arch/arm/mach-integrator/Kconfig
@@ -14,6 +14,7 @@ config ARCH_INTEGRATOR
14 select POWER_RESET 14 select POWER_RESET
15 select POWER_RESET_VERSATILE 15 select POWER_RESET_VERSATILE
16 select POWER_SUPPLY 16 select POWER_SUPPLY
17 select SOC_INTEGRATOR_CM
17 select SPARSE_IRQ 18 select SPARSE_IRQ
18 select USE_OF 19 select USE_OF
19 select VERSATILE_FPGA_IRQ 20 select VERSATILE_FPGA_IRQ