Browse Source
The newer HWMv2 impose a different semantic in the family names. This update from SOC_FAMILY_SAMx to SOC_FAMILY_ATMEL_SAMx to comply with. Fixes #69046 Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>pull/69687/head
34 changed files with 56 additions and 56 deletions
@ -1,12 +1,12 @@ |
|||||||
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> |
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config SOC_FAMILY_SAM |
config SOC_FAMILY_ATMEL_SAM |
||||||
select ASF |
select ASF |
||||||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE |
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE |
||||||
|
|
||||||
if SOC_FAMILY_SAM |
if SOC_FAMILY_ATMEL_SAM |
||||||
|
|
||||||
rsource "*/Kconfig" |
rsource "*/Kconfig" |
||||||
|
|
||||||
endif # SOC_FAMILY_SAM |
endif # SOC_FAMILY_ATMEL_SAM |
||||||
|
@ -1,10 +1,10 @@ |
|||||||
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> |
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config SOC_FAMILY_SAM |
config SOC_FAMILY_ATMEL_SAM |
||||||
bool |
bool |
||||||
|
|
||||||
config SOC_FAMILY |
config SOC_FAMILY |
||||||
default "atmel_sam" if SOC_FAMILY_SAM |
default "atmel_sam" if SOC_FAMILY_ATMEL_SAM |
||||||
|
|
||||||
rsource "*/Kconfig.soc" |
rsource "*/Kconfig.soc" |
||||||
|
Loading…
Reference in new issue