summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-01-19 15:45:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-20 09:40:27 +0100
commit0da82e953f09bf6fec5e54c64efdf7433b1dc69e (patch)
treea1599afaaef9d984c68c4551b84eae33100ee9ba /drivers
parenta2ec746f9fc47de7c220d74a312393aed0262e7e (diff)
downloadbarebox-0da82e953f09bf6fec5e54c64efdf7433b1dc69e.tar.gz
barebox-0da82e953f09bf6fec5e54c64efdf7433b1dc69e.tar.xz
power: reset: Kconfig: fix copy-&-paste bug in help text
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Link: https://lore.barebox.org/20220119144543.1944438-1-u.oelmann@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/reset/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 968d4b8ba4..564b77ecba 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -12,7 +12,8 @@ config SYSCON_REBOOT_MODE
help
Say y here will enable reboot mode driver. This will
get reboot mode arguments and store it in SYSCON mapped
- register, then the bootloader can read it to take different
+ register, then the bootloader can read it and take different
+ action according to the mode.
config NVMEM_REBOOT_MODE
bool "Generic NVMEM reboot mode driver"