power/reset: st-poweroff: Fix misleading Kconfig description
authorGuenter Roeck <linux@roeck-us.net>
Sun, 25 Jan 2015 20:30:44 +0000 (12:30 -0800)
committerSebastian Reichel <sre@kernel.org>
Sun, 25 Jan 2015 21:13:17 +0000 (22:13 +0100)
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>
drivers/power/reset/Kconfig

index 4cb5744cd259e825e7f317b4eba9baf1363406c1..bb81e2a88ff30392e871d8dff46e546b018245a2 100644 (file)
@@ -110,10 +110,10 @@ config POWER_RESET_RESTART
          user presses a key. u-boot then boots into Linux.
 
 config POWER_RESET_ST
-       bool "ST restart power-off driver"
+       bool "ST restart driver"
        depends on ARCH_STI
        help
-         Power off and reset support for STMicroelectronics boards.
+         Reset support for STMicroelectronics boards.
 
 config POWER_RESET_VERSATILE
        bool "ARM Versatile family reboot driver"