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.debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 660200915baa..15854b53badc 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -185,4 +185,11 @@ config DEFAULT_IO_DELAY_TYPE
185 default IO_DELAY_TYPE_NONE 185 default IO_DELAY_TYPE_NONE
186endif 186endif
187 187
188config DEBUG_BOOT_PARAMS
189 bool "Debug boot parameters"
190 depends on DEBUG_KERNEL
191 depends on DEBUG_FS
192 help
193 This option will cause struct boot_params to be exported via debugfs.
194
188endmenu 195endmenu