zephyr/lib
Christopher Friedt 7e8953ed7f posix: ensure that pooled ipc type is user-configurable
Previously it was not possible to n-select e.g.
CONFIG_PTHREAD_BARRIER because the Kconfig template for it
lacked a prompt. This made it impossible to disable some
unused POSIX features and unnecessarily increased code size
if unused code sections were not discarded by the linker.

Add a prompt so that each pooled IPC type is
user-configurable and can be disabled if unneeded.

Further, ensure that only the selected sources from lib/posix
are included in the cmake build.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-10-13 11:13:07 -04:00
..
acpi lib: acpi: add support for MAD table and DMAR table 2023-09-07 09:42:38 +02:00
cpp libc: picolibc: Fix picolibc to allow third party CPP 2023-10-09 15:05:39 +03:00
crc lib: crc: Add CRC4 2023-09-26 08:36:09 +02:00
hash lib: hash: use new c++ Kconfig symbols 2023-07-26 14:53:51 +02:00
libc libc/common: Place malloc data structures in libc partition 2023-10-10 23:39:40 +03:00
open-amp open-amp: Fix compilation with cache enabled 2023-04-18 12:12:56 +02:00
os posix: fdtable: ensure stdin, stdout, and stderr are initialized 2023-10-13 04:48:47 -04:00
posix posix: ensure that pooled ipc type is user-configurable 2023-10-13 11:13:07 -04:00
runtime llvm: Add support for selecting runtime library 2023-08-03 19:35:11 +02:00
smf lib: smf: fix include 2022-05-25 11:14:18 +09:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig lib: crc: move from lib/os to lib/crc 2023-08-18 08:52:16 +03:00