aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/8xx
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2008-07-03 02:18:23 +1000
committerKumar Gala <galak@kernel.crashing.org>2008-07-28 07:42:09 -0500
commitdc2380ec8572fcd7f7e9579afc9fb223300d922f (patch)
treeef83f9d7406aca65c87e84c38fadc6e6f0394f53 /arch/powerpc/platforms/8xx
parente193325e3e3de188ae2aa5207adc7129aacc5c9d (diff)
downloadkernel_samsung_smdk4412-dc2380ec8572fcd7f7e9579afc9fb223300d922f.zip
kernel_samsung_smdk4412-dc2380ec8572fcd7f7e9579afc9fb223300d922f.tar.gz
kernel_samsung_smdk4412-dc2380ec8572fcd7f7e9579afc9fb223300d922f.tar.bz2
powerpc: implement GPIO LIB API on CPM1 Freescale SoC.
This patch implement GPIO LIB support for the CPM1 GPIOs. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx')
-rw-r--r--arch/powerpc/platforms/8xx/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig
index 6fc849e..71d7562 100644
--- a/arch/powerpc/platforms/8xx/Kconfig
+++ b/arch/powerpc/platforms/8xx/Kconfig
@@ -105,6 +105,16 @@ config 8xx_COPYBACK
If in doubt, say Y here.
+config 8xx_GPIO
+ bool "GPIO API Support"
+ select GENERIC_GPIO
+ select ARCH_REQUIRE_GPIOLIB
+ help
+ Saying Y here will cause the ports on an MPC8xx processor to be used
+ with the GPIO API. If you say N here, the kernel needs less memory.
+
+ If in doubt, say Y here.
+
config 8xx_CPU6
bool "CPU6 Silicon Errata (860 Pre Rev. C)"
help