summaryrefslogtreecommitdiff
path: root/drivers/power/reset/Kconfig
diff options
context:
space:
mode:
authorAbhimanyu Kapur <abhimany@codeaurora.org>2013-07-31 04:05:28 +0400
committerAnton Vorontsov <anton@enomsg.org>2013-08-09 22:47:53 +0400
commit78be3176c4335b8ff3d9625ed3fc571e7d2ba8f4 (patch)
tree08a71d66ac0069147b18f76e3265f7b9b8bbbc84 /drivers/power/reset/Kconfig
parent68ace3e1886b94925c73e08702437f6dcd539a4d (diff)
downloadlinux-78be3176c4335b8ff3d9625ed3fc571e7d2ba8f4.tar.xz
power: reset: Add msm restart support
Add support for restart and poweroff functionality present on MSM chipsets with the MPM2 ps-hold hardware. Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org> Tested-by: Ivan T. Ivanov <iivanov@mm-sol.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'drivers/power/reset/Kconfig')
-rw-r--r--drivers/power/reset/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index ee039dcead04..94122906f9cf 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -14,6 +14,12 @@ config POWER_RESET_GPIO
If your board needs a GPIO high/low to power down, say Y and
create a binding in your devicetree.
+config POWER_RESET_MSM
+ bool "Qualcomm MSM power-off driver"
+ depends on POWER_RESET && ARCH_MSM
+ help
+ Power off and restart support for Qualcomm boards.
+
config POWER_RESET_QNAP
bool "QNAP power-off driver"
depends on OF_GPIO && POWER_RESET && PLAT_ORION