CONFIG_EXTERNAL_LIBC
External C library
Type: bool
Help
Build with external/user provided C library.
Direct dependencies
<choice LIBC_IMPLEMENTATION: C Library Implementation>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Library>/libc/Kconfig:46
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:4
Menu path: (Top) → C Library → C Library Implementation
config EXTERNAL_LIBC
bool "External C library"
depends on <choice LIBC_IMPLEMENTATION>
help
Build with external/user provided C library.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)