aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-25 12:57:28 +0200
committerTom Rini <trini@konsulko.com>2019-05-03 07:23:17 -0400
commit8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e (patch)
tree6f2f109eafa170f47a9863ee7d57baa5775d3414 /drivers/watchdog
parent5487772517817a7e3b501062f3962b56fad34075 (diff)
downloadu-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.zip
u-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.tar.gz
u-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.tar.bz2
watchdog: Kconfig: update WDT help message
Restart operation never exists and reset operation never makes the watchdog expire immediately but expire_now operation does. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 3bce0aa..16d47b8 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -55,7 +55,7 @@ config WDT
help
Enable driver model for watchdog timer. At the moment the API
is very simple and only supports four operations:
- start, restart, stop and reset (expire immediately).
+ start, stop, reset and expire_now (expire immediately).
What exactly happens when the timer expires is up to a particular
device/driver.