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>
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_WDT_LOG_LEVEL_DBG=y
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_WDT_DISABLE_AT_BOOT=n
|