:orphan: .. title:: CONFIG_UART_MCUX_LPSCI .. kconfig:: CONFIG_UART_MCUX_LPSCI CONFIG_UART_MCUX_LPSCI ###################### *MCUX LPSCI driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX LPSCI driver. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MKL25Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KL2X `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_MKL25Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KL2X `) || (\ :kconfig:`HAS_MCUX_LPSCI ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_LPSCI bool default y depends on SERIAL && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X ---- At ``/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mkl25z4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kl2x/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config UART_MCUX_LPSCI bool default y depends on SERIAL && SOC_MKL25Z4 && SOC_SERIES_KINETIS_KL2X ---- At ``/serial/Kconfig.mcux_lpsci:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:98`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*