diff options
| author | Abhimanyu Kapur <abhimany@codeaurora.org> | 2013-07-30 20:05:28 -0400 |
|---|---|---|
| committer | Anton Vorontsov <anton@enomsg.org> | 2013-08-09 14:47:53 -0400 |
| commit | 78be3176c4335b8ff3d9625ed3fc571e7d2ba8f4 (patch) | |
| tree | 08a71d66ac0069147b18f76e3265f7b9b8bbbc84 /drivers/power/reset/Kconfig | |
| parent | 68ace3e1886b94925c73e08702437f6dcd539a4d (diff) | |
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/Kconfig | 6 |
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 | |||
| 14 | If your board needs a GPIO high/low to power down, say Y and | 14 | If your board needs a GPIO high/low to power down, say Y and |
| 15 | create a binding in your devicetree. | 15 | create a binding in your devicetree. |
| 16 | 16 | ||
| 17 | config POWER_RESET_MSM | ||
| 18 | bool "Qualcomm MSM power-off driver" | ||
| 19 | depends on POWER_RESET && ARCH_MSM | ||
| 20 | help | ||
| 21 | Power off and restart support for Qualcomm boards. | ||
| 22 | |||
| 17 | config POWER_RESET_QNAP | 23 | config POWER_RESET_QNAP |
| 18 | bool "QNAP power-off driver" | 24 | bool "QNAP power-off driver" |
| 19 | depends on OF_GPIO && POWER_RESET && PLAT_ORION | 25 | depends on OF_GPIO && POWER_RESET && PLAT_ORION |
