:orphan: .. title:: CONFIG_EXTERNAL_LIBC .. kconfig:: CONFIG_EXTERNAL_LIBC 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:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/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.)*