:orphan: .. title:: THINGY53_MISO_WORKAROUND .. option:: CONFIG_THINGY53_MISO_WORKAROUND *MISO workaround* Type: ``bool`` Help ==== .. code-block:: none Workaround SPI bus MISO issues. The workaround sets dedicated pin high in order to avoid voltage drops on the SPI MISO line. Default ======= - \ :option:`SPI ` Kconfig definition ================== At ``/arm/thingy53_nrf5340/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig 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.)*