:orphan: .. title:: SPI_STM32 .. option:: CONFIG_SPI_STM32 *STM32 MCU SPI controller driver* Type: ``bool`` Help ==== Enable SPI support on the STM32 family of processors. Direct dependencies =================== (\ :option:`SPI ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_LL_SPI ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config SPI_STM32 bool default y depends on \ :option:`SPI ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/spi/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:192`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: menuconfig SPI_STM32 bool "STM32 MCU SPI controller driver" select \ :option:`USE_STM32_LL_SPI ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`SPI ` help Enable SPI support on the STM32 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*