-
choice: SPI Port 2 Driver type
SPI Port 2 Driver type
Type: bool
Direct dependencies¶
SPI_2
&& !I2C_2
&& !(SOC_SERIES_NRF91X
&& UART_2_NRF_UARTE
) && 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:125
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:36
→ drivers/spi/Kconfig:205
Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
choice bool prompt "SPI Port 2 Driver type" ifSPI_2
&& !I2C_2
&& !(SOC_SERIES_NRF91X
&&UART_2_NRF_UARTE
) &&SPI_NRFX
&&SPI
depends onSPI_2
&& !I2C_2
&& !(SOC_SERIES_NRF91X
&&UART_2_NRF_UARTE
) &&SPI_NRFX
&&SPI
(Definitions include propagated dependencies, including from if’s and menus.)