-
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 drivers/spi/Kconfig:26
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:36
Menu path: (top menu) → Device Drivers → SPI hardware bus support
config SPI_SLAVE bool prompt "Enable Slave support [EXPERIMENTAL]" ifSPI
depends onSPI
help Enables Driver SPI slave operations. Slave support depends on the driver and the hardware it runs on.
(Definitions include propagated dependencies, including from if’s and menus.)