2017-11-22 16:02:20 +08:00
|
|
|
# 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
|
|
|
|
|
|
|
|
|
2018-05-08 15:31:48 +08:00
|
|
|
gsource "arch/arm/soc/atmel_sam0/*/Kconfig.soc"
|
2018-05-10 23:17:19 +08:00
|
|
|
endif # SOC_FAMILY_SAM0
|