aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig.debug')
-rw-r--r--arch/um/Kconfig.debug10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
index 85c86edd1e67..68205fd3b08c 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -28,16 +28,6 @@ config GCOV
28 If you're involved in UML kernel development and want to use gcov, 28 If you're involved in UML kernel development and want to use gcov,
29 say Y. If you're unsure, say N. 29 say Y. If you're unsure, say N.
30 30
31config DEBUG_STACK_USAGE
32 bool "Stack utilization instrumentation"
33 default N
34 help
35 Track the maximum kernel stack usage - this will look at each
36 kernel stack at process exit and log it if it's the deepest
37 stack seen so far.
38
39 This option will slow down process creation and destruction somewhat.
40
41config EARLY_PRINTK 31config EARLY_PRINTK
42 bool "Early printk" 32 bool "Early printk"
43 default y 33 default y