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

nRF SPI nrfx drivers

Type: bool

Help

Enable support for nrfx SPI drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. SPI_0 and I2C_0. You may need to disable I2C_0 or I2C_1.

Direct dependencies

SOC_FAMILY_NRF && SPI

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

Defaults

Kconfig definition

At drivers/spi/Kconfig.nrfx:6

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

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

menuconfig SPI_NRFX
    bool
    prompt "nRF SPI nrfx drivers" if SOC_FAMILY_NRF && SPI
    default "y" if SOC_FAMILY_NRF && SPI
    depends on SOC_FAMILY_NRF && SPI
    help
      Enable support for nrfx SPI drivers for nRF MCU series.
      Peripherals with the same instance ID cannot be used together,
      e.g. SPI_0 and I2C_0. You may need to disable I2C_0 or I2C_1.

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