projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dbb708
)
ARM: gemini: select gemini poweroff
author
Linus Walleij
<
[email protected]
>
Mon, 30 Jan 2017 19:13:34 +0000
(20:13 +0100)
committer
Linus Walleij
<
[email protected]
>
Sat, 18 Mar 2017 20:57:28 +0000
(21:57 +0100)
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]
>
arch/arm/mach-gemini/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-gemini/Kconfig
b/arch/arm/mach-gemini/Kconfig
index a5ee5fbab796bd57dc605ed800cd9122980fd9b3..2dd8bc720089b9c4e372ab4377ae15e39e6193db 100644
(file)
--- 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