-
CONFIG_SPI_0_NRF_SPIS
¶
nRF SPIS 0
Type: bool
Help¶
Enable nRF SPI Slave with EasyDMA on port 0. Due to hardware limitations the implementation supports only simple buffers (consisting of one part) located in RAM.
Direct dependencies¶
HAS_HW_NRF_SPIS0
&& SPI_SLAVE
&& <choice: SPI Port 0 Driver type>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:57
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:34
→ drivers/spi/Kconfig:237
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers → SPI Port 0 Driver type
config SPI_0_NRF_SPIS bool "nRF SPIS 0" selectNRFX_SPIS0
depends onHAS_HW_NRF_SPIS0
&&SPI_SLAVE
&& <choice: SPI Port 0 Driver type> help Enable nRF SPI Slave with EasyDMA on port 0. Due to hardware limitations the implementation supports only simple buffers (consisting of one part) located in RAM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)