watchdog: Kconfig: update WDT help message
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 25 Apr 2019 10:57:28 +0000 (12:57 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
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>
drivers/watchdog/Kconfig

index 3bce0aa..16d47b8 100644 (file)
@@ -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.