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 <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/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 <Zephyr>/Kconfig:8<Zephyr>/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>/drivers/serial/Kconfig.xec:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/serial/Kconfig:178

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.)