diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2006-10-11 04:21:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 14:14:20 -0400 |
commit | 711553efa5b8581365084cacf3585a36ca253bab (patch) | |
tree | 3ff10e6e99de3f2584cd57452327ee1621f456a0 /arch/um/Kconfig | |
parent | 69fada32d868d7f4be128ea4df8fbe4fd897fc34 (diff) |
[PATCH] uml: declare in Kconfig our partial LOCKDEP support
Declare UML partial support for LOCKDEP - however IRQFLAGS tracing requires
some coding which nobody did yet, so we cannot run full lockdep on UML. Grep
for CONFIG_TRACE_IRQFLAGS on i386 code to find their implementation.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index d75307589d74..450547a4b3be 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -25,6 +25,19 @@ config PCI | |||
25 | config PCMCIA | 25 | config PCMCIA |
26 | bool | 26 | bool |
27 | 27 | ||
28 | # Yet to do! | ||
29 | config TRACE_IRQFLAGS_SUPPORT | ||
30 | bool | ||
31 | default n | ||
32 | |||
33 | config LOCKDEP_SUPPORT | ||
34 | bool | ||
35 | default y | ||
36 | |||
37 | config STACKTRACE_SUPPORT | ||
38 | bool | ||
39 | default y | ||
40 | |||
28 | config GENERIC_CALIBRATE_DELAY | 41 | config GENERIC_CALIBRATE_DELAY |
29 | bool | 42 | bool |
30 | default y | 43 | default y |