:orphan: .. title:: CONFIG_SPI_BITBANG .. kconfig:: CONFIG_SPI_BITBANG CONFIG_SPI_BITBANG ################## *Bitbang SPI controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable the Bitbang SPI controller Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/spi/Kconfig.bitbang:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:98`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_BITBANG bool "Bitbang SPI controller driver" depends on SPI help Enable the Bitbang SPI controller *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*