-
CONFIG_SPI_4
¶
SPI port 4
Type: bool
Help¶
Enable SPI controller port 4.
Direct dependencies¶
(SPI
&& BOARD_96B_STM32_SENSOR_MEZ
) || (SPI
&& BOARD_STM32MP157C_DK2
) || SPI
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:59
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config SPI_4 bool default y depends onSPI
&&BOARD_96B_STM32_SENSOR_MEZ
At boards/arm/stm32mp157c_dk2/Kconfig.defconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config SPI_4 bool default y depends onSPI
&&BOARD_STM32MP157C_DK2
At drivers/spi/Kconfig:119
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:34
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_4
bool "SPI port 4"
depends on SPI
help
Enable SPI controller port 4.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)