The latest development version of this page may be more current than this released 2.7.5 version.
choice LIBC_IMPLEMENTATION: C Library Implementation

C Library Implementation

Type: bool

Defaults

Choice options

Kconfig definition

At lib/libc/Kconfig:18

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

Menu path: (Top) → C Library

choice LIBC_IMPLEMENTATION
    bool "C Library Implementation"
    default EXTERNAL_LIBC if NATIVE_APPLICATION
    default NEWLIB_LIBC if REQUIRES_FULL_LIBC
    default MINIMAL_LIBC

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