]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/debug: PTDUMP should depend on DEBUG_FS
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 1 Feb 2017 02:21:22 +0000 (13:21 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Feb 2017 05:35:25 +0000 (16:35 +1100)
commit7fc08b822374243fb04c2e85bd58486cda5d9a5a
tree3efec86d17f0d9d8dd2e3a8cbb5ecf57acc0fa72
parent447b0d7524837e96cc418fc84c4f24f400249ca8
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>
arch/powerpc/Kconfig.debug