17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
# Atmel SAM0 MCU family configuration options
|
|
|
|
# Copyright (c) 2017 Google LLC.
|
|
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_ATMEL_SAM0
|
|
select ASF
|
|
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
|
|
|
|
if SOC_FAMILY_ATMEL_SAM0
|
|
|
|
rsource "common/Kconfig.sam*"
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_ATMEL_SAM0
|