blob: 35da05da02f48757e3464776728331119549b7c7 [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
if SOC_FAMILY_SAM0
config SOC_FAMILY
string
default "atmel_sam0"
source arch/arm/soc/atmel_sam0/common/Kconfig.samd2x
source "arch/arm/soc/atmel_sam0/*/Kconfig.soc"
endif