:orphan: .. title:: CONFIG_ARCMWDT_LIBC .. kconfig:: CONFIG_ARCMWDT_LIBC CONFIG_ARCMWDT_LIBC ################### *ARC MWDT C library* Type: ``bool`` Help ==== .. code-block:: none C library provided by ARC MWDT toolchain. Direct dependencies =================== !\ :kconfig:`NATIVE_APPLICATION ` && "" = "arcmwdt" && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/libc/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. code-block:: kconfig config ARCMWDT_LIBC bool "ARC MWDT C library" depends on !NATIVE_APPLICATION && "" = "arcmwdt" && help C library provided by ARC MWDT toolchain. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*