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