summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/Kconfig
blob: d0e7bb05c3a4824dce1fc93f057fb2ac00536d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 MPC8xxx_GPIO
	bool "MPC8xxx GPIO support"
	depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	help
	  Say Y here if you're going to use hardware that connects to the
	  MPC831x/834x/837x/8572/8610 GPIOs.

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