CONFIG_SPI_1_NRF_SPI¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable nRF SPI Master without EasyDMA on port 1.
Default¶
n
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:69
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:40
→ drivers/spi/Kconfig:76
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
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.)