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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/spi/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
Menu path: (Top) → Device Drivers → SPI hardware bus support
config SPI_SLAVE
bool "Enable Slave support [EXPERIMENTAL]"
select 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.)