summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2019-08-26 13:38:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-28 13:35:26 +0200
commit8e8365948601109f380e29d5fc8235d6905beda5 (patch)
tree4d32835ed6ae88329b7c9362e8e0c89fc50745d9 /arch
parent3dc45020a9dd75af628bc0eca07465b2a4c7378f (diff)
downloadbarebox-8e8365948601109f380e29d5fc8235d6905beda5.tar.gz
barebox-8e8365948601109f380e29d5fc8235d6905beda5.tar.xz
MIPS: ath79: enable watchdog support
all ath79 based SoCs have watchdog. Make sure, it can be used. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/configs/ath79_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig
index 83d22e4e1c..c41d0bf545 100644
--- a/arch/mips/configs/ath79_defconfig
+++ b/arch/mips/configs/ath79_defconfig
@@ -52,6 +52,7 @@ CONFIG_CMD_LED=y
CONFIG_CMD_POWEROFF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_LED_TRIGGER=y
+CONFIG_CMD_WD=y
CONFIG_CMD_BAREBOX_UPDATE=y
CONFIG_CMD_OF_NODE=y
CONFIG_CMD_OF_PROPERTY=y
@@ -77,6 +78,9 @@ CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_LED_GPIO_OF=y
CONFIG_LED_TRIGGERS=y
+CONFIG_WATCHDOG=y
+CONFIG_WATCHDOG_POLLER=y
+CONFIG_WATCHDOG_AR9344=y
CONFIG_FS_TFTP=y
CONFIG_FS_NFS=y
CONFIG_DIGEST_SHA224_GENERIC=y