-
CONFIG_UART_MCUX_LPSCI
¶
MCUX LPSCI driver
Type: bool
Help¶
Enable the MCUX LPSCI driver.
Direct dependencies¶
(SERIAL
&& SOC_MKL25Z4
&& SOC_SERIES_KINETIS_KL2X
) || (HAS_MCUX_LPSCI
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SERIAL
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
Symbols selected by this symbol¶
Kconfig definitions¶
At arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:48
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1
→ arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.series:13
Menu path: (top menu)
config UART_MCUX_LPSCI bool default "y" ifSERIAL
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
depends onSERIAL
&&SOC_MKL25Z4
&&SOC_SERIES_KINETIS_KL2X
At drivers/serial/Kconfig.mcux_lpsci:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:64
Menu path: (top menu) → Device Drivers → Serial Drivers
menuconfig UART_MCUX_LPSCI bool prompt "MCUX LPSCI driver" ifHAS_MCUX_LPSCI
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_HAS_DRIVER
ifHAS_MCUX_LPSCI
&&CLOCK_CONTROL
&&SERIAL
selectSERIAL_SUPPORT_INTERRUPT
ifHAS_MCUX_LPSCI
&&CLOCK_CONTROL
&&SERIAL
depends onHAS_MCUX_LPSCI
&&CLOCK_CONTROL
&&SERIAL
help Enable the MCUX LPSCI driver.
(Definitions include propagated dependencies, including from if’s and menus.)