]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Move 8xxx GPIO Kconfig under the platform menu
authorKumar Gala <galak@kernel.crashing.org>
Wed, 24 Sep 2008 04:36:32 +0000 (23:36 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 24 Sep 2008 04:36:32 +0000 (23:36 -0500)
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>
arch/powerpc/platforms/Kconfig
arch/powerpc/sysdev/Kconfig

index 4c900efa164e43fcd4331bddc81b925e35ad77c8..9578c45b04fe5b29c2a2cc279648e43970a81286 100644 (file)
@@ -293,4 +293,13 @@ config OF_RTC
 
 source "arch/powerpc/sysdev/bestcomm/Kconfig"
 
+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.
+
 endmenu
index d0e7bb05c3a4824dce1fc93f057fb2ac00536d4a..396582835cb51bf46dc7ac8623ea29b723a5251b 100644 (file)
@@ -7,15 +7,6 @@ config PPC4xx_PCI_EXPRESS
        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