CONFIG_UART_MCUX_LPUART_1

UART 1

Type: bool

Help

Enable UART 1.

Direct dependencies

(UART_MCUX_LPUART && BOARD_MIMXRT1050_EVK) || (UART_MCUX_LPUART && SERIAL)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At drivers/serial/Kconfig.mcux_lpuart:23

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:66

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