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:
parent
f3e5b6f5c8
commit
8ce7921451
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue