summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2019-04-06 03:24:02 +0300
committerStefan Roese <sr@denx.de>2019-04-12 08:04:18 +0300
commit82a00be35382b537cbe1338ade00252242383a90 (patch)
tree1fb7b42f1c901df651c99af32fbd8fe1f88b88c3 /cmd/Kconfig
parentf94b5223fbe942ac9299972e1ece0ba4ba29edfd (diff)
downloadu-boot-82a00be35382b537cbe1338ade00252242383a90.tar.xz
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 <michael@walle.cc> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
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