diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-01-25 15:30:44 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-01-25 16:13:17 -0500 |
commit | 7fa650bc0d2c124d28d6c532de7a7d739348953d (patch) | |
tree | 726044169f4402658410dea6de71018cb4486bf8 | |
parent | 453fe4f11c2ac18b654db13daeaa71409ef142e0 (diff) |
power/reset: st-poweroff: Fix misleading Kconfig description
The st-poweroff driver does not really power off the system
but resets it, so Kconfig should not claim that the driver
would handle power-off.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r-- | drivers/power/reset/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index 4cb5744cd259..bb81e2a88ff3 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig | |||
@@ -110,10 +110,10 @@ config POWER_RESET_RESTART | |||
110 | user presses a key. u-boot then boots into Linux. | 110 | user presses a key. u-boot then boots into Linux. |
111 | 111 | ||
112 | config POWER_RESET_ST | 112 | config POWER_RESET_ST |
113 | bool "ST restart power-off driver" | 113 | bool "ST restart driver" |
114 | depends on ARCH_STI | 114 | depends on ARCH_STI |
115 | help | 115 | help |
116 | Power off and reset support for STMicroelectronics boards. | 116 | Reset support for STMicroelectronics boards. |
117 | 117 | ||
118 | config POWER_RESET_VERSATILE | 118 | config POWER_RESET_VERSATILE |
119 | bool "ARM Versatile family reboot driver" | 119 | bool "ARM Versatile family reboot driver" |