soc: defconfig: Enable WDT for ATMEL SAM MCUs
In Atmel SAM Family of MCUs, the watchdog is enabled by default at boot. The watchdog once disabled, cannot be re-enabled back without a reset. Hence disabling the Watchdog needs to be handled via the Watchdog driver. Tested on Atmel SAMV71 Xplained Ultra Evaluation Kit. Jira: ZEP-1684 Change-Id: I5682c3f007a846b064b8d16abf0d9b67d4c8e7d6 Signed-off-by: Souvik K Chakravarty <souvik.k.chakravarty@intel.com>
This commit is contained in:
parent
8fa2f82524
commit
f98cb40179
1 changed files with 7 additions and 1 deletions
|
@ -9,9 +9,15 @@ config SOC_FAMILY_SAM
|
|||
# omit prompt to signify a "hidden" option
|
||||
default n
|
||||
|
||||
if SOC_FAMILY_SAM
|
||||
|
||||
config SOC_FAMILY
|
||||
string
|
||||
default atmel_sam
|
||||
depends on SOC_FAMILY_SAM
|
||||
|
||||
config WATCHDOG
|
||||
def_bool y
|
||||
|
||||
endif #SOC_FAMILY_SAM
|
||||
|
||||
source "arch/arm/soc/atmel_sam/*/Kconfig.defconfig.series"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue