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

(SPI && BOARD_REEL_BOARD) || (SOC_FAMILY_NRF && SPI)

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

Defaults

Kconfig definitions

At boards/arm/reel_board/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config SPI_NRFX
    bool
    default "y" if SPI && BOARD_REEL_BOARD
    depends on SPI && BOARD_REEL_BOARD

At drivers/spi/Kconfig.nrfx:6

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38drivers/spi/Kconfig:269

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

menuconfig SPI_NRFX
    bool
    prompt "nRF SPI nrfx drivers" 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.)