boards: set CONFIG_WDT_DISABLE_AT_BOOT=y for all Atmel SAM boards
On Atmel SAM family the watchdog peripheral is enabled by default. To ease maintenance of tests and samples, which typically don't handle watchdog, disable the watchdog during the boot. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
parent
7e0f31e3e7
commit
18a744861f
5 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,4 @@ CONFIG_SERIAL=y
|
|||
CONFIG_UART_SAM=y
|
||||
CONFIG_UART_SAM_PORT_0=y
|
||||
CONFIG_SOC_ATMEL_SAM3X_EXT_MAINCK=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
|
|
|
@ -12,3 +12,4 @@ CONFIG_BOARD_SAM4E_XPRO=y
|
|||
CONFIG_SOC_ATMEL_SAM4E_EXT_MAINCK=y
|
||||
CONFIG_GPIO_SAM=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
|
|
|
@ -11,3 +11,4 @@ CONFIG_UART_SAM_PORT_0=y
|
|||
CONFIG_BOARD_SAM4S_XPLAINED=y
|
||||
CONFIG_SOC_ATMEL_SAM4S_EXT_MAINCK=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
|
|
|
@ -13,4 +13,5 @@ CONFIG_SERIAL=y
|
|||
CONFIG_USART_SAM=y
|
||||
CONFIG_USART_SAM_PORT_1=y
|
||||
CONFIG_BOARD_SAM_E70_XPLAINED=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
|
|
|
@ -12,3 +12,4 @@ CONFIG_UART_CONSOLE=y
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_USART_SAM=y
|
||||
CONFIG_USART_SAM_PORT_1=y
|
||||
CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue