mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 11:35:50 +00:00
This commit updates all references to HAS_CMSIS to use HAS_CMSIS_CORE instead. With the changes introduced to allow multiple CMSIS variants to be specified, the latter is semantically equivalent to the former. For more details, see issue #19717. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
# Kconfig - Gecko SDK
|
|
#
|
|
# Copyright (c) 2017, Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_SILABS_GECKO
|
|
bool
|
|
select HAS_CMSIS_CORE
|
|
depends on SOC_FAMILY_EXX32
|