aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/um/Kconfig13
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
25config PCMCIA 25config PCMCIA
26 bool 26 bool
27 27
28# Yet to do!
29config TRACE_IRQFLAGS_SUPPORT
30 bool
31 default n
32
33config LOCKDEP_SUPPORT
34 bool
35 default y
36
37config STACKTRACE_SUPPORT
38 bool
39 default y
40
28config GENERIC_CALIBRATE_DELAY 41config GENERIC_CALIBRATE_DELAY
29 bool 42 bool
30 default y 43 default y