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

nRF SPI 0

Type: bool

Help

Enable nRF SPI Master without EasyDMA on port 0.

Direct dependencies

HAS_HW_NRF_SPI0 && <choice: SPI Port 0 Driver type>

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

Symbols selected by this symbol

Kconfig definition

At drivers/spi/Kconfig.nrfx:28

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

Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers → SPI Port 0 Driver type

config SPI_0_NRF_SPI
    bool
    prompt "nRF SPI 0" if HAS_HW_NRF_SPI0 && <choice: SPI Port 0 Driver type>
    select NRFX_SPI if HAS_HW_NRF_SPI0 && <choice: SPI Port 0 Driver type>
    depends on HAS_HW_NRF_SPI0 && <choice: SPI Port 0 Driver type>
    help
      Enable nRF SPI Master without EasyDMA on port 0.

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