Currently SCOM_DEBUGFS appears at the top level in menuconfig, but it's not particularly important so shouldn't really be there. Move it under "Kernel Hacking" which seems more appropriate.
Signed-off-by: Michael Ellerman <m...@ellerman.id.au> --- arch/powerpc/Kconfig.debug | 5 +++++ arch/powerpc/sysdev/Kconfig | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index 3a510f4a6b68..807515b1a743 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug @@ -63,6 +63,11 @@ config PPC_EMULATED_STATS warnings can be printed to the console when instructions are emulated. +config SCOM_DEBUGFS + bool "Expose SCOM controllers via debugfs" + depends on PPC_SCOM && DEBUG_FS + default n + config CODE_PATCHING_SELFTEST bool "Run self-tests of the code-patching code." depends on DEBUG_KERNEL diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index a19332a38715..fd8888b43f5b 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig @@ -32,11 +32,6 @@ source "arch/powerpc/sysdev/xics/Kconfig" config PPC_SCOM bool -config SCOM_DEBUGFS - bool "Expose SCOM controllers via debugfs" - depends on PPC_SCOM && DEBUG_FS - default n - config GE_FPGA bool default n -- 2.1.4 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev