From 82a00be35382b537cbe1338ade00252242383a90 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Sat, 6 Apr 2019 02:24:02 +0200 Subject: cmd: add wdt command Add a command to control the watchdog devices. This is useful if the watchdog is rather long running (eg. seconds) and it should be controlled by scripts. It is also handy during debugging. Signed-off-by: Michael Walle Signed-off-by: Stefan Roese --- cmd/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 0b07b3b9d7..2bdbfcb3d0 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1101,6 +1101,12 @@ config CMD_VIRTIO help VirtIO block device support +config CMD_WDT + bool "wdt" + depends on WDT + help + This provides commands to control the watchdog timer devices. + config CMD_AXI bool "axi" depends on AXI -- cgit v1.2.3