summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek BehĂșn <[email protected]>2021-01-19 15:49:25 +0100
committerStefan Roese <[email protected]>2021-01-27 13:12:51 +0100
commita4ced7b3a44d70569e92101acc1f625ac5999f17 (patch)
treefe20fc8e164566d03da0945761f1351b41892d20
parent279b5736570b9ae5da3d589ff8df5dcc3d19296b (diff)
arm: mvebu: turris_mox: enable wdt command in defconfig
Enable wdt command in defconfig for Turris MOX. This is useful when doing debugging. Signed-off-by: Marek BehĂșn <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
-rw-r--r--configs/turris_mox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 66dc2473d65..4543acf0730 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -31,6 +31,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_CACHE=y