kconfig: remove deprecated DEBUG_TRACING_KERNEL_OBJECTS

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-04 09:58:01 -05:00 committed by Kumar Gala
commit f46c0c2472
2 changed files with 1 additions and 8 deletions

View file

@ -113,13 +113,6 @@ config ASSERT_LEVEL
Level 1: on + warning in every file that includes __assert.h
Level 2: on + no warning
config DEBUG_TRACING_KERNEL_OBJECTS
bool "Kernel object tracing (deprecated)"
select OBJECT_TRACING
default n
help
For backward compatibility only
config OBJECT_TRACING
bool
prompt "Kernel object tracing"

View file

@ -1,3 +1,3 @@
CONFIG_DEBUG_TRACING_KERNEL_OBJECTS=y
CONFIG_OBJECT_TRACING=y
CONFIG_THREAD_MONITOR=y