aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/Kconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-09-23 11:35:38 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-09-23 11:41:16 -0400
commit1e16dfc1baa745dd89b95f6e33e4142df6218066 (patch)
treeeabec7954c03bde518f32f40fe3c544803b74497 /arch/powerpc/sysdev/Kconfig
parent1afb7f809bfb8fad9eec9419f3dfd75cee746ebd (diff)
powerpc: gpio driver for mpc8349/8572/8610 and compatible
Structured similar to the existing QE GPIO support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/Kconfig')
-rw-r--r--arch/powerpc/sysdev/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig
index 396582835cb5..d0e7bb05c3a4 100644
--- a/arch/powerpc/sysdev/Kconfig
+++ b/arch/powerpc/sysdev/Kconfig
@@ -7,6 +7,15 @@ config PPC4xx_PCI_EXPRESS
7 depends on PCI && 4xx 7 depends on PCI && 4xx
8 default n 8 default n
9 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
10config PPC_MSI_BITMAP 19config PPC_MSI_BITMAP
11 bool 20 bool
12 depends on PCI_MSI 21 depends on PCI_MSI