:orphan: .. title:: SPI_MCUX_FLEXCOMM .. option:: CONFIG_SPI_MCUX_FLEXCOMM *MCUX FLEXCOMM SPI driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux flexcomm spi driver. Direct dependencies =================== (\ :option:`SPI ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || \ :option:`SPI ` || (\ :option:`HAS_MCUX_FLEXCOMM ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_FLEXCOMM ` - y if \ :option:`HAS_MCUX_FLEXCOMM ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20`` Menu path: (Top) .. code-block:: kconfig config SPI_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on SPI && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SPI_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on SPI ---- At ``/spi/Kconfig.mcux_flexcomm:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:38`` → ``/spi/Kconfig:44`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_MCUX_FLEXCOMM bool "MCUX FLEXCOMM SPI driver" depends on HAS_MCUX_FLEXCOMM && SPI help Enable support for mcux flexcomm spi driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*