-
CONFIG_SPI_STM32
¶
STM32 MCU SPI controller driver
Type: bool
Help¶
Enable SPI support on the STM32 family of processors.
Direct dependencies¶
(SPI
&& SOC_FAMILY_STM32
) || (SPI
&& SOC_FAMILY_STM32
&& SPI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SPI
&&SOC_FAMILY_STM32
Symbols selected by this symbol¶
HAS_DTS_SPI
ifSPI
&&SOC_FAMILY_STM32
&&SPI
USE_STM32_LL_SPI
ifSPI
&&SOC_FAMILY_STM32
&&SPI
Kconfig definitions¶
At arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:56
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config SPI_STM32 bool default "y" ifSPI
&&SOC_FAMILY_STM32
depends onSPI
&&SOC_FAMILY_STM32
At drivers/spi/Kconfig.stm32:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:261
Menu path: (top menu) → Device Drivers → SPI hardware bus support
menuconfig SPI_STM32 bool prompt "STM32 MCU SPI controller driver" ifSPI
&&SOC_FAMILY_STM32
&&SPI
selectHAS_DTS_SPI
ifSPI
&&SOC_FAMILY_STM32
&&SPI
selectUSE_STM32_LL_SPI
ifSPI
&&SOC_FAMILY_STM32
&&SPI
depends onSPI
&&SOC_FAMILY_STM32
&&SPI
help Enable SPI support on the STM32 family of processors.
(Definitions include propagated dependencies, including from if’s and menus.)