:orphan: .. title:: EXTERNAL_LIBC .. option:: CONFIG_EXTERNAL_LIBC *External C library* Type: ``bool`` Help ==== .. code-block:: none Build with external/user provided C library. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/libc/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. code-block:: kconfig config EXTERNAL_LIBC bool "External C library" depends on help Build with external/user provided C library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*