Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / powerpc / sysdev / Kconfig
blob7b4df37ac381edab99725c0ad9a4037d229d369f
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
5 config PPC4xx_PCI_EXPRESS
6         bool
7         depends on PCI && 4xx
8         default n
10 config PPC4xx_MSI
11         bool
12         depends on PCI_MSI
13         depends on PCI && 4xx
14         default n
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
23 source "arch/powerpc/sysdev/xics/Kconfig"
25 config PPC_SCOM
26         bool
28 config SCOM_DEBUGFS
29         bool "Expose SCOM controllers via debugfs"
30         depends on PPC_SCOM
31         default n