CONFIG_UART_XMC4XXX¶
XMC4XX UART driver
Type: bool
Help¶
This option enables the XMC4XX UART driver, for UART_0.
Direct dependencies¶
(SERIAL && SOC_SERIES_XMC_4XXX) || (SERIAL && SOC_SERIES_XMC_4XXX) || (SOC_SERIES_XMC_4XXX && SOC_FAMILY_XMC && HAS_XMCLIB_UART && SERIAL)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/infineon_xmc/4xxx/Kconfig.defconfig.series:15
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/infineon_xmc/Kconfig.defconfig:6
Menu path: (Top)
config UART_XMC4XXX
    bool
    default y
    depends on SERIAL && SOC_SERIES_XMC_4XXX
At <Zephyr SoC>/arm/infineon_xmc/4xxx/Kconfig.defconfig.series:15
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/infineon_xmc/Kconfig.defconfig:6
Menu path: (Top)
config UART_XMC4XXX
    bool
    default y
    depends on SERIAL && SOC_SERIES_XMC_4XXX
At <Zephyr Driver>/serial/Kconfig.xmc4xxx:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:156
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_XMC4XXX
    bool "XMC4XX UART driver"
    select SERIAL_HAS_DRIVER
    depends on SOC_SERIES_XMC_4XXX && SOC_FAMILY_XMC && HAS_XMCLIB_UART && SERIAL
    help
      This option enables the XMC4XX UART driver, for UART_0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)