:orphan: .. title:: SPI_3_NRF_SPIS .. option:: CONFIG_SPI_3_NRF_SPIS *(No prompt -- not directly user assignable.)* 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 =================== \ :option:`SPI_SLAVE ` && \ :option:`SPI_NRFX ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`NRFX_SPIS3 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.nrfx:139`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:212`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. parsed-literal:: config SPI_3_NRF_SPIS bool default n select \ :option:`NRFX_SPIS3 ` depends on \ :option:`SPI_SLAVE ` && \ :option:`SPI_NRFX ` && \ :option:`SPI ` 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*