-
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.
Direct dependencies¶
(SPI
&& BOARD_REEL_BOARD
) || (SOC_FAMILY_NRF
&& SPI
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SPI
&&BOARD_REEL_BOARD
Kconfig definitions¶
At boards/arm/reel_board/Kconfig.defconfig:68
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config SPI_NRFX bool default "y" ifSPI
&&BOARD_REEL_BOARD
depends onSPI
&&BOARD_REEL_BOARD
At drivers/spi/Kconfig.nrfx:6
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:38
→ drivers/spi/Kconfig:269
Menu path: (top menu) → Device Drivers → SPI hardware bus support
menuconfig SPI_NRFX bool prompt "nRF SPI nrfx drivers" 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.)