:orphan: .. title:: CONFIG_SPI_1_NRF_SPI .. kconfig:: CONFIG_SPI_1_NRF_SPI CONFIG_SPI_1_NRF_SPI #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable nRF SPI Master without EasyDMA on port 1. Direct dependencies =================== \ :kconfig:`SPI_NRFX ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_SPI1 ` Kconfig definition ================== At ``/spi/Kconfig.nrfx:65`` 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_1_NRF_SPI bool default n select NRFX_SPI1 depends on SPI_NRFX && SPI help Enable nRF SPI Master without EasyDMA on port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*