:orphan: .. title:: REQUIRES_FULL_LIBC .. option:: 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 =============================== - \ :option:`SIMPLELINK_HOST_DRIVER ` - \ :option:`MIPI_SYST_LIB ` - \ :option:`CBOR_FLOATING_POINT ` - \ :option:`CBOR_HALF_FLOAT_TYPE ` - \ :option:`IEEE802154_KW41Z ` - \ :option:`LORA ` - \ :option:`UPDATEHUB ` Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library .. parsed-literal:: 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.)*