-
CONFIG_SPI_4
¶
SPI port 4
Type: bool
Help¶
Enable SPI controller port 4.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/spi/Kconfig:107
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
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.)