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
) || (SOC_FAMILY_STM32
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config SPI_STM32
bool
default y
depends on SPI && SOC_FAMILY_STM32
At <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config SPI_STM32
bool
default y
depends on SPI && SOC_FAMILY_STM32
At <Zephyr>/drivers/spi/Kconfig.stm32:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:56
Menu path: (Top) → Device Drivers → SPI hardware bus support
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.)