:orphan: .. title:: CONFIG_THINGY53_MISO_WORKAROUND .. kconfig:: CONFIG_THINGY53_MISO_WORKAROUND 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 ======= - \ :kconfig:`SPI ` Kconfig definition ================== At ``/arm/thingy53_nrf5340/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` 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.)*