diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-09-24 00:36:32 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-24 00:36:32 -0400 |
commit | 782f04fc0c2af3c1e92c9d561926a2056b1c72e8 (patch) | |
tree | 8043b8e2a9b43bc03d85fe5daecbed72a228a406 /arch/powerpc/platforms/Kconfig | |
parent | ee1130197e7d64a436dbf7feab0bb77065baf5e8 (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/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 4c900efa164e..9578c45b04fe 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -293,4 +293,13 @@ config OF_RTC | |||
293 | 293 | ||
294 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 294 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
295 | 295 | ||
296 | config MPC8xxx_GPIO | ||
297 | bool "MPC8xxx GPIO support" | ||
298 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || PPC_85xx || PPC_86xx | ||
299 | select GENERIC_GPIO | ||
300 | select ARCH_REQUIRE_GPIOLIB | ||
301 | help | ||
302 | Say Y here if you're going to use hardware that connects to the | ||
303 | MPC831x/834x/837x/8572/8610 GPIOs. | ||
304 | |||
296 | endmenu | 305 | endmenu |