aboutsummaryrefslogtreecommitdiff
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 14:34:02 +0200
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 ac1e31ba479..14abaa51922 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -16,6 +16,14 @@ config NONPROMISC_DEVMEM
obviously disasterous, but specific access can be used by people
debugging the kernel.
+config X86_VERBOSE_BOOTUP
+ bool "Enable verbose x86 bootup info messages"
+ default y
+ help
+ Enables the informational output from the decompression stage
+ (e.g. bzImage) of the boot. If you disable this you will still
+ see errors. Disable this if you want silent bootup.
+
config EARLY_PRINTK
bool "Early printk" if EMBEDDED
default y