11 lines
208 B
Plaintext
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
|