samples: tests: don't disable watchdog when it is used
To ease maintenance of samples and tests some SoCs define CONFIG_WDT_DISABLE_AT_BOOT=y to disable the watchdog. Ensure the option is set to n for samples and tests that require watchdog module not to be disabled during boot. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
parent
e609ad0c43
commit
7e0f31e3e7
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_LOG=y
|
||||
CONFIG_WDT_LOG_LEVEL_DBG=y
|
||||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=n
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=n
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_BOOT_BANNER=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue