Skip to content

Commit

Permalink
power/reset: st-poweroff: Fix misleading Kconfig description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guenter Roeck authored and Sebastian Reichel committed Jan 25, 2015
1 parent 453fe4f commit 7fa650b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/power/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7fa650b

Please sign in to comment.