-
CONFIG_SPI_SLAVE
¶
Enable Slave support [EXPERIMENTAL]
Type: bool
Help¶
Enables Driver SPI slave operations. Slave support depends on the driver and the hardware it runs on.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/spi/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_SLAVE
bool "Enable Slave support [EXPERIMENTAL]"
depends on SPI
help
Enables Driver SPI slave operations. Slave support depends
on the driver and the hardware it runs on.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)