:orphan: .. title:: CONFIG_HAS_XMCLIB_UART .. kconfig:: CONFIG_HAS_XMCLIB_UART 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 =================== \ :kconfig:`HAS_XMCLIB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_XMC_4XXX ` - \ :kconfig:`SOC_SERIES_XMC_4XXX ` Kconfig definition ================== At ``/Kconfig.infineon:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:17`` 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.)*