aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorBen Collins <ben.collins@canonical.com>2008-06-18 14:04:35 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-03 08:34:02 -0400
commit6bcb13b35a2ea39be6c7cc0292b8ad1191b1a748 (patch)
tree6c8238b6ef74c3606a987b62e9e53466afb67fd4 /arch/x86/Kconfig.debug
parent2ee2394b682c0ee99b0f083abe6c57727e6edb69 (diff)
x86: config option to disable info from decompression of the kernel
This patch allows the disabling of decompression messages during x86 bootup. Signed-off-by: Ben Collins <ben.collins@canonical.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index ac1e31ba4795..14abaa519221 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -16,6 +16,14 @@ config NONPROMISC_DEVMEM
16 obviously disasterous, but specific access can be used by people 16 obviously disasterous, but specific access can be used by people
17 debugging the kernel. 17 debugging the kernel.
18 18
19config X86_VERBOSE_BOOTUP
20 bool "Enable verbose x86 bootup info messages"
21 default y
22 help
23 Enables the informational output from the decompression stage
24 (e.g. bzImage) of the boot. If you disable this you will still
25 see errors. Disable this if you want silent bootup.
26
19config EARLY_PRINTK 27config EARLY_PRINTK
20 bool "Early printk" if EMBEDDED 28 bool "Early printk" if EMBEDDED
21 default y 29 default y