Merge tag 'berlin-soc-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin...
authorOlof Johansson <olof@lixom.net>
Sun, 9 Nov 2014 00:46:36 +0000 (16:46 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 9 Nov 2014 00:46:36 +0000 (16:46 -0800)
Merge "ARM: berlin: SoC changes for v3.19 (round 1)" from Sebastian
Hesselbarth:

Berlin SoC changes for v3.19 (round 1)
- Select the reset driver for all SoCs

* tag 'berlin-soc-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin:
  ARM: Berlin: select the reset controller

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-berlin/Kconfig

index 24f85be71671080cc9234c7677eefd8c56682c20..84d34e07209ca6989e39d5ed81841b53bf192f1b 100644 (file)
@@ -1,11 +1,13 @@
 menuconfig ARCH_BERLIN
        bool "Marvell Berlin SoCs" if ARCH_MULTI_V7
+       select ARCH_HAS_RESET_CONTROLLER
        select ARCH_REQUIRE_GPIOLIB
        select ARM_GIC
-       select GENERIC_IRQ_CHIP
        select DW_APB_ICTL
        select DW_APB_TIMER_OF
+       select GENERIC_IRQ_CHIP
        select PINCTRL
+       select RESET_CONTROLLER
 
 if ARCH_BERLIN