:orphan: .. title:: SPI_2_NRF_SPIM .. option:: 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 =================== (\ :option:`SPI ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE `) || ((!\ :option:`SOC_NRF52832 ` || \ :option:`SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 `) && \ :option:`SPI_NRFX ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - n Symbols selected by this symbol =============================== - \ :option:`NRFX_SPIM2 ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/arduino_nano_33_ble/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_2_NRF_SPIM bool default y depends on \ :option:`SPI ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE ` ---- At ``drivers/spi/Kconfig.nrfx:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:212`` Menu path: (Top) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers .. parsed-literal:: config SPI_2_NRF_SPIM bool default n select \ :option:`NRFX_SPIM2 ` depends on (!\ :option:`SOC_NRF52832 ` || \ :option:`SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 `) && \ :option:`SPI_NRFX ` && \ :option:`SPI ` help Enable nRF SPI Master with EasyDMA on port 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*