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