The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SPI_NRFX_SPI_MISO_PULL_UP

pull up

Type: bool

Help

Enable MISO pin pull up.

Direct dependencies

<choice: nRF SPI MISO pin pull configuration>

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

Kconfig definition

At drivers/spi/Kconfig.nrfx:275

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 → nRF SPI MISO pin pull configuration

config SPI_NRFX_SPI_MISO_PULL_UP
    bool
    prompt "pull up" if <choice: nRF SPI MISO pin pull configuration>
    depends on <choice: nRF SPI MISO pin pull configuration>
    help
      Enable MISO pin pull up.

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