CONFIG_SPI_1_NRF_SPIM

nRF SPIM 1

Type: bool

Help

Enable nRF SPI Master with EasyDMA on port 1.

Direct dependencies

HAS_HW_NRF_SPIM1 && !SOC_NRF52832 && <choice: SPI Port 1 Driver type>

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

Kconfig definition

At drivers/spi/Kconfig.nrfx:120

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38drivers/spi/Kconfig:269

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

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

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