choice LIBC_IMPLEMENTATION: C Library Implementation

C Library Implementation

Type: bool

Kconfig definition

At <Zephyr>/lib/libc/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/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.)