kconfig: remove deprecated DEBUG_TRACING_KERNEL_OBJECTS
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a254359c1a
commit
f46c0c2472
2 changed files with 1 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_DEBUG_TRACING_KERNEL_OBJECTS=y
|
||||
CONFIG_OBJECT_TRACING=y
|
||||
CONFIG_THREAD_MONITOR=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue