The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_MCUX_LPUART_1

UART 1

Type: bool

Help

Enable UART 1.

Kconfig definitions

At boards/arm/mimxrt1020_evk/Kconfig.defconfig:43

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_LPUART_1
    bool
    default "y" if UART_MCUX_LPUART && BOARD_MIMXRT1020_EVK
    depends on UART_MCUX_LPUART && BOARD_MIMXRT1020_EVK

At boards/arm/mimxrt1050_evk/Kconfig.defconfig:56

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_LPUART_1
    bool
    default "y" if UART_MCUX_LPUART && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)
    depends on UART_MCUX_LPUART && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)

At boards/arm/mimxrt1060_evk/Kconfig.defconfig:34

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_LPUART_1
    bool
    default "y" if UART_MCUX_LPUART && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)
    depends on UART_MCUX_LPUART && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)

At boards/arm/mimxrt1064_evk/Kconfig.defconfig:33

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_LPUART_1
    bool
    default "y" if UART_MCUX_LPUART && BOARD_MIMXRT1064_EVK
    depends on UART_MCUX_LPUART && BOARD_MIMXRT1064_EVK

At drivers/serial/Kconfig.mcux_lpuart:23

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:73

Menu path: (top menu) → Device Drivers → Serial Drivers → MCUX LPUART driver

menuconfig UART_MCUX_LPUART_1
    bool
    prompt "UART 1" if UART_MCUX_LPUART && SERIAL
    depends on UART_MCUX_LPUART && SERIAL
    help
      Enable UART 1.

(Definitions include propagated dependencies, including from if’s and menus.)