: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:`HAS_MCUX_FLEXCOMM ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_FLEXCOMM ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/Kconfig.defconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` 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:40`` → ``drivers/Kconfig:34`` → ``drivers/spi/Kconfig:225`` 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.)*