-
CONFIG_SPI_NRFX
¶
nRF SPI nrfx drivers
Type: bool
Help¶
Enable support for nrfx SPI drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. SPI_0 and I2C_0. You may need to disable I2C_0 or I2C_1.
Defaults¶
- “y” if
SOC_FAMILY_NRF
&&SPI
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:36
→ drivers/spi/Kconfig:205
Menu path: (top menu) → Device Drivers → SPI hardware bus support
menuconfig SPI_NRFX bool prompt "nRF SPI nrfx drivers" ifSOC_FAMILY_NRF
&&SPI
default "y" ifSOC_FAMILY_NRF
&&SPI
depends onSOC_FAMILY_NRF
&&SPI
help Enable support for nrfx SPI drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. SPI_0 and I2C_0. You may need to disable I2C_0 or I2C_1.
(Definitions include propagated dependencies, including from if’s and menus.)