:orphan: .. title:: SPI_MCUX_LPSPI .. option:: CONFIG_SPI_MCUX_LPSPI *MCUX SPI driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux spi driver. Direct dependencies =================== (\ :option:`SPI ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`SPI ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_LPSPI ` && \ :option:`CLOCK_CONTROL ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_LPSPI ` - y Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config SPI_MCUX_LPSPI bool default y if HAS_MCUX_LPSPI depends on SPI && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SPI_MCUX_LPSPI bool default y depends on SPI && SOC_SERIES_KINETIS_KE1XF ---- At ``/spi/Kconfig.mcux_lpspi:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:38`` → ``/spi/Kconfig:46`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_MCUX_LPSPI bool "MCUX SPI driver" depends on HAS_MCUX_LPSPI && CLOCK_CONTROL && SPI help Enable support for mcux spi driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*