blob: d23288c4abf668cb926346820b39b9045ede1322 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11002# For a description of the syntax of this configuration file,
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -03003# see Documentation/kbuild/kconfig-language.rst.
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11004#
5
6config PPC4xx_PCI_EXPRESS
7 bool
8 depends on PCI && 4xx
Michael Ellerman7e302862008-08-06 09:10:01 +10009
Alistair Popplee2c37d92014-03-06 14:52:28 +110010config PPC4xx_HSTA_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
Alistair Popplee2c37d92014-03-06 14:52:28 +110014
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000015config PPC4xx_MSI
16 bool
17 depends on PCI_MSI
18 depends on PCI && 4xx
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000019
Michael Ellerman7e302862008-08-06 09:10:01 +100020config PPC_MSI_BITMAP
21 bool
22 depends on PCI_MSI
23 default y if MPIC
24 default y if FSL_PCI
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000025 default y if PPC4xx_MSI
Michael Ellerman66c29da62013-09-26 17:52:17 +100026 default y if PPC_POWERNV
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100027
28source "arch/powerpc/sysdev/xics/Kconfig"
Benjamin Herrenschmidt243e2512017-04-05 17:54:50 +100029source "arch/powerpc/sysdev/xive/Kconfig"
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100030
Benjamin Herrenschmidtab814b92011-04-14 22:31:58 +000031config PPC_SCOM
32 bool
33
34config SCOM_DEBUGFS
35 bool "Expose SCOM controllers via debugfs"
Benjamin Herrenschmidt4777f792013-08-29 16:58:12 +100036 depends on PPC_SCOM && DEBUG_FS
Martyn Welch44b24b72012-03-12 17:12:59 +000037
38config GE_FPGA
39 bool
chenhui zhaod17799f2015-11-20 17:13:59 +080040
41config FSL_CORENET_RCPM
42 bool
43 help
44 This option enables support for RCPM (Run Control/Power Management).