:orphan: .. title:: CONFIG_UART_IMX .. kconfig:: CONFIG_UART_IMX CONFIG_UART_IMX ############### *NXP i.MX7 family processor UART driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for NXP i.MX7 family processors. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MCIMX6X_M4 ` && \ :kconfig:`SOC_SERIES_IMX_6X_M4 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MCIMX7_M4 ` && \ :kconfig:`SOC_SERIES_IMX7_M4 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MCIMX6X_M4 ` && \ :kconfig:`SOC_SERIES_IMX_6X_M4 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MCIMX7_M4 ` && \ :kconfig:`SOC_SERIES_IMX7_M4 `) || (\ :kconfig:`HAS_IMX_HAL ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_IMX bool default y depends on SERIAL && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_IMX bool default y depends on SERIAL && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_IMX bool default y depends on SERIAL && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_IMX bool default y depends on SERIAL && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/serial/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:104`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_IMX bool "NXP i.MX7 family processor UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on HAS_IMX_HAL && SERIAL help This option enables the UART driver for NXP i.MX7 family processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*