commit | 1c877f71b7b9c0a5144e29d599eac2c62c91070c | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Feb 01 13:21:22 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Feb 02 16:35:25 2017 +1100 |
tree | 3efec86d17f0d9d8dd2e3a8cbb5ecf57acc0fa72 | |
parent | 1925febe4bc4a6f3abc3b2e322f39348d090509c [diff] |
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>