tracing: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:22:07 +02:00 committed by Carles Cufí
commit 306f92e646

View file

@ -204,7 +204,6 @@ config TRACING_CMD_BUFFER_SIZE
config TRACING_OBJECT_TRACKING
bool "Object tracking"
default n
help
Keep lists to track kernel objects.