Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fa650bc authored by Guenter Roeck's avatar Guenter Roeck Committed by Sebastian Reichel
Browse files

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: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 453fe4f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"