Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggy
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / sysdev / Kconfig
CommitLineData
a2d2e1ec
BH
1# 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
7e302869 9
3fb79338
RS
10config PPC4xx_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
7e302869
ME
16config PPC_MSI_BITMAP
17 bool
18 depends on PCI_MSI
19 default y if MPIC
20 default y if FSL_PCI
3fb79338 21 default y if PPC4xx_MSI
a486bdb0 22 default y if POWERNV_MSI
0b05ac6e
BH
23
24source "arch/powerpc/sysdev/xics/Kconfig"
25
ab814b93
BH
26config PPC_SCOM
27 bool
28
29config SCOM_DEBUGFS
30 bool "Expose SCOM controllers via debugfs"
31 depends on PPC_SCOM
32 default n
44b24b74
MW
33
34config GE_FPGA
35 bool
36 default n