:orphan: .. title:: SPI_MCUX_FLEXCOMM .. option:: CONFIG_SPI_MCUX_FLEXCOMM *MCUX FLEXCOMM SPI driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:17`` Menu path: (Top) .. parsed-literal:: config SPI_MCUX_FLEXCOMM bool default y if \ :option:`HAS_MCUX_FLEXCOMM ` depends on \ :option:`SPI ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX ` ---- At ``soc/arm/nxp_lpc/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config SPI_MCUX_FLEXCOMM bool default y if \ :option:`HAS_MCUX_FLEXCOMM ` depends on \ :option:`SPI ` ---- At ``drivers/spi/Kconfig.mcux_flexcomm:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:198`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_MCUX_FLEXCOMM bool "MCUX FLEXCOMM SPI driver" depends on \ :option:`HAS_MCUX_FLEXCOMM ` && \ :option:`SPI ` help Enable support for mcux flexcomm spi driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*