-
CONFIG_SPI_0_NRF_SPIM
¶
nRF SPIM 0
Type: bool
Help¶
Enable nRF SPI Master with EasyDMA on port 0.
Direct dependencies¶
HAS_HW_NRF_SPIM0
&& (!SOC_NRF52832
|| SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58
) && <choice: SPI Port 0 Driver type>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/spi/Kconfig.nrfx:47
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 → SPI Port 0 Driver type
config SPI_0_NRF_SPIM bool "nRF SPIM 0" selectNRFX_SPIM0
depends onHAS_HW_NRF_SPIM0
&& (!SOC_NRF52832
||SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58
) && <choice: SPI Port 0 Driver type> help Enable nRF SPI Master with EasyDMA on port 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)