CONFIG_UART_MCUX_LPUART

MCUX LPUART driver

Type: bool

Help

Enable the MCUX LPUART driver.

Direct dependencies

(SERIAL && SOC_SERIES_IMX_RT) || (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 <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

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

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_SERIES_KINETIS_K8X

At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:68

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config UART_MCUX_LPUART
    bool
    default y
    depends on SERIAL && SOC_SERIES_KINETIS_KE1XF

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/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 <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/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 <Zephyr>/drivers/serial/Kconfig.mcux_lpuart:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/serial/Kconfig:77

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.)