:orphan: .. title:: CONFIG_SPI_2_NRF_SPIS .. kconfig:: CONFIG_SPI_2_NRF_SPIS CONFIG_SPI_2_NRF_SPIS ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SPI_SLAVE ` && \ :kconfig:`SPI_NRFX ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_SPIS2 ` Kconfig definition ================== At ``/spi/Kconfig.nrfx:115`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:66`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. code-block:: kconfig config SPI_2_NRF_SPIS bool default n select NRFX_SPIS2 depends on SPI_SLAVE && SPI_NRFX && SPI 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*