Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.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
e2c37d90
AP
10config PPC4xx_HSTA_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
3fb79338
RS
16config PPC4xx_MSI
17 bool
18 depends on PCI_MSI
19 depends on PCI && 4xx
20 default n
21
7e302869
ME
22config PPC_MSI_BITMAP
23 bool
24 depends on PCI_MSI
25 default y if MPIC
26 default y if FSL_PCI
3fb79338 27 default y if PPC4xx_MSI
66c29da6 28 default y if PPC_POWERNV
0b05ac6e
BH
29
30source "arch/powerpc/sysdev/xics/Kconfig"
31
ab814b93
BH
32config PPC_SCOM
33 bool
34
35config SCOM_DEBUGFS
36 bool "Expose SCOM controllers via debugfs"
4777f796 37 depends on PPC_SCOM && DEBUG_FS
ab814b93 38 default n
44b24b74
MW
39
40config GE_FPGA
41 bool
42 default n
d17799f9 43
44config FSL_CORENET_RCPM
45 bool
46 help
47 This option enables support for RCPM (Run Control/Power Management).
This page took 0.46038 seconds and 5 git commands to generate.