:orphan: .. title:: CONFIG_SPI_0_NRF_SPIM .. kconfig:: CONFIG_SPI_0_NRF_SPIM CONFIG_SPI_0_NRF_SPIM ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable nRF SPI Master with EasyDMA on port 0. Direct dependencies =================== (!\ :kconfig:`SOC_NRF52832 ` || \ :kconfig:`SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 `) && \ :kconfig:`SPI_NRFX ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_SPIM0 ` Kconfig definition ================== At ``/spi/Kconfig.nrfx:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:66`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. code-block:: kconfig config SPI_0_NRF_SPIM bool default n select NRFX_SPIM0 depends on (!SOC_NRF52832 || SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58) && SPI_NRFX && SPI help Enable nRF SPI Master with EasyDMA on port 0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*