The latest development version of this page may be more current than this released 1.14.0 version.
choice: SPI Port 0 Driver type

SPI Port 0 Driver type

Type: bool

Direct dependencies

SPI_0 && (SOC_NRF52810 || (!I2C_0 && !(SOC_SERIES_NRF91X && UART_0_NRF_UARTE))) && SPI_NRFX && SPI

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

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At drivers/spi/Kconfig.nrfx:25

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

choice
    bool
    prompt "SPI Port 0 Driver type" if SPI_0 && (SOC_NRF52810 || (!I2C_0 && !(SOC_SERIES_NRF91X && UART_0_NRF_UARTE))) && SPI_NRFX && SPI
    depends on SPI_0 && (SOC_NRF52810 || (!I2C_0 && !(SOC_SERIES_NRF91X && UART_0_NRF_UARTE))) && SPI_NRFX && SPI

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