CONFIG_UART_MCUX_LPUART

MCUX LPUART driver

Type: bool

Help

Enable the MCUX LPUART driver.

Direct dependencies

(SERIAL && SOC_SERIES_IMX_RT) || (SERIAL && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X) || (SERIAL && SOC_SERIES_KINETIS_K8X) || (SERIAL && SOC_SERIES_KINETIS_KE1XF) || (SERIAL && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX) || (SERIAL && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_LPUART && CLOCK_CONTROL && SERIAL)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At <SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:55

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y if HAS_MCUX_LPUART
    depends on SERIAL && SOC_SERIES_IMX_RT

At <SoC>/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:88

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_kinetis/Kconfig.defconfig:11<SoC>/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X

At <SoC>/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:63

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_kinetis/Kconfig.defconfig:11

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_SERIES_KINETIS_K8X

At <SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:82

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_kinetis/Kconfig.defconfig:11

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_SERIES_KINETIS_KE1XF

At <SoC>/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:29

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_kinetis/Kconfig.defconfig:11<SoC>/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX

At <SoC>/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:34

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_kinetis/Kconfig.defconfig:11<SoC>/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At <Driver>/serial/Kconfig.mcux_lpuart:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:26<Driver>/serial/Kconfig:114

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_MCUX_LPUART
    bool "MCUX LPUART driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on HAS_MCUX_LPUART && CLOCK_CONTROL && SERIAL
    help
      Enable the MCUX LPUART driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)