powerpc/xics: Rewrite XICS driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / powerpc / sysdev / Kconfig
blobcfc18770af797dae6ad42132a0f8e175e4f00e87
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 PPC_MSI_BITMAP
11         bool
12         depends on PCI_MSI
13         default y if MPIC
14         default y if FSL_PCI
16 source "arch/powerpc/sysdev/xics/Kconfig"