]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/powerpc/sysdev/Kconfig
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / powerpc / sysdev / Kconfig
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
3 #
4
5 config PPC4xx_PCI_EXPRESS
6         bool
7         depends on PCI && 4xx
8         default n
9
10 config PPC4xx_HSTA_MSI
11         bool
12         depends on PCI_MSI
13         depends on PCI && 4xx
14         default n
15
16 config PPC4xx_MSI
17         bool
18         depends on PCI_MSI
19         depends on PCI && 4xx
20         default n
21
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
29
30 source "arch/powerpc/sysdev/xics/Kconfig"
31 source "arch/powerpc/sysdev/xive/Kconfig"
32
33 config PPC_SCOM
34         bool
35
36 config SCOM_DEBUGFS
37         bool "Expose SCOM controllers via debugfs"
38         depends on PPC_SCOM && DEBUG_FS
39         default n
40
41 config GE_FPGA
42         bool
43         default n
44
45 config FSL_CORENET_RCPM
46         bool
47         help
48           This option enables support for RCPM (Run Control/Power Management).