-
CONFIG_SPI_1_NRF_SPI
¶
nRF SPI 1
Type: bool
Help¶
Enable nRF SPI Master without EasyDMA on port 1.
Direct dependencies¶
HAS_HW_NRF_SPI1
&& <choice: SPI Port 1 Driver type>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:89
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 1 Driver type
config SPI_1_NRF_SPI bool "nRF SPI 1" selectNRFX_SPI1
depends onHAS_HW_NRF_SPI1
&& <choice: SPI Port 1 Driver type> help Enable nRF SPI Master without EasyDMA on port 1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)