drivers/watchdog: stm32: Disable IWDG_STM32_START_AT_BOOT by default

STM32 specific behavior "IWDG_STM32_START_AT_BOOT" is enabled
by default. As all vendor specific behavior, this is preferred
to be disabled by default and activated at application level,
so application can have better control of the driver.
For instance watchdog test can't run with this setting.
Disable by default.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-02-01 16:42:01 +01:00 committed by Anas Nashif
commit 8ce7921451

View file

@ -16,7 +16,7 @@ menuconfig IWDG_STM32
config IWDG_STM32_START_AT_BOOT
bool "Start IWDG during boot"
depends on IWDG_STM32
default y
default n
help
Enable this setting to allow IWDG to be automatically started
during device initialization. Note that once IWDG is started