diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 18:52:28 +0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-09-26 19:34:15 +0400 |
commit | f0745f3696e88b4055c6229e1306a78fbe503066 (patch) | |
tree | 80287d0e02fe5fa145f39982f8f6f282decf9215 /drivers/power/reset/Kconfig | |
parent | 661a88860274e059fdb744dfaa98c045db7b5d1d (diff) | |
download | linux-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/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 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 |