CONFIG_SPI_0_NRF_SPI¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable nRF SPI Master without EasyDMA on port 0.
Default¶
- n 
Kconfig definition¶
At <Zephyr Driver>/spi/Kconfig.nrfx:31
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40 → <Zephyr Driver>/spi/Kconfig:66
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_0_NRF_SPI
    bool
    default n
    select NRFX_SPI0
    depends on SPI_NRFX && SPI
    help
      Enable nRF SPI Master without EasyDMA on port 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)