You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
326 B
20 lines
326 B
# Copyright (c) 2016 Intel Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config ZEPHYR_CMSIS_MODULE |
|
bool |
|
|
|
config HAS_CMSIS_CORE |
|
bool |
|
select HAS_CMSIS_CORE_A if CPU_AARCH32_CORTEX_A |
|
select HAS_CMSIS_CORE_R if CPU_AARCH32_CORTEX_R |
|
|
|
if HAS_CMSIS_CORE |
|
|
|
config HAS_CMSIS_CORE_A |
|
bool |
|
|
|
config HAS_CMSIS_CORE_R |
|
bool |
|
|
|
endif
|
|
|