diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index cb7002eca887..7ce8e7025661 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -56,7 +56,7 @@ config DEBUG_PER_CPU_MAPS | |||
56 | 56 | ||
57 | config X86_PTDUMP | 57 | config X86_PTDUMP |
58 | bool "Export kernel pagetable layout to userspace via debugfs" | 58 | bool "Export kernel pagetable layout to userspace via debugfs" |
59 | depends on X86_64 | 59 | depends on DEBUG_KERNEL |
60 | select DEBUG_FS | 60 | select DEBUG_FS |
61 | help | 61 | help |
62 | Say Y here if you want to show the kernel pagetable layout in a | 62 | Say Y here if you want to show the kernel pagetable layout in a |