The latest development version of this page may be more current than this released 1.14.0 version.
choice: nRF SPI MISO pin pull configuration

nRF SPI MISO pin pull configuration

Type: bool

Direct dependencies

NRFX_SPI && SPI_NRFX && SPI

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/spi/Kconfig.nrfx:261

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:205

Menu path: (top menu) → Device Drivers → SPI hardware bus support → nRF SPI nrfx drivers

choice
    bool
    prompt "nRF SPI MISO pin pull configuration" if NRFX_SPI && SPI_NRFX && SPI
    default SPI_NRFX_SPI_MISO_PULL_DOWN if NRFX_SPI && SPI_NRFX && SPI
    depends on NRFX_SPI && SPI_NRFX && SPI

(Definitions include propagated dependencies, including from if’s and menus.)