Allow CONFIG_STACKTRACE to be enabled by itself.

This allows us to get a kernel stacktrace for a thread though /proc.
Also enable it by default.

Change-Id: If8c21cd02feaf9863f4841ace524fa30c7328d49
Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
Arve Hjønnevåg
2010-06-03 16:33:07 -07:00
committed by Colin Cross
parent b866f6cb0e
commit ebb2ed762d

View File

@@ -989,8 +989,9 @@ config TRACE_IRQFLAGS
either tracing or lock debugging.
config STACKTRACE
bool
bool "Stacktrace"
depends on STACKTRACE_SUPPORT
default y
config DEBUG_KOBJECT
bool "kobject debugging"