The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SPI_2_NRF_SPIM

nRF SPIM 2

Type: bool

Help

Enable nRF SPI Master with EasyDMA on port 2.

Direct dependencies

HAS_HW_NRF_SPIM2 && !SOC_NRF52832 && <choice: SPI Port 2 Driver type>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/spi/Kconfig.nrfx:135

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:205

Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers → SPI Port 2 Driver type

config SPI_2_NRF_SPIM
    bool
    prompt "nRF SPIM 2" if HAS_HW_NRF_SPIM2 && !SOC_NRF52832 && <choice: SPI Port 2 Driver type>
    select NRFX_SPIM if HAS_HW_NRF_SPIM2 && !SOC_NRF52832 && <choice: SPI Port 2 Driver type>
    depends on HAS_HW_NRF_SPIM2 && !SOC_NRF52832 && <choice: SPI Port 2 Driver type>
    help
      Enable nRF SPI Master with EasyDMA on port 2.

(Definitions include propagated dependencies, including from if’s and menus.)