diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-04-25 12:57:28 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-03 07:23:17 -0400 |
commit | 8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e (patch) | |
tree | 6f2f109eafa170f47a9863ee7d57baa5775d3414 /drivers | |
parent | 5487772517817a7e3b501062f3962b56fad34075 (diff) | |
download | u-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.tar.gz u-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.tar.xz u-boot-8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e.zip |
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')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 3bce0aa0b8..16d47b8885 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. |