Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

39 lines
604 B

# Copyright (c) 2016 Intel Corporation
# Copyright (c) 2025 Aerlync Labs Inc.
#
# SPDX-License-Identifier: Apache-2.0
source "lib/libc/Kconfig"
source "lib/cpp/Kconfig"
source "lib/crc/Kconfig"
menu "Additional libraries"
source "lib/hash/Kconfig"
source "lib/heap/Kconfig"
source "lib/mem_blocks/Kconfig"
source "lib/net_buf/Kconfig"
source "lib/os/Kconfig"
source "lib/posix/Kconfig"
source "lib/open-amp/Kconfig"
source "lib/smf/Kconfig"
source "lib/acpi/Kconfig"
source "lib/runtime/Kconfig"
source "lib/utils/Kconfig"
source "lib/uuid/Kconfig"
source "lib/min_heap/Kconfig"
endmenu