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

NXP i.MX7 family processor UART driver

Type: bool

Help

This option enables the UART driver for NXP i.MX7 family processors.

Direct dependencies

(SERIAL && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4) || (SERIAL && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4) || (HAS_IMX_HAL && SERIAL)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:30

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:18

Menu path: (top menu)

config UART_IMX
    bool
    default "y" if SERIAL && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4
    depends on SERIAL && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4

At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:41

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18

Menu path: (top menu)

config UART_IMX
    bool
    default "y" if SERIAL && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
    depends on SERIAL && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4

At drivers/serial/Kconfig.imx:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:77

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_IMX
    bool
    prompt "NXP i.MX7 family processor UART driver" if HAS_IMX_HAL && SERIAL
    select SERIAL_HAS_DRIVER if HAS_IMX_HAL && SERIAL
    select SERIAL_SUPPORT_INTERRUPT if HAS_IMX_HAL && SERIAL
    depends on HAS_IMX_HAL && SERIAL
    help
      This option enables the UART driver for NXP i.MX7
      family processors.

(Definitions include propagated dependencies, including from if’s and menus.)