aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorDenis Turischev <denis@compulab.co.il>2010-03-05 16:44:39 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-06 14:26:48 -0500
commit9cc0cb3c7d54f320b9eede6f4a49072ecadd864d (patch)
tree4de2d427038a5450caeed1a9b1508587d328a6c9 /drivers/gpio/Kconfig
parenta8a5164c297c16c2f4be776714ca47dba252cc3d (diff)
gpio: introduce it8761e_gpio driver for IT8761E Super I/O chip
Signed-off-by: Denis Turischev <denis@compulab.co.il> Cc: David Brownell <david-b@pacbell.net> 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index c5cc7d9d88e3..a4cdbd51b1c6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -70,6 +70,12 @@ config GPIO_MAX730X
70 70
71comment "Memory mapped GPIO expanders:" 71comment "Memory mapped GPIO expanders:"
72 72
73config GPIO_IT8761E
74 tristate "IT8761E GPIO support"
75 depends on GPIOLIB
76 help
77 Say yes here to support GPIO functionality of IT8761E super I/O chip.
78
73config GPIO_PL061 79config GPIO_PL061
74 bool "PrimeCell PL061 GPIO support" 80 bool "PrimeCell PL061 GPIO support"
75 depends on ARM_AMBA 81 depends on ARM_AMBA