-
CONFIG_SPI_1_NRF_SPIS
¶
nRF SPIS 1
Type: bool
Help¶
Enable nRF SPI Slave with EasyDMA on port 1. Due to hardware limitations the implementation supports only simple buffers (consisting of one part) located in RAM.
Direct dependencies¶
HAS_HW_NRF_SPIS1
&& SPI_SLAVE
&& <choice: SPI Port 1 Driver type>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:106
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 1 Driver type
config SPI_1_NRF_SPIS bool "nRF SPIS 1" selectNRFX_SPIS1
depends onHAS_HW_NRF_SPIS1
&&SPI_SLAVE
&& <choice: SPI Port 1 Driver type> help Enable nRF SPI Slave with EasyDMA on port 1. 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.)