:orphan: .. title:: HAS_XMCLIB_UART .. option:: CONFIG_HAS_XMCLIB_UART *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable XMCLIB Universal asynchronous receiver transmitter (UART) Direct dependencies =================== \ :option:`HAS_XMCLIB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_XMC_4XXX ` Kconfig definition ================== At ``/Kconfig.infineon:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:18`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_XMCLIB_UART bool depends on HAS_XMCLIB help Enable XMCLIB Universal asynchronous receiver transmitter (UART) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*