-
choice: SPI Port 0 Driver type
SPI Port 0 Driver type
Type: bool
Direct dependencies¶
SPI_0
&& (!I2C_0
|| SOC_NRF52810
) && SPI_NRFX
&& SPI
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the first (visible) choice option.
Choice options¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:269
Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
choice bool prompt "SPI Port 0 Driver type" ifSPI_0
&& (!I2C_0
||SOC_NRF52810
) &&SPI_NRFX
&&SPI
depends onSPI_0
&& (!I2C_0
||SOC_NRF52810
) &&SPI_NRFX
&&SPI
(Definitions include propagated dependencies, including from if’s and menus.)