-
CONFIG_SPI_1_NRF_SPIS
¶
(No prompt – not directly user assignable.)
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.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/spi/Kconfig.nrfx:81
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
→ <Zephyr>/drivers/spi/Kconfig:212
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_1_NRF_SPIS bool default n selectNRFX_SPIS1
depends onSPI_SLAVE
&&SPI_NRFX
&&SPI
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.)