aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2021-08-19 11:57:00 +0200
committerStefan Roese <sr@denx.de>2021-08-31 12:04:03 +0200
commit815529ebe183cc9773b2e51f754daba5b6906d32 (patch)
treecc1c3345351239c9f954ea92fbc7e822e9302b20 /configs/sandbox_defconfig
parentf1b112afbb6d7a1d88fd2ad3b4a285b95612757c (diff)
downloadu-boot-815529ebe183cc9773b2e51f754daba5b6906d32.zip
u-boot-815529ebe183cc9773b2e51f754daba5b6906d32.tar.gz
u-boot-815529ebe183cc9773b2e51f754daba5b6906d32.tar.bz2
sandbox: disable CONFIG_WATCHDOG_AUTOSTART
For the unit tests, it is more convenient if the tests are in charge of when the watchdog devices are started and stopped, so prevent wdt-uclass from doing it automatically. Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index ea08a9e..ec6b1c2 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -281,6 +281,7 @@ CONFIG_W1=y
CONFIG_W1_GPIO=y
CONFIG_W1_EEPROM=y
CONFIG_W1_EEPROM_SANDBOX=y
+# CONFIG_WATCHDOG_AUTOSTART is not set
CONFIG_WDT=y
CONFIG_WDT_SANDBOX=y
CONFIG_FS_CBFS=y