:orphan: .. title:: CONFIG_SPI_EMUL .. kconfig:: CONFIG_SPI_EMUL CONFIG_SPI_EMUL ############### *SPI emulator* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig.spi_emul:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:64`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_EMUL bool "SPI emulator" depends on 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.)*