CONFIG_UART_XEC¶
Microchip XEC family UART driver
Type: bool
Help¶
This option enables the UARTx driver for Microchip XEC MCUs.
Direct dependencies¶
(SERIAL && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X) || (SERIAL && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X) || (SOC_FAMILY_MEC && SERIAL)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz:11
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/microchip_mec/Kconfig.defconfig:3 → <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.series:17
Menu path: (Top)
config UART_XEC
    bool
    default y
    depends on SERIAL && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X
At <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz:11
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/microchip_mec/Kconfig.defconfig:3 → <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.series:17
Menu path: (Top)
config UART_XEC
    bool
    default y
    depends on SERIAL && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X
At <Zephyr Driver>/serial/Kconfig.xec:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:166
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_XEC
    bool "Microchip XEC family UART driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_FAMILY_MEC && SERIAL
    help
      This option enables the UARTx driver for Microchip XEC MCUs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)