The latest development version of this page may be more current than this released 1.14.1 version.
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

SPI

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36

Menu path: (top menu) → Device Drivers → SPI hardware bus support

config SPI_SLAVE
    bool
    prompt "Enable Slave support [EXPERIMENTAL]" if SPI
    depends on SPI
    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.)