-
CONFIG_UART_MCUX_LPUART
¶
MCUX LPUART driver
Type: bool
Help¶
Enable the MCUX LPUART driver.
Direct dependencies¶
(SERIAL
&& SOC_MIMXRT1052
&& SOC_SERIES_IMX_RT
) || (SERIAL
&& SOC_MKW40Z4
&& SOC_SERIES_KINETIS_KWX
) || (SERIAL
&& SOC_MKW41Z4
&& SOC_SERIES_KINETIS_KWX
) || (HAS_MCUX_LPUART
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&SOC_MIMXRT1052
&&SOC_SERIES_IMX_RT
- “y” if
SERIAL
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
- “y” if
SERIAL
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
Symbols selected by this symbol¶
Kconfig definitions¶
At arch/arm/soc/nxp_imx/rt/Kconfig.defconfig.mimxrt1052:42
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_imx/Kconfig.defconfig:7
→ arch/arm/soc/nxp_imx/rt/Kconfig.defconfig.series:18
Menu path: (top menu)
config UART_MCUX_LPUART bool default "y" ifSERIAL
&&SOC_MIMXRT1052
&&SOC_SERIES_IMX_RT
depends onSERIAL
&&SOC_MIMXRT1052
&&SOC_SERIES_IMX_RT
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:48
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config UART_MCUX_LPUART bool default "y" ifSERIAL
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
depends onSERIAL
&&SOC_MKW40Z4
&&SOC_SERIES_KINETIS_KWX
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:55
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.series:13
Menu path: (top menu)
config UART_MCUX_LPUART bool default "y" ifSERIAL
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
depends onSERIAL
&&SOC_MKW41Z4
&&SOC_SERIES_KINETIS_KWX
At drivers/serial/Kconfig.mcux_lpuart:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:66
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_MCUX_LPUART bool prompt "MCUX LPUART driver" ifHAS_MCUX_LPUART
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_HAS_DRIVER
ifHAS_MCUX_LPUART
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifHAS_MCUX_LPUART
&&CLOCK_CONTROL
&&SERIAL
depends onHAS_MCUX_LPUART
&&CLOCK_CONTROL
&&SERIAL
help Enable the MCUX LPUART driver.
(Definitions include propagated dependencies, including from if’s and menus.)