summaryrefslogtreecommitdiff
path: root/arch/arm/mach-versatile/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-01-25 11:23:02 +0300
committerLinus Walleij <linus.walleij@linaro.org>2016-02-15 11:58:08 +0300
commit1c6e288da6cc3c72579ff0062b5a5684fb9ef90e (patch)
treefb6e6a68201d565002b6a5e62ae0c80effafbf83 /arch/arm/mach-versatile/Kconfig
parent820617c25127d8c1074762c62b69ef2f6f6f9bb9 (diff)
downloadlinux-1c6e288da6cc3c72579ff0062b5a5684fb9ef90e.tar.xz
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.