aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2017-01-30 20:13:34 +0100
committerLinus Walleij <[email protected]>2017-03-18 21:57:28 +0100
commit1953d4ad9703cee288ef3eb11d964c627dddc5d6 (patch)
tree40301abd202a0ff97c892f5dfef781aa89e367ac
parent6dbb708a8fb8eef552d8de2b7574d92741b3bb31 (diff)
ARM: gemini: select gemini poweroff
It's especially annoying if the system cannot be properly powered down so select the poweroff driver from the Kconfig. Cc: Janos Laube <[email protected]> Cc: Paulius Zaleckas <[email protected]> Cc: Hans Ulli Kroll <[email protected]> Cc: Florian Fainelli <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--arch/arm/mach-gemini/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig
index a5ee5fbab796..2dd8bc720089 100644
--- a/arch/arm/mach-gemini/Kconfig
+++ b/arch/arm/mach-gemini/Kconfig
@@ -7,6 +7,7 @@ menuconfig ARCH_GEMINI
select GPIO_GEMINI
select GPIOLIB
select POWER_RESET
+ select POWER_RESET_GEMINI_POWEROFF
select POWER_RESET_SYSCON
select SERIAL_OF_PLATFORM
help