The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_MCUX_4

UART 4

Type: bool

Help

Enable UART 4.

Direct dependencies

(UART_MCUX && BOARD_HEXIWEAR_K64) || (UART_MCUX && SERIAL)

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

Defaults

Kconfig definitions

At boards/arm/hexiwear_k64/Kconfig.defconfig:30

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_4
    bool
    default "y" if BT_UART && UART_MCUX && BOARD_HEXIWEAR_K64
    depends on UART_MCUX && BOARD_HEXIWEAR_K64

At drivers/serial/Kconfig.mcux:38

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_4
    bool
    prompt "UART 4" if UART_MCUX && SERIAL
    depends on UART_MCUX && SERIAL
    help
      Enable UART 4.

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