The latest development version of this page may be more current than this released 2.7.5 version.

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) || (SOC_FAMILY_MEC && SERIAL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz:11

Included via Kconfig:8Kconfig.zephyr:27soc/arm/microchip_mec/Kconfig.defconfig:3soc/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 drivers/serial/Kconfig.xec:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/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.)