:orphan: .. title:: SPI_EMUL .. option:: CONFIG_SPI_EMUL *SPI emulator* Type: ``bool`` Help ==== Enable the SPI emulator driver. This is a fake driver in that it does not talk to real hardware. Instead it talks to emulation drivers that pretend to be devices on the emulated SPI bus. It is used for testing drivers for SPI devices. 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.spi_emul:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:210`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. parsed-literal:: config SPI_EMUL bool "SPI emulator" depends on \ :option:`SPI ` help Enable the SPI emulator driver. This is a fake driver in that it does not talk to real hardware. Instead it talks to emulation drivers that pretend to be devices on the emulated SPI bus. It is used for testing drivers for SPI devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*