]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: berlin: select MFD_SYSCON by default
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 27 Apr 2015 19:40:35 +0000 (21:40 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Mon, 18 May 2015 15:52:28 +0000 (17:52 +0200)
The chip and system controller nodes handle sub-devices, such as the
clock, pinctrl or reset controllers. The drivers handling them need a
regmap provided by syscon. Select it by default when using a Berlin SoC.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/mach-berlin/Kconfig

index 3e40a947f3ea4c1552176d6f5e1fe8961de40bb6..742d53a5f7f94fc8ee58ed3fdd69a2e4c49f75b6 100644 (file)
@@ -6,6 +6,7 @@ menuconfig ARCH_BERLIN
        select DW_APB_ICTL
        select DW_APB_TIMER_OF
        select GENERIC_IRQ_CHIP
+       select MFD_SYSCON
        select PINCTRL
 
 if ARCH_BERLIN