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>
This commit is contained in:
Anton Vorontsov
2008-05-19 21:47:05 +04:00
committed by Kumar Gala
parent 9572653ee0
commit 32def337aa
5 changed files with 186 additions and 0 deletions

View File

@@ -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.