提交 1c877f71 编写于 作者: M Michael Ellerman

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: NMichael Ellerman <mpe@ellerman.id.au>
上级 1925febe
...@@ -356,8 +356,7 @@ config FAIL_IOMMU ...@@ -356,8 +356,7 @@ config FAIL_IOMMU
config PPC_PTDUMP config PPC_PTDUMP
bool "Export kernel pagetable layout to userspace via debugfs" bool "Export kernel pagetable layout to userspace via debugfs"
depends on DEBUG_KERNEL depends on DEBUG_KERNEL && DEBUG_FS
select DEBUG_FS
help help
This option exports the state of the kernel pagetables to a This option exports the state of the kernel pagetables to a
debugfs file. This is only useful for kernel developers who are debugfs file. This is only useful for kernel developers who are
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册