CONFIG_UART_MCUX_FLEXCOMM

MCUX FLEXCOMM UART driver

Type: bool

Help

Enable the MCUX USART driver.

Defaults

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:17

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default y if HAS_MCUX_FLEXCOMM
    depends on SERIAL && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default n
    depends on SERIAL && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX

At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default y
    depends on SERIAL && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default y
    depends on SERIAL && SOC_LPC55S16 && SOC_SERIES_LPC55XXX

At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default y
    depends on SERIAL && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config UART_MCUX_FLEXCOMM
    bool
    default n
    depends on SERIAL && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX

At <Zephyr>/drivers/serial/Kconfig.mcux_flexcomm:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/serial/Kconfig:71

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_MCUX_FLEXCOMM
    bool "MCUX FLEXCOMM UART driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on HAS_MCUX_FLEXCOMM && SERIAL
    help
      Enable the MCUX USART driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)