Bug#810680: Poweroff not working on QNAP: POWER_RESET=y missing
Package: linux
Version: 4.3.3-5
Tags: patch
I finally figured out why poweroff is not working on QNAP devices
despite the fix I mentioned in #807696 recently. POWER_RESET is not
enabled, so POWER_RESET_QNAP is not built in.
I also enabled POWER_RESET_GPIO since that's needed by some Kirkwood
devices we support.
diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood
index 8ab415d..ad11867 100644
--- a/debian/config/armel/config.kirkwood
+++ b/debian/config/armel/config.kirkwood
@@ -438,6 +438,8 @@ CONFIG_PCI_MVEBU=y
##
## file: drivers/power/reset/Kconfig
##
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_GPIO=y
CONFIG_POWER_RESET_QNAP=y
CONFIG_POWER_RESET_RESTART=y
--
Martin Michlmayr
http://www.cyrius.com/
Reply to: