diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 10:52:28 -0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-09-26 11:34:15 -0400 |
commit | f0745f3696e88b4055c6229e1306a78fbe503066 (patch) | |
tree | 80287d0e02fe5fa145f39982f8f6f282decf9215 /drivers/power/reset/Kconfig | |
parent | 661a88860274e059fdb744dfaa98c045db7b5d1d (diff) |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index 76156394d68a..88603b6990ed 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig | |||
@@ -82,6 +82,12 @@ config POWER_RESET_SUN6I | |||
82 | help | 82 | help |
83 | Reboot support for the Allwinner A31 SoCs. | 83 | Reboot support for the Allwinner A31 SoCs. |
84 | 84 | ||
85 | config POWER_RESET_ST | ||
86 | bool "ST restart power-off driver" | ||
87 | depends on POWER_RESET && ARCH_STI | ||
88 | help | ||
89 | Power off and reset support for STMicroelectronics boards. | ||
90 | |||
85 | config POWER_RESET_VEXPRESS | 91 | config POWER_RESET_VEXPRESS |
86 | bool "ARM Versatile Express power-off and reset driver" | 92 | bool "ARM Versatile Express power-off and reset driver" |
87 | depends on ARM || ARM64 | 93 | depends on ARM || ARM64 |