CONFIG_HAS_XMCLIB_UART¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable XMCLIB Universal asynchronous receiver transmitter (UART)
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <External Modules>/Kconfig.infineon:13
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:17
Menu path: (Top) → Modules
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.)