Re: powerpc/debug: PTDUMP should depend on DEBUG_FS
From: Michael Ellerman <hidden> Date: 2017-02-02 11:45:16
On Wed, 2017-02-01 at 02:23:44 UTC, Michael Ellerman wrote:
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>