|
# Kconfig - Atmel SAM MCU family default configuration options
|
|
#
|
|
# Copyright (c) 2016 Piotr Mienkowski
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_FAMILY_SAM
|
|
|
|
config WATCHDOG
|
|
def_bool y
|
|
|
|
endif
|
|
source "arch/arm/soc/atmel_sam/*/Kconfig.defconfig.series"
|