:orphan: .. title:: SPI_0_NRF_SPI .. option:: CONFIG_SPI_0_NRF_SPI *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable nRF SPI Master without EasyDMA on port 0. Direct dependencies =================== \ :option:`SPI_NRFX ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`NRFX_SPI0 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.nrfx:31`` 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_0_NRF_SPI bool default n select \ :option:`NRFX_SPI0 ` depends on \ :option:`SPI_NRFX ` && \ :option:`SPI ` help Enable nRF SPI Master without EasyDMA on port 0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*