Re: powerpc/debug: PTDUMP should depend on DEBUG_FS

2017-02-02 Thread Michael Ellerman
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 Applied to powerpc next. https://git.kernel.org/power

[PATCH] powerpc/debug: PTDUMP should depend on DEBUG_FS

2017-01-31 Thread Michael Ellerman
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 --- arch/powerpc/Kconfig.debug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/powerpc/Kconfig.