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

SPI port 4

Type: bool

Help

Enable SPI controller port 4.

Direct dependencies

SPI

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig:123

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36

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

config SPI_4
    bool
    prompt "SPI port 4" if SPI
    depends on SPI
    help
      Enable SPI controller port 4.

(Definitions include propagated dependencies, including from if’s and menus.)