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 arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m0:34

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_lpc/Kconfig.defconfig:7arch/arm/soc/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 arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.defconfig.lpc54114_m4:30

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_lpc/Kconfig.defconfig:7arch/arm/soc/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:29drivers/Kconfig:22drivers/serial/Kconfig:62

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.)