zephyr/subsys/portability/Kconfig
Anas Nashif a15f32f58c portability: move cmsis APIs to subsys/portability
Move cmsis OS apis under subsystem/portability. Those are not libraries
and only serve to provide a level of abstraction using the CMSIS OS APIs
to existing Zephyr interfaces.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-04-20 08:45:05 -04:00

11 lines
208 B
Plaintext

# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menu "Portability"
source "subsys/portability/cmsis_rtos_v1/Kconfig"
source "subsys/portability/cmsis_rtos_v2/Kconfig"
endmenu