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
83 B
Plaintext
5 lines
83 B
Plaintext
CONFIG_WATCHDOG=y
|
|
CONFIG_WDT_DISABLE_AT_BOOT=n
|
|
CONFIG_ZTEST=y
|
|
CONFIG_BOOT_BANNER=n
|