:orphan: .. title:: SPI_3_NRF_SPIM .. option:: CONFIG_SPI_3_NRF_SPIM *nRF SPIM 3* Type: ``bool`` Help ==== Enable nRF SPI Master with EasyDMA on port 3. Direct dependencies =================== \ :option:`HAS_HW_NRF_SPIM3 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`NRFX_SPIM3 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.nrfx:188`` 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 3 Driver type .. parsed-literal:: config SPI_3_NRF_SPIM bool "nRF SPIM 3" select \ :option:`NRFX_SPIM3 ` depends on \ :option:`HAS_HW_NRF_SPIM3 ` && \ :ref:` ` help Enable nRF SPI Master with EasyDMA on port 3. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*