xref: /openbmc/linux/arch/powerpc/sysdev/Kconfig (revision 1e16dfc1)
1# 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
9
10config MPC8xxx_GPIO
11	bool "MPC8xxx GPIO support"
12	depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx
13	select GENERIC_GPIO
14	select ARCH_REQUIRE_GPIOLIB
15	help
16	  Say Y here if you're going to use hardware that connects to the
17	  MPC831x/834x/837x/8572/8610 GPIOs.
18
19config PPC_MSI_BITMAP
20	bool
21	depends on PCI_MSI
22	default y if MPIC
23	default y if FSL_PCI
24