-
CONFIG_SPI_2_NRF_SPIS
¶
nRF SPIS 2
Type: bool
Help¶
Enable nRF SPI Slave with EasyDMA on port 2. Due to hardware limitations the implementation supports only simple buffers (consisting of one part) located in RAM.
Direct dependencies¶
HAS_HW_NRF_SPIS2
&& SPI_SLAVE
&& <choice: SPI Port 2 Driver type>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:216
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:269
Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers → SPI Port 2 Driver type
config SPI_2_NRF_SPIS bool prompt "nRF SPIS 2" ifHAS_HW_NRF_SPIS2
&&SPI_SLAVE
&& <choice: SPI Port 2 Driver type> selectNRFX_SPIS
ifHAS_HW_NRF_SPIS2
&&SPI_SLAVE
&& <choice: SPI Port 2 Driver type> depends onHAS_HW_NRF_SPIS2
&&SPI_SLAVE
&& <choice: SPI Port 2 Driver type> help Enable nRF SPI Slave with EasyDMA on port 2. 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.)