zephyr/modules/Kconfig.cmsis
Carles Cufi ba0aea3cd3 arm: Remove CMSIS from the tree and use a module
Use an external CMSIS repo instead of keeping a copy in ext/hal.

Closes #23373

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-03-19 22:32:38 +01:00

18 lines
276 B
Plaintext

# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config HAS_CMSIS_CORE
bool
select HAS_CMSIS_CORE_M if CPU_CORTEX_M
select HAS_CMSIS_CORE_R if CPU_CORTEX_R
if HAS_CMSIS_CORE
config HAS_CMSIS_CORE_M
bool
config HAS_CMSIS_CORE_R
bool
endif