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:
Souvik K Chakravarty 2017-02-27 10:39:28 +05:30 committed by Maureen Helm
commit f98cb40179

View file

@ -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"