aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-09-24 00:36:32 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-09-24 00:36:32 -0400
commit782f04fc0c2af3c1e92c9d561926a2056b1c72e8 (patch)
tree8043b8e2a9b43bc03d85fe5daecbed72a228a406 /arch/powerpc/sysdev
parentee1130197e7d64a436dbf7feab0bb77065baf5e8 (diff)
powerpc: Move 8xxx GPIO Kconfig under the platform menu
The initial patch had the option at the top level which wasn't quite right. Moving under the platform options is a bit better. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r--arch/powerpc/sysdev/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig
index d0e7bb05c3a4..396582835cb5 100644
--- a/arch/powerpc/sysdev/Kconfig
+++ b/arch/powerpc/sysdev/Kconfig
@@ -7,15 +7,6 @@ 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
19config PPC_MSI_BITMAP 10config PPC_MSI_BITMAP
20 bool 11 bool
21 depends on PCI_MSI 12 depends on PCI_MSI