blob: ab4cb54764721870b06e3b08ee42121fc7fb7ea4 [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
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000010config PPC4xx_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
Michael Ellerman7e302862008-08-06 09:10:01 +100016config PPC_MSI_BITMAP
17 bool
18 depends on PCI_MSI
19 default y if MPIC
20 default y if FSL_PCI
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000021 default y if PPC4xx_MSI
Gavin Shana486bdb2013-04-25 19:20:58 +000022 default y if POWERNV_MSI
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100023
24source "arch/powerpc/sysdev/xics/Kconfig"
25
Benjamin Herrenschmidtab814b92011-04-14 22:31:58 +000026config PPC_SCOM
27 bool
28
29config SCOM_DEBUGFS
30 bool "Expose SCOM controllers via debugfs"
31 depends on PPC_SCOM
32 default n
Martyn Welch44b24b72012-03-12 17:12:59 +000033
34config GE_FPGA
35 bool
36 default n