xref: /nrf52832-nimble/rt-thread/components/CMSIS/Kconfig (revision 167494296f0543431a51b6b1b83e957045294e05)
1if ARCH_ARM_CORTEX_M
2
3menu "ARM CMSIS"
4
5config RT_USING_CMSIS_OS
6    bool "Using CMSIS RTOS API"
7    default n
8    help
9        Enable CMSIS RTOS API, which is implemented above RT-Thread.
10
11config RT_USING_RTT_CMSIS
12    bool "Using CMSIS Header files in RT-Thread"
13    default n
14    help
15        Use CMSIS header files in RT-Thread/components/CMSIS. Otherwise, use the
16        CMSIS header files in BSP.
17
18endmenu
19
20endif
21