blob: 594140478e089f19ef0ce28b41a956adad692f5a [file] [log] [blame]
# Kconfig - Atmel SAM0 MCU family configuration options
#
# Copyright (c) 2017 Google LLC.
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_SAM0
bool
select HAS_SEGGER_RTT
if SOC_FAMILY_SAM0
config SOC_FAMILY
string
default "atmel_sam0"
source soc/arm/atmel_sam0/common/Kconfig.samd2x
source "soc/arm/atmel_sam0/*/Kconfig.soc"
endif