zephyr/soc/arm/atmel_sam/Kconfig.defconfig

15 lines
252 B
Plaintext

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