Port all the Atmel SAM SoCs to HWMv2. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_SAM
|
|
select ASF
|
|
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
|
|
|
|
if SOC_FAMILY_SAM
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_SAM
|