Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-01-29 01:04:11 +0300
committerOlof Johansson <olof@lixom.net>2015-01-30 00:52:06 +0300
commit436d3b13fc1962639ec558a1a98ad96b62d4b82b (patch)
treed786a028f8d473e3f46f400255e93aa774f9b767 /arch/arm/mach-digicolor/Kconfig
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>
Diffstat (limited to 'arch/arm/mach-digicolor/Kconfig')
-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
bool "Conexant Digicolor SoC Support"
depends on ARCH_MULTI_V7
select CLKSRC_MMIO
+ select DIGICOLOR_TIMER
select GENERIC_IRQ_CHIP
+ select MFD_SYSCON