Kconfig (5bdfdfeed5eed599a3ddc455f7c254a209ceae8d) Kconfig (3fb7933850faf1017c59a675e895ed8f27fef4be)
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
9
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
9
10config PPC4xx_MSI
11 bool
12 depends on PCI_MSI
13 depends on PCI && 4xx
14 default n
15
10config PPC_MSI_BITMAP
11 bool
12 depends on PCI_MSI
13 default y if MPIC
14 default y if FSL_PCI
16config 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
15
16source "arch/powerpc/sysdev/xics/Kconfig"
17
18config PPC_SCOM
19 bool
20
21config SCOM_DEBUGFS
22 bool "Expose SCOM controllers via debugfs"
23 depends on PPC_SCOM
24 default n
22
23source "arch/powerpc/sysdev/xics/Kconfig"
24
25config PPC_SCOM
26 bool
27
28config SCOM_DEBUGFS
29 bool "Expose SCOM controllers via debugfs"
30 depends on PPC_SCOM
31 default n