:orphan: .. title:: CONFIG_OPENOCD_SUPPORT .. kconfig:: CONFIG_OPENOCD_SUPPORT CONFIG_OPENOCD_SUPPORT ###################### *OpenOCD support (DEPRECATED)* Type: ``bool`` Help ==== .. code-block:: none This is deprecated, please use DEBUG_THREAD_INFO instead. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`DEBUG_THREAD_INFO ` Kconfig definition ================== At ``/debug/Kconfig:325`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig config OPENOCD_SUPPORT bool "OpenOCD support (DEPRECATED)" select DEBUG_THREAD_INFO help This is deprecated, please use DEBUG_THREAD_INFO instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*