-
CONFIG_MINIMAL_LIBC
¶
Minimal C library
Type: bool
Help¶
Build with minimal C library.
Direct dependencies¶
!NATIVE_APPLICATION
&& !REQUIRES_FULL_LIBC
&& <choice LIBC_IMPLEMENTATION: C Library Implementation>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/lib/libc/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:4
Menu path: (Top) → C Library → C Library Implementation
config MINIMAL_LIBC
bool "Minimal C library"
depends on !NATIVE_APPLICATION && !REQUIRES_FULL_LIBC && <choice LIBC_IMPLEMENTATION>
help
Build with minimal C library.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)