CONFIG_THINGY53_MISO_WORKAROUND

MISO workaround

Type: bool

Help

Workaround SPI bus MISO issues. The workaround sets dedicated pin
high in order to avoid voltage drops on the SPI MISO line.

Default

Kconfig definition

At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35<Zephyr>/boards/Kconfig:60

Menu path: (Top) → Board Options

config THINGY53_MISO_WORKAROUND
    bool "MISO workaround"
    default SPI
    help
      Workaround SPI bus MISO issues. The workaround sets dedicated pin
      high in order to avoid voltage drops on the SPI MISO line.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)