:orphan: .. title:: HAS_XMCLIB_UART .. option:: CONFIG_HAS_XMCLIB_UART *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``modules/Kconfig.infineon:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:18`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_XMCLIB_UART bool depends on \ :option:`HAS_XMCLIB ` help Enable XMCLIB Universal asynchronous receiver transmitter (UART) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*