From: Rasmus Villemoes Date: Thu, 19 Aug 2021 09:57:00 +0000 (+0200) Subject: sandbox: disable CONFIG_WATCHDOG_AUTOSTART X-Git-Tag: v2022.01~102^2~29^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=815529ebe183cc9773b2e51f754daba5b6906d32;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Stefan Roese Signed-off-by: Rasmus Villemoes --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index f7098b4..3627a06 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -223,6 +223,7 @@ CONFIG_OSD=y CONFIG_SANDBOX_OSD=y CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_VIDEO_BMP_RLE8=y +# CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_WDT=y CONFIG_WDT_SANDBOX=y CONFIG_FS_CBFS=y 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