diff options
-rw-r--r-- | lib/Kconfig.debug | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1fcd856edec1..a609235a517f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -9,15 +9,9 @@ config PRINTK_TIME | |||
9 | in kernel startup. | 9 | in kernel startup. |
10 | 10 | ||
11 | 11 | ||
12 | config DEBUG_KERNEL | ||
13 | bool "Kernel debugging" | ||
14 | help | ||
15 | Say Y here if you are developing drivers or trying to debug and | ||
16 | identify kernel problems. | ||
17 | |||
18 | config MAGIC_SYSRQ | 12 | config MAGIC_SYSRQ |
19 | bool "Magic SysRq key" | 13 | bool "Magic SysRq key" |
20 | depends on DEBUG_KERNEL && !UML | 14 | depends on !UML |
21 | help | 15 | help |
22 | If you say Y here, you will have some control over the system even | 16 | If you say Y here, you will have some control over the system even |
23 | if the system crashes for example during kernel debugging (e.g., you | 17 | if the system crashes for example during kernel debugging (e.g., you |
@@ -29,6 +23,12 @@ config MAGIC_SYSRQ | |||
29 | keys are documented in <file:Documentation/sysrq.txt>. Don't say Y | 23 | keys are documented in <file:Documentation/sysrq.txt>. Don't say Y |
30 | unless you really know what this hack does. | 24 | unless you really know what this hack does. |
31 | 25 | ||
26 | config DEBUG_KERNEL | ||
27 | bool "Kernel debugging" | ||
28 | help | ||
29 | Say Y here if you are developing drivers or trying to debug and | ||
30 | identify kernel problems. | ||
31 | |||
32 | config LOG_BUF_SHIFT | 32 | config LOG_BUF_SHIFT |
33 | int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL | 33 | int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL |
34 | range 12 21 | 34 | range 12 21 |