aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-versatile/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-01-25 09:23:02 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-15 09:58:08 +0100
commit1c6e288da6cc3c72579ff0062b5a5684fb9ef90e (patch)
treefb6e6a68201d565002b6a5e62ae0c80effafbf83 /arch/arm/mach-versatile/Kconfig
parentARM: realview: add the DS1338 RTC to PB1176 DT (diff)
downloadwireguard-linux-1c6e288da6cc3c72579ff0062b5a5684fb9ef90e.tar.xz
wireguard-linux-1c6e288da6cc3c72579ff0062b5a5684fb9ef90e.zip
ARM: versatile: move restart to the device tree
We have a power/reset driver for the Versatile family in drivers/power/reset so let's just activate that driver and use it and get rid of some non-DT remnants. Cc: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-versatile/Kconfig')
-rw-r--r--arch/arm/mach-versatile/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig
index e40f777ccf7d..b0cc26284fc9 100644
--- a/arch/arm/mach-versatile/Kconfig
+++ b/arch/arm/mach-versatile/Kconfig
@@ -8,8 +8,11 @@ config ARCH_VERSATILE
select COMMON_CLK_VERSATILE
select CPU_ARM926T
select ICST
+ select MFD_SYSCON
select MIGHT_HAVE_PCI
select PLAT_VERSATILE
+ select POWER_RESET
+ select POWER_RESET_VERSATILE
select VERSATILE_FPGA_IRQ
help
This enables support for ARM Ltd Versatile board.