summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-02-01 13:21:22 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-02-02 16:35:25 +1100
commit1c877f71b7b9c0a5144e29d599eac2c62c91070c (patch)
tree3efec86d17f0d9d8dd2e3a8cbb5ecf57acc0fa72 /arch/powerpc/Kconfig.debug
parent1925febe4bc4a6f3abc3b2e322f39348d090509c (diff)
downloadop-kernel-dev-1c877f71b7b9c0a5144e29d599eac2c62c91070c.zip
op-kernel-dev-1c877f71b7b9c0a5144e29d599eac2c62c91070c.tar.gz
powerpc/debug: PTDUMP should depend on DEBUG_FS
CONFIG_PPC_PTDUMP currently selects CONFIG_DEBUG_FS. But CONFIG_DEBUG_FS is user-selectable, so we shouldn't select it. Instead depend on it. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 949258d..c86df24 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -356,8 +356,7 @@ config FAIL_IOMMU
config PPC_PTDUMP
bool "Export kernel pagetable layout to userspace via debugfs"
- depends on DEBUG_KERNEL
- select DEBUG_FS
+ depends on DEBUG_KERNEL && DEBUG_FS
help
This option exports the state of the kernel pagetables to a
debugfs file. This is only useful for kernel developers who are
OpenPOWER on IntegriCloud