aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/Kconfig
blob: cfc18770af797dae6ad42132a0f8e175e4f00e87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

config PPC4xx_PCI_EXPRESS
	bool
	depends on PCI && 4xx
	default n

config PPC_MSI_BITMAP
	bool
	depends on PCI_MSI
	default y if MPIC
	default y if FSL_PCI

source "arch/powerpc/sysdev/xics/Kconfig"