Linux 3.16-rc2
[linux/fpc-iii.git] / arch / powerpc / sysdev / Kconfig
bloba19332a3871551713e2194e8490aaa15cb493c36
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
5 config PPC4xx_PCI_EXPRESS
6         bool
7         depends on PCI && 4xx
8         default n
10 config PPC4xx_HSTA_MSI
11         bool
12         depends on PCI_MSI
13         depends on PCI && 4xx
14         default n
16 config PPC4xx_MSI
17         bool
18         depends on PCI_MSI
19         depends on PCI && 4xx
20         default n
22 config PPC_MSI_BITMAP
23         bool
24         depends on PCI_MSI
25         default y if MPIC
26         default y if FSL_PCI
27         default y if PPC4xx_MSI
28         default y if PPC_POWERNV
30 source "arch/powerpc/sysdev/xics/Kconfig"
32 config PPC_SCOM
33         bool
35 config SCOM_DEBUGFS
36         bool "Expose SCOM controllers via debugfs"
37         depends on PPC_SCOM && DEBUG_FS
38         default n
40 config GE_FPGA
41         bool
42         default n