-
choice: SPI Port 1 Driver type
SPI Port 1 Driver type
Type: bool
Direct dependencies¶
SPI_1
&& !I2C_1
&& !(SOC_SERIES_NRF91X
&& UART_1_NRF_UARTE
) && !(SOC_SERIES_NRF53X
&& UART_1_NRF_UARTE
) && SPI_NRFX
&& SPI
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to the first (visible) choice option.
Choice options¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:86
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:34
→ drivers/spi/Kconfig:237
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
choice bool "SPI Port 1 Driver type" depends onSPI_1
&& !I2C_1
&& !(SOC_SERIES_NRF91X
&&UART_1_NRF_UARTE
) && !(SOC_SERIES_NRF53X
&&UART_1_NRF_UARTE
) &&SPI_NRFX
&&SPI
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)