OSDN Git Service

powerpc/configs: Update for CONFIG_DEBUG_FS being selected via CONFIG_RCU_TRACE
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 23 Aug 2017 05:37:26 +0000 (15:37 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Aug 2017 12:10:03 +0000 (22:10 +1000)
commite5d2f4b275874e0a4ce0628a691bacc07e2f6cb9
tree67ed283fa7e31084f9926f7a33eff20666e9ba02
parent05cb48b00a2aa1ac9c2f2c033d3dff8ed5587c1b
powerpc/configs: Update for CONFIG_DEBUG_FS being selected via CONFIG_RCU_TRACE

In commit 961518259b3b ("rcu: Enable RCU tracepoints by default to aid
in debugging"), CONFIG_RCU_TRACE was made default y (if CONFIG_TREE_RCU=y,
which it is for some of our configs).

That in turn causes CONFIG_TREE_RCU_TRACE to be enabled, which selects
CONFIG_DEBUG_FS. The end result is that CONFIG_DEBUG_FS is forced on,
meaning we don't have to enable it in some of our configs.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/44x/akebono_defconfig
arch/powerpc/configs/44x/currituck_defconfig
arch/powerpc/configs/44x/fsp2_defconfig
arch/powerpc/configs/44x/iss476-smp_defconfig
arch/powerpc/configs/cell_defconfig
arch/powerpc/configs/g5_defconfig
arch/powerpc/configs/pasemi_defconfig
arch/powerpc/configs/pmac32_defconfig
arch/powerpc/configs/ps3_defconfig