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
|
2018-11-06 23:08:23 +08:00
|
|
|
select HAS_SEGGER_RTT
|
2017-11-22 16:02:20 +08:00
|
|
|
|
|
|
|
if SOC_FAMILY_SAM0
|
|
|
|
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
2018-05-26 03:12:24 +08:00
|
|
|
default "atmel_sam0"
|
2017-11-22 16:02:20 +08:00
|
|
|
|
2019-03-18 22:03:35 +08:00
|
|
|
source "soc/arm/atmel_sam0/common/Kconfig.samd2x"
|
2018-09-04 04:47:02 +08:00
|
|
|
source "soc/arm/atmel_sam0/*/Kconfig.soc"
|
2019-03-18 22:03:35 +08:00
|
|
|
|
2018-03-23 18:48:28 +08:00
|
|
|
endif
|