CONFIG_SPI_2_NRF_SPIM
(No prompt – not directly user assignable.)
Type: bool
Help
Enable nRF SPI Master with EasyDMA on port 2.
Direct dependencies
(SPI
&& BOARD_ARDUINO_NANO_33_BLE
) || ((!SOC_NRF52832
|| SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58
) && SPI_NRFX
&& SPI
)
(Includes any dependencies from ifs and menus.)
Defaults
y
n
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/boards/arm/arduino_nano_33_ble/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SPI_2_NRF_SPIM
bool
default y
depends on SPI && BOARD_ARDUINO_NANO_33_BLE
At <Zephyr>/drivers/spi/Kconfig.nrfx:109
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:76
Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers
config SPI_2_NRF_SPIM
bool
default n
select NRFX_SPIM2
depends on (!SOC_NRF52832 || SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58) && SPI_NRFX && SPI
help
Enable nRF SPI Master with EasyDMA on port 2.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)