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.
35 lines
532 B
35 lines
532 B
# Copyright (c) 2016 Intel Corporation |
|
# 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" |
|
endmenu
|
|
|