:orphan: .. title:: SPI_SLAVE .. option:: 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 =================== \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_SLAVE bool "Enable Slave support [EXPERIMENTAL]" depends on \ :option:`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.)*