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

UART 5

Type: bool

Help

Enable UART 5.

Direct dependencies

UART_MCUX && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.mcux:43

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

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

menuconfig UART_MCUX_5
    bool
    prompt "UART 5" if UART_MCUX && SERIAL
    depends on UART_MCUX && SERIAL
    help
      Enable UART 5.

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