aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
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