aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>2011-01-12 20:00:22 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 11:03:14 -0500
commit49a367937fe4250144e24440e5a11ae4344202b1 (patch)
tree7ed12762e4d819c312960ce537f07159488fc0a4 /drivers/gpio/Kconfig
parent32518863b483d521edc813616a35601cad213d31 (diff)
gpio/ml_ioh_gpio: ML7213 GPIO driver
ML7213 is a companion chip for Intel Atom E6xx series. This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output Hub) which is for IVI(In-Vehicle Infotainment) use. This driver can access the IOH's GPIO device. Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: Rabin Vincent <rabin.vincent@stericsson.com> Cc: Marc Zyngier <maz@misterjones.org> Cc: Linus Walleij <linus.walleij@stericsson.com> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 454e2bc373a8..664660e56335 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -333,6 +333,15 @@ config GPIO_PCH
333 which is an IOH(Input/Output Hub) for x86 embedded processor. 333 which is an IOH(Input/Output Hub) for x86 embedded processor.
334 This driver can access PCH GPIO device. 334 This driver can access PCH GPIO device.
335 335
336config GPIO_ML_IOH
337 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
338 depends on PCI
339 help
340 ML7213 is companion chip for Intel Atom E6xx series.
341 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
342 Hub) which is for IVI(In-Vehicle Infotainment) use.
343 This driver can access the IOH's GPIO device.
344
336config GPIO_TIMBERDALE 345config GPIO_TIMBERDALE
337 bool "Support for timberdale GPIO IP" 346 bool "Support for timberdale GPIO IP"
338 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 347 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM