summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2018-12-07 15:57:53 +0100
committerRouven Czerwinski <r.czerwinski@pengutronix.de>2018-12-07 15:57:53 +0100
commit8ca636fb83bc9848f29f2754e149a8ac4a394eb0 (patch)
treee0f140fc6f66bb3304b609734108fbd06fa87147 /configs
parent83e5cc8aee3f753b9e93d641501ce177a0435879 (diff)
downloadDistroKit-8ca636fb83bc9848f29f2754e149a8ac4a394eb0.tar.gz
DistroKit-8ca636fb83bc9848f29f2754e149a8ac4a394eb0.tar.xz
barebox-am335x: enable watchdog and wd command
The watchdog is used in the tests and the command is needed to test on the barebox shell. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/barebox-am335x.config7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
index cd0e76e..2a95d0f 100644
--- a/configs/platform-v7a/barebox-am335x.config
+++ b/configs/platform-v7a/barebox-am335x.config
@@ -360,6 +360,8 @@ CONFIG_CMD_NAND=y
CONFIG_CMD_SPI=y
CONFIG_CMD_LED_TRIGGER=y
CONFIG_CMD_USBGADGET=y
+CONFIG_CMD_WD=y
+CONFIG_CMD_WD_DEFAULT_TIMOUT=0
#
# Miscellaneous
@@ -587,7 +589,10 @@ CONFIG_EEPROM_AT24=y
#
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_QT1070 is not set
-# CONFIG_WATCHDOG is not set
+CONFIG_WATCHDOG=y
+# CONFIG_WATCHDOG_POLLER is not set
+# CONFIG_WATCHDOG_DW is not set
+CONFIG_WATCHDOG_OMAP=y
# CONFIG_PWM is not set
# CONFIG_HWRNG is not set