:orphan: .. title:: CONFIG_UART_MCUX_IUART .. kconfig:: CONFIG_UART_MCUX_IUART CONFIG_UART_MCUX_IUART ###################### *MCUX IUART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX IUART driver. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MIMX8MM6 ` && \ :kconfig:`SOC_SERIES_IMX8MM_M4 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MIMX8MM6 ` && \ :kconfig:`SOC_SERIES_IMX8MM_M4 `) || (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_IUART bool default y depends on SERIAL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4 ---- At ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_IUART bool default y depends on SERIAL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4 ---- At ``/serial/Kconfig.mcux_iuart:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:96`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*