The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MINIMAL_LIBC

Minimal C library

Type: bool

Help

Build with minimal C library.

Direct dependencies

!NATIVE_APPLICATION && !REQUIRES_FULL_LIBC && SUPPORT_MINIMAL_LIBC && <choice LIBC_IMPLEMENTATION: C Library Implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At lib/libc/Kconfig:24

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:4

Menu path: (Top) → C Library → C Library Implementation

config MINIMAL_LIBC
    bool "Minimal C library"
    depends on !NATIVE_APPLICATION && !REQUIRES_FULL_LIBC && SUPPORT_MINIMAL_LIBC && <choice LIBC_IMPLEMENTATION>
    help
      Build with minimal C library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)