:orphan: .. title:: UART_IMX .. option:: 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 =================== (\ :option:`SERIAL ` && \ :option:`SOC_MCIMX6X_M4 ` && \ :option:`SOC_SERIES_IMX_6X_M4 `) || (\ :option:`SERIAL ` && \ :option:`SOC_MCIMX7_M4 ` && \ :option:`SOC_SERIES_IMX7_M4 `) || (\ :option:`HAS_IMX_HAL ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config UART_IMX bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_MCIMX6X_M4 ` && \ :option:`SOC_SERIES_IMX_6X_M4 ` ---- At ``soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config UART_IMX bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_MCIMX7_M4 ` && \ :option:`SOC_SERIES_IMX7_M4 ` ---- At ``drivers/serial/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:81`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_IMX bool "NXP i.MX7 family processor UART driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`HAS_IMX_HAL ` && \ :option:`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.)*