:orphan: .. title:: UART_MCUX_LPSCI .. option:: CONFIG_UART_MCUX_LPSCI *MCUX LPSCI driver* Type: ``bool`` Help ==== Enable the MCUX LPSCI driver. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`SOC_MKL25Z4 ` && \ :option:`SOC_SERIES_KINETIS_KL2X `) || (\ :option:`HAS_MCUX_LPSCI ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:11`` Menu path: (Top) .. parsed-literal:: config UART_MCUX_LPSCI bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_MKL25Z4 ` && \ :option:`SOC_SERIES_KINETIS_KL2X ` ---- At ``drivers/serial/Kconfig.mcux_lpsci:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:75`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_MCUX_LPSCI bool "MCUX LPSCI driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`HAS_MCUX_LPSCI ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SERIAL ` help Enable the MCUX LPSCI driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*