:orphan: .. title:: UART_MCUX_FLEXCOMM .. option:: CONFIG_UART_MCUX_FLEXCOMM *MCUX FLEXCOMM UART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX USART driver. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC54114_M0 ` && \ :option:`SOC_SERIES_LPC54XXX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC54114_M4 ` && \ :option:`SOC_SERIES_LPC54XXX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC55S16 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC55S28 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`SERIAL ` && \ :option:`SOC_LPC55S69_CPU1 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`HAS_MCUX_FLEXCOMM ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_FLEXCOMM ` - n - y - y - y - y - n Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on SERIAL && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default n depends on SERIAL && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default y depends on SERIAL && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S16:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default y depends on SERIAL && SOC_LPC55S16 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default y depends on SERIAL && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default y depends on SERIAL && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu1:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool default n depends on SERIAL && SOC_LPC55S69_CPU1 && SOC_SERIES_LPC55XXX ---- At ``/serial/Kconfig.mcux_flexcomm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:71`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_MCUX_FLEXCOMM bool "MCUX FLEXCOMM UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on HAS_MCUX_FLEXCOMM && SERIAL help Enable the MCUX USART driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*