From: Patrice Chotard Date: Thu, 25 Apr 2019 10:57:28 +0000 (+0200) Subject: watchdog: Kconfig: update WDT help message X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e;p=project%2Fbcm63xx%2Fu-boot.git 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 Reviewed-by: Stefan Roese --- 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.