aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-01-28 17:04:11 -0500
committerOlof Johansson <olof@lixom.net>2015-01-29 16:52:06 -0500
commit436d3b13fc1962639ec558a1a98ad96b62d4b82b (patch)
treed786a028f8d473e3f46f400255e93aa774f9b767
parente23814da826283ee540f2c0837bba1937cd8f6b5 (diff)
ARM: digicolor: select syscon and timer
The digicolor interrupt controller driver now needs syscon. Also, as per clocksource maintainer request, we now have a separate config symbol, CONFIG_DIGICOLOR_TIMER, for the digicolor timer. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-digicolor/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-digicolor/Kconfig b/arch/arm/mach-digicolor/Kconfig
index 5a0669a2738e..4f36d8d2bc57 100644
--- a/arch/arm/mach-digicolor/Kconfig
+++ b/arch/arm/mach-digicolor/Kconfig
@@ -2,4 +2,6 @@ config ARCH_DIGICOLOR
2 bool "Conexant Digicolor SoC Support" 2 bool "Conexant Digicolor SoC Support"
3 depends on ARCH_MULTI_V7 3 depends on ARCH_MULTI_V7
4 select CLKSRC_MMIO 4 select CLKSRC_MMIO
5 select DIGICOLOR_TIMER
5 select GENERIC_IRQ_CHIP 6 select GENERIC_IRQ_CHIP
7 select MFD_SYSCON