CONFIG_UART_MCUX_LPSCI
MCUX LPSCI driver
Type: bool
Help
Enable the MCUX LPSCI driver.
Direct dependencies
(SERIAL
&& SOC_MKL25Z4
&& SOC_SERIES_KINETIS_KL2X
) || (SERIAL
&& SOC_MKL25Z4
&& SOC_SERIES_KINETIS_KL2X
) || (HAS_MCUX_LPSCI
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
→ <Zephyr>/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:11
Menu path: (Top)
config UART_MCUX_LPSCI
bool
default y
depends on SERIAL && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X
At <Zephyr>/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
→ <Zephyr>/soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:11
Menu path: (Top)
config UART_MCUX_LPSCI
bool
default y
depends on SERIAL && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X
At <Zephyr>/drivers/serial/Kconfig.mcux_lpsci:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:112
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_MCUX_LPSCI
bool "MCUX LPSCI driver"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on HAS_MCUX_LPSCI && CLOCK_CONTROL && SERIAL
help
Enable the MCUX LPSCI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)