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

MCUX USART driver

Type: bool

Help

Enable the MCUX USART driver.

Direct dependencies

(SERIAL && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX) || (SERIAL && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX) || (HAS_MCUX && SERIAL)

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

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:34

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_lpc/Kconfig.defconfig:7soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18

Menu path: (top menu)

config USART_MCUX_LPC
    bool
    default "n" if SERIAL && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX
    depends on SERIAL && SOC_LPC54114_M0 && SOC_SERIES_LPC54XXX

At soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:30

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_lpc/Kconfig.defconfig:7soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.series:18

Menu path: (top menu)

config USART_MCUX_LPC
    bool
    default "y" if SERIAL && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX
    depends on SERIAL && SOC_LPC54114_M4 && SOC_SERIES_LPC54XXX

At drivers/serial/Kconfig.mcux_lpc_usart:7

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

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig USART_MCUX_LPC
    bool
    prompt "MCUX USART driver" if HAS_MCUX && SERIAL
    select SERIAL_HAS_DRIVER if HAS_MCUX && SERIAL
    depends on HAS_MCUX && SERIAL
    help
      Enable the MCUX USART driver.

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