blob: d775fd148d13760b9b3a9f97a31049a0734c00af [file] [log] [blame]
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +11001# 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
Michael Ellerman7e302862008-08-06 09:10:01 +10009
10config PPC_MSI_BITMAP
11 bool
12 depends on PCI_MSI
13 default y if MPIC
14 default y if FSL_PCI
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +100015
16source "arch/powerpc/sysdev/xics/Kconfig"
17
Benjamin Herrenschmidtab814b92011-04-14 22:31:58 +000018config PPC_SCOM
19 bool
20
21config SCOM_DEBUGFS
22 bool "Expose SCOM controllers via debugfs"
23 depends on PPC_SCOM
24 default n