:orphan: .. title:: CONFIG_SPI_SLAVE .. kconfig:: CONFIG_SPI_SLAVE CONFIG_SPI_SLAVE ################ *Enable Slave support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enables Driver SPI slave operations. Slave support depends on the driver and the hardware it runs on. Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig 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.)*