diff options
author | Alek Du <alek.du@intel.com> | 2010-05-26 14:42:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-27 09:12:42 -0700 |
commit | 8081c84c9ce71ef73e591e19f1f7a516cb111e1c (patch) | |
tree | 00ef685c50dd743f6a145ddf2d0c282f91d25d2d /drivers/gpio/Kconfig | |
parent | 8156fae26aec0285840ffa6faff6cae017abe81b (diff) | |
download | op-kernel-dev-8081c84c9ce71ef73e591e19f1f7a516cb111e1c.zip op-kernel-dev-8081c84c9ce71ef73e591e19f1f7a516cb111e1c.tar.gz |
gpio: add Penwell gpio support
Intel Penwell chip has two 96 pins GPIO blocks, which are very similiar as
Intel Langwell chip GPIO block, except for pin number difference. This
patch expends the original Langwell GPIO driver to support Penwell's.
Signed-off-by: Alek Du <alek.du@intel.com>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 1aa63a2..4fd0f27 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -271,10 +271,10 @@ config GPIO_BT8XX If unsure, say N. config GPIO_LANGWELL - bool "Intel Moorestown Platform Langwell GPIO support" + bool "Intel Langwell/Penwell GPIO support" depends on PCI help - Say Y here to support Intel Moorestown platform GPIO. + Say Y here to support Intel Langwell/Penwell GPIO. config GPIO_TIMBERDALE bool "Support for timberdale GPIO IP" |