:orphan: .. title:: CONFIG_SPI_STM32 .. kconfig:: CONFIG_SPI_STM32 CONFIG_SPI_STM32 ################ *STM32 MCU SPI controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable SPI support on the STM32 family of processors. Direct dependencies =================== (\ :kconfig:`SPI ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SPI ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_SPI ` Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SPI_STM32 bool default y depends on SPI && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config SPI_STM32 bool default y depends on SPI && SOC_FAMILY_STM32 ---- At ``/spi/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:46`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig menuconfig SPI_STM32 bool "STM32 MCU SPI controller driver" select USE_STM32_LL_SPI depends on SOC_FAMILY_STM32 && SPI help Enable SPI support on the STM32 family of processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*