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

UART 2

Type: bool

Help

Enable UART 2.

Direct dependencies

(UART_MCUX_LPUART && BOARD_MIMXRT1020_EVK) || (UART_MCUX_LPUART && SERIAL)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_LPUART_2
    bool
    default "y" if BT_UART && UART_MCUX_LPUART && BOARD_MIMXRT1020_EVK
    depends on UART_MCUX_LPUART && BOARD_MIMXRT1020_EVK

At drivers/serial/Kconfig.mcux_lpuart:28

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_2
    bool
    prompt "UART 2" if UART_MCUX_LPUART && SERIAL
    depends on UART_MCUX_LPUART && SERIAL
    help
      Enable UART 2.

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