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 Driver>/spi/Kconfig:22
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40
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.)