CONFIG_UART_MCUX_IUART
MCUX IUART driver
Type: bool
Help
Enable the MCUX IUART driver.
Direct dependencies
(SERIAL
&& SOC_MIMX8ML8
&& SOC_SERIES_IMX8ML_M7
) || (SERIAL
&& SOC_MIMX8MM6
&& SOC_SERIES_IMX8MM_M4
) || (SERIAL
&& SOC_MIMX8MQ6
&& SOC_SERIES_IMX8MQ_M4
) || (SERIAL
&& SOC_MIMX8ML8
&& SOC_SERIES_IMX8ML_M7
) || (SERIAL
&& SOC_MIMX8MM6
&& SOC_SERIES_IMX8MM_M4
) || (SERIAL
&& SOC_MIMX8MQ6
&& SOC_SERIES_IMX8MQ_M4
) || (HAS_MCUX
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
y
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/nxp_imx/mimx8ml8_m7/Kconfig.defconfig.mimx8ml8_m7:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8ml8_m7/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8ML8 && SOC_SERIES_IMX8ML_M7
At <Zephyr>/soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4
At <Zephyr>/soc/arm/nxp_imx/mimx8mq6_m4/Kconfig.defconfig.mimx8mq6_m4:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8mq6_m4/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8MQ6 && SOC_SERIES_IMX8MQ_M4
At <Zephyr>/soc/arm/nxp_imx/mimx8ml8_m7/Kconfig.defconfig.mimx8ml8_m7:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8ml8_m7/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8ML8 && SOC_SERIES_IMX8ML_M7
At <Zephyr>/soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4
At <Zephyr>/soc/arm/nxp_imx/mimx8mq6_m4/Kconfig.defconfig.mimx8mq6_m4:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8
→ <Zephyr>/soc/arm/nxp_imx/mimx8mq6_m4/Kconfig.defconfig.series:16
Menu path: (Top)
config UART_MCUX_IUART
bool
default y
depends on SERIAL && SOC_MIMX8MQ6 && SOC_SERIES_IMX8MQ_M4
At <Zephyr>/drivers/serial/Kconfig.mcux_iuart:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:110
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_MCUX_IUART
bool "MCUX IUART driver"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on HAS_MCUX && CLOCK_CONTROL && SERIAL
help
Enable the MCUX IUART driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)