2016-09-28 03:01:54 +08:00
|
|
|
# Kconfig - Atmel SAM MCU family default configuration options
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Piotr Mienkowski
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2017-02-27 13:09:28 +08:00
|
|
|
if SOC_FAMILY_SAM
|
|
|
|
|
|
|
|
config WATCHDOG
|
2017-05-02 05:57:26 +08:00
|
|
|
def_bool y
|
2017-02-27 13:09:28 +08:00
|
|
|
|
2017-09-30 19:57:59 +08:00
|
|
|
endif
|
2016-09-28 03:01:54 +08:00
|
|
|
source "arch/arm/soc/atmel_sam/*/Kconfig.defconfig.series"
|