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

CONFIG_REQUIRES_FULL_LIBC

(No prompt – not directly user assignable.)

Type: bool

Help

Helper symbol to indicate some feature requires a C library implementation
with more functionality than what MINIMAL_LIBC provides

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At lib/libc/Kconfig:8

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

Menu path: (Top) → C Library

config REQUIRES_FULL_LIBC
    bool
    help
      Helper symbol to indicate some feature requires a C library implementation
      with more functionality than what MINIMAL_LIBC provides

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