blob: 52dc165c0efb6eaf233359ccb7fd0ab7de6c14db [file] [log] [blame]
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11001# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5config PPC4xx_PCI_EXPRESS
6 bool
7 depends on PCI && 4xx
8 default n
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
14 default n
15
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000016config PPC4xx_MSI
17 bool
18 depends on PCI_MSI
19 depends on PCI && 4xx
20 default n
21
Michael Ellerman7e302862008-08-06 09:10:01 +100022config PPC_MSI_BITMAP
23 bool
24 depends on PCI_MSI
25 default y if MPIC
26 default y if FSL_PCI
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000027 default y if PPC4xx_MSI
Michael Ellerman66c29da62013-09-26 17:52:17 +100028 default y if PPC_POWERNV
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100029
30source "arch/powerpc/sysdev/xics/Kconfig"
31
Benjamin Herrenschmidtab814b92011-04-14 22:31:58 +000032config PPC_SCOM
33 bool
34
35config SCOM_DEBUGFS
36 bool "Expose SCOM controllers via debugfs"
Benjamin Herrenschmidt4777f792013-08-29 16:58:12 +100037 depends on PPC_SCOM && DEBUG_FS
Benjamin Herrenschmidtab814b92011-04-14 22:31:58 +000038 default n
Martyn Welch44b24b72012-03-12 17:12:59 +000039
40config GE_FPGA
41 bool
42 default n
chenhui zhaod17799f2015-11-20 17:13:59 +080043
44config FSL_CORENET_RCPM
45 bool
46 help
47 This option enables support for RCPM (Run Control/Power Management).