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

CONFIG_SPI_0_NRF_SPI

(No prompt – not directly user assignable.)

Type: bool

Help

Enable nRF SPI Master without EasyDMA on port 0.

Direct dependencies

SPI_NRFX && SPI

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At drivers/spi/Kconfig.nrfx:31

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

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

config SPI_0_NRF_SPI
    bool
    default n
    select NRFX_SPI0
    depends on SPI_NRFX && SPI
    help
      Enable nRF SPI Master without EasyDMA on port 0.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)