diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2019-05-09 15:11:15 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-08-05 18:53:03 +1000 |
commit | 08a456aa643776757e07adfdebe7f7681117d144 (patch) | |
tree | ae477a0ad078276e74c99e5ee02b82b5bbeb56de /arch/powerpc/sysdev/Kconfig | |
parent | 0df3e42167caaf9f8c7b64de3da40a459979afe8 (diff) | |
download | lwn-08a456aa643776757e07adfdebe7f7681117d144.tar.gz lwn-08a456aa643776757e07adfdebe7f7681117d144.zip |
powerpc/powernv: Move SCOM access code into powernv platform
The powernv platform is the only one that directly accesses SCOMs.
Move the support code to platforms/powernv, and get rid of the
PPC_SCOM Kconfig option, as SCOM support is always selected when
compiling for powernv.
This also means that the Kconfig item for CONFIG_SCOM_DEBUGFS will
show up in menuconfig in the platform menu, rather than at the root,
which is a much better location.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190509051119.7694-1-ajd@linux.ibm.com
Diffstat (limited to 'arch/powerpc/sysdev/Kconfig')
-rw-r--r-- | arch/powerpc/sysdev/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index d23288c4abf6..9ebcc1337560 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig @@ -28,13 +28,6 @@ config PPC_MSI_BITMAP source "arch/powerpc/sysdev/xics/Kconfig" source "arch/powerpc/sysdev/xive/Kconfig" -config PPC_SCOM - bool - -config SCOM_DEBUGFS - bool "Expose SCOM controllers via debugfs" - depends on PPC_SCOM && DEBUG_FS - config GE_FPGA bool |