-
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.)
Defaults¶
- “y” if
SERIAL
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
- “y” if
SERIAL
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:30
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config UART_IMX bool default "y" ifSERIAL
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
depends onSERIAL
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:41
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config UART_IMX bool default "y" ifSERIAL
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
depends onSERIAL
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
At drivers/serial/Kconfig.imx:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:77
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_IMX bool prompt "NXP i.MX7 family processor UART driver" ifHAS_IMX_HAL
&&SERIAL
selectSERIAL_HAS_DRIVER
ifHAS_IMX_HAL
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifHAS_IMX_HAL
&&SERIAL
depends onHAS_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.)