diff options
Diffstat (limited to 'arch/powerpc/sysdev/Kconfig')
| -rw-r--r-- | arch/powerpc/sysdev/Kconfig | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index ab4cb5476472..18ff2c4a814a 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig @@ -1,36 +1,31 @@ +# SPDX-License-Identifier: GPL-2.0 # For a description of the syntax of this configuration file, -# see Documentation/kbuild/kconfig-language.txt. +# see Documentation/kbuild/kconfig-language.rst. # config PPC4xx_PCI_EXPRESS bool - depends on PCI && 4xx - default n + depends on PCI && 44x -config PPC4xx_MSI +config PPC4xx_HSTA_MSI bool depends on PCI_MSI - depends on PCI && 4xx - default n + depends on PCI && 44x config PPC_MSI_BITMAP bool depends on PCI_MSI default y if MPIC default y if FSL_PCI - default y if PPC4xx_MSI - default y if POWERNV_MSI + default y if PPC_POWERNV source "arch/powerpc/sysdev/xics/Kconfig" +source "arch/powerpc/sysdev/xive/Kconfig" -config PPC_SCOM +config GE_FPGA bool -config SCOM_DEBUGFS - bool "Expose SCOM controllers via debugfs" - depends on PPC_SCOM - default n - -config GE_FPGA +config FSL_CORENET_RCPM bool - default n + help + This option enables support for RCPM (Run Control/Power Management). |
