The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_SPI_BITBANG

Bitbang SPI controller driver

Type: bool

Help

Enable the Bitbang SPI controller

Direct dependencies

SPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.bitbang:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:40drivers/spi/Kconfig:98

Menu path: (Top) → Device Drivers → SPI hardware bus support

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.)