]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/powerpc/sysdev/Kconfig
Merge remote-tracking branch 'hid/for-next'
[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_MSI
11         bool
12         depends on PCI_MSI
13         depends on PCI && 4xx
14         default n
15
16 config PPC_MSI_BITMAP
17         bool
18         depends on PCI_MSI
19         default y if MPIC
20         default y if FSL_PCI
21         default y if PPC4xx_MSI
22         default y if POWERNV_MSI
23
24 source "arch/powerpc/sysdev/xics/Kconfig"
25
26 config PPC_SCOM
27         bool
28
29 config SCOM_DEBUGFS
30         bool "Expose SCOM controllers via debugfs"
31         depends on PPC_SCOM && DEBUG_FS
32         default n
33
34 config GE_FPGA
35         bool
36         default n