summaryrefslogtreecommitdiff
path: root/drivers/power/reset/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-07-22 14:52:28 (GMT)
committerSebastian Reichel <sre@kernel.org>2014-09-26 15:34:15 (GMT)
commitf0745f3696e88b4055c6229e1306a78fbe503066 (patch)
tree80287d0e02fe5fa145f39982f8f6f282decf9215 /drivers/power/reset/Kconfig
parent661a88860274e059fdb744dfaa98c045db7b5d1d (diff)
downloadlinux-f0745f3696e88b4055c6229e1306a78fbe503066.tar.xz
power: reset: Add restart functionality for STiH41x platforms
This driver adds the restart functionality for STiH415 and STiH416 platforms from STMicroelectronics. This driver registers an arm_pm_restart function to reset the platform. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.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 7615639..88603b6 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -82,6 +82,12 @@ config POWER_RESET_SUN6I
help
Reboot support for the Allwinner A31 SoCs.
+config POWER_RESET_ST
+ bool "ST restart power-off driver"
+ depends on POWER_RESET && ARCH_STI
+ help
+ Power off and reset support for STMicroelectronics boards.
+
config POWER_RESET_VEXPRESS
bool "ARM Versatile Express power-off and reset driver"
depends on ARM || ARM64