debug: Remove deprecated CONFIG_OPENOCD_SUPPORT

CONFIG_OPENOCD_SUPPORT was deprecated in favor of
CONFIG_DEBUG_THREAD_INFO in Zephyr v2.6.0 and can now be removed.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm 2022-01-22 15:29:03 -06:00 committed by Anas Nashif
commit 1a7bc06086
5 changed files with 5 additions and 22 deletions

View file

@ -1,11 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_OPENOCD_SUPPORT)
message(WARNING "CONFIG_OPENOCD_SUPPORT is deprecated
Please use DEBUG_THREAD_INFO instead."
)
endif()
zephyr_sources_ifdef(
CONFIG_DEBUG_THREAD_INFO
thread_info.c