ARM: Berlin: select the reset controller
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Wed, 3 Sep 2014 07:48:22 +0000 (09:48 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 21 Oct 2014 09:35:15 +0000 (11:35 +0200)
The Marvell Berlin SoCs now has a reset controller. Add the needed
configuration. While at it reorder Kconfigs alphabetically.

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

index 24f85be..84d34e0 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