CONFIG_SPI_2_NRF_SPI

(No prompt – not directly user assignable.)

Type: bool

Help

Enable nRF SPI Master without EasyDMA on port 2.

Direct dependencies

SPI_NRFX && SPI

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/spi/Kconfig.nrfx:99

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:38<Zephyr>/drivers/spi/Kconfig:212

Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers

config SPI_2_NRF_SPI
    bool
    default n
    select NRFX_SPI2
    depends on SPI_NRFX && SPI
    help
      Enable nRF SPI Master without EasyDMA on port 2.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)