CONFIG_UART_MCUX_LPSCI_0

UART 0

Type: bool

Help

Enable UART 0.

Direct dependencies

(UART_MCUX_LPSCI && BOARD_FRDM_KL25Z) || (UART_MCUX_LPSCI && SERIAL)

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

Defaults

Kconfig definitions

At boards/arm/frdm_kl25z/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config UART_MCUX_LPSCI_0
    bool
    default "y" if UART_CONSOLE && UART_MCUX_LPSCI && BOARD_FRDM_KL25Z
    depends on UART_MCUX_LPSCI && BOARD_FRDM_KL25Z

At drivers/serial/Kconfig.mcux_lpsci:18

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

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

menuconfig UART_MCUX_LPSCI_0
    bool
    prompt "UART 0" if UART_MCUX_LPSCI && SERIAL
    depends on UART_MCUX_LPSCI && SERIAL
    help
      Enable UART 0.

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