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

nRF SPIS 3

Type: bool

Help

Enable nRF SPI Slave with EasyDMA on port 3. Due to hardware limitations the implementation supports only simple buffers (consisting of one part) located in RAM.

Direct dependencies

HAS_HW_NRF_SPIS3 && SPI_SLAVE && <choice: SPI Port 3 Driver type>

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

Symbols selected by this symbol

Kconfig definition

At drivers/spi/Kconfig.nrfx:185

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 3 Driver type

config SPI_3_NRF_SPIS
    bool
    prompt "nRF SPIS 3" if HAS_HW_NRF_SPIS3 && SPI_SLAVE && <choice: SPI Port 3 Driver type>
    select NRFX_SPIS if HAS_HW_NRF_SPIS3 && SPI_SLAVE && <choice: SPI Port 3 Driver type>
    depends on HAS_HW_NRF_SPIS3 && SPI_SLAVE && <choice: SPI Port 3 Driver type>
    help
      Enable nRF SPI Slave with EasyDMA on port 3.
      Due to hardware limitations the implementation supports only simple
      buffers (consisting of one part) located in RAM.

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