diff options
author | Denis Turischev <denis@compulab.co.il> | 2010-03-05 13:44:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 11:26:48 -0800 |
commit | 9cc0cb3c7d54f320b9eede6f4a49072ecadd864d (patch) | |
tree | 4de2d427038a5450caeed1a9b1508587d328a6c9 /drivers/gpio/Kconfig | |
parent | a8a5164c297c16c2f4be776714ca47dba252cc3d (diff) | |
download | op-kernel-dev-9cc0cb3c7d54f320b9eede6f4a49072ecadd864d.zip op-kernel-dev-9cc0cb3c7d54f320b9eede6f4a49072ecadd864d.tar.gz |
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c5cc7d9..a4cdbd5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -70,6 +70,12 @@ config GPIO_MAX730X comment "Memory mapped GPIO expanders:" +config GPIO_IT8761E + tristate "IT8761E GPIO support" + depends on GPIOLIB + help + Say yes here to support GPIO functionality of IT8761E super I/O chip. + config GPIO_PL061 bool "PrimeCell PL061 GPIO support" depends on ARM_AMBA |