diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-07-03 00:25:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 15:27:05 -0700 |
commit | cbbf437a8de3192739334eb8cae7c9acee38590f (patch) | |
tree | e9c7a280f666f5a747384ec3490a7e230bfa7fcc /arch/i386/Kconfig | |
parent | 8e9ccae6ee2bb19b7752b7d412e1bbbaf28e7fe1 (diff) |
[PATCH] lockdep: enable on i386
Enable LOCKDEP_SUPPORT on i386.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 076a72c7a41..daa75ce4b77 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -18,6 +18,10 @@ config GENERIC_TIME bool default y +config LOCKDEP_SUPPORT + bool + default y + config STACKTRACE_SUPPORT bool default y |