:orphan: .. title:: UART_XMC4XXX .. option:: CONFIG_UART_XMC4XXX *XMC4XX UART driver* Type: ``bool`` Help ==== This option enables the XMC4XX UART driver, for UART_0. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`SOC_SERIES_XMC_4XXX `) || (\ :option:`SOC_SERIES_XMC_4XXX ` && \ :option:`SOC_FAMILY_XMC ` && \ :option:`HAS_XMCLIB_UART ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/infineon_xmc/4xxx/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/infineon_xmc/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config UART_XMC4XXX bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_SERIES_XMC_4XXX ` ---- At ``drivers/serial/Kconfig.xmc4xxx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:129`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_XMC4XXX bool "XMC4XX UART driver" select \ :option:`SERIAL_HAS_DRIVER ` depends on \ :option:`SOC_SERIES_XMC_4XXX ` && \ :option:`SOC_FAMILY_XMC ` && \ :option:`HAS_XMCLIB_UART ` && \ :option:`SERIAL ` help This option enables the XMC4XX UART driver, for UART_0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*