:orphan: .. title:: MINIMAL_LIBC .. option:: CONFIG_MINIMAL_LIBC *Minimal C library* Type: ``bool`` Help ==== Build with minimal C library. Direct dependencies =================== !\ :option:`NATIVE_APPLICATION ` && !\ :option:`REQUIRES_FULL_LIBC ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. parsed-literal:: config MINIMAL_LIBC bool "Minimal C library" depends on !\ :option:`NATIVE_APPLICATION ` && !\ :option:`REQUIRES_FULL_LIBC ` && \ :ref:` ` help Build with minimal C library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*