summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/qe_lib/Kconfig
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-05-19 17:47:05 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2008-06-10 16:11:10 (GMT)
commit32def337aafee0bc65eb58d5b1b3617525eb7fb7 (patch)
tree22173ef1c86e1dd6de2eadee2600dbad1e029249 /arch/powerpc/sysdev/qe_lib/Kconfig
parent9572653ee01a2134ae3a1d7aa29ce9d026a6afe9 (diff)
downloadlinux-fsl-qoriq-32def337aafee0bc65eb58d5b1b3617525eb7fb7.tar.xz
powerpc/QE: implement support for the GPIO LIB API
This is needed to access QE GPIOs via Linux GPIO API. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-By: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib/Kconfig')
-rw-r--r--arch/powerpc/sysdev/qe_lib/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig
index 76ffbc4..4bb18f5 100644
--- a/arch/powerpc/sysdev/qe_lib/Kconfig
+++ b/arch/powerpc/sysdev/qe_lib/Kconfig
@@ -24,3 +24,12 @@ config QE_USB
bool
help
QE USB Host Controller support
+
+config QE_GPIO
+ bool "QE GPIO support"
+ depends on QUICC_ENGINE
+ select GENERIC_GPIO
+ select HAVE_GPIO_LIB
+ help
+ Say Y here if you're going to use hardware that connects to the
+ QE GPIOs.