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

Enable SPI0

Type: bool

Help

Enable SPI0 at boot

Direct dependencies

SPI_SAM && SPI

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.sam:12

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

Menu path: (top menu) → Device Drivers → SPI hardware bus support → Atmel SAM series SPI driver

config SPI_SAM_PORT_0
    bool
    prompt "Enable SPI0" if SPI_SAM && SPI
    depends on SPI_SAM && SPI
    help
      Enable SPI0 at boot

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