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

UART 0

Type: bool

Help

Enable UART 0.

Direct dependencies

(UART_MCUX && BOARD_FRDM_K64F) || (UART_MCUX && BOARD_HEXIWEAR_K64) || (UART_MCUX && BOARD_USB_KW24D512) || (UART_MCUX && SERIAL)

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

Kconfig definitions

At boards/arm/frdm_k64f/Kconfig.defconfig:27

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_0
    bool
    default "y" if UART_CONSOLE && UART_MCUX && BOARD_FRDM_K64F
    depends on UART_MCUX && BOARD_FRDM_K64F

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_0
    bool
    default "y" if UART_CONSOLE && UART_MCUX && BOARD_HEXIWEAR_K64
    depends on UART_MCUX && BOARD_HEXIWEAR_K64

At boards/arm/usb_kw24d512/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_MCUX_0
    bool
    default "y" if UART_MCUX && BOARD_USB_KW24D512
    depends on UART_MCUX && BOARD_USB_KW24D512

At drivers/serial/Kconfig.mcux:18

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

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