]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: digicolor: select syscon and timer
authorBaruch Siach <baruch@tkos.co.il>
Wed, 28 Jan 2015 22:04:11 +0000 (00:04 +0200)
committerOlof Johansson <olof@lixom.net>
Thu, 29 Jan 2015 21:52:06 +0000 (13:52 -0800)
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>
arch/arm/mach-digicolor/Kconfig

index 5a0669a2738ed8ae90b548cdeb3fe09d5010500c..4f36d8d2bc57bd59a76d5efb1ed0a6f132141310 100644 (file)
@@ -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