aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2010-05-26 17:42:25 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-27 12:12:42 -0400
commit8081c84c9ce71ef73e591e19f1f7a516cb111e1c (patch)
tree00ef685c50dd743f6a145ddf2d0c282f91d25d2d /drivers/gpio/Kconfig
parent8156fae26aec0285840ffa6faff6cae017abe81b (diff)
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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 1aa63a2e9af5..4fd0f276df5a 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -271,10 +271,10 @@ config GPIO_BT8XX
271 If unsure, say N. 271 If unsure, say N.
272 272
273config GPIO_LANGWELL 273config GPIO_LANGWELL
274 bool "Intel Moorestown Platform Langwell GPIO support" 274 bool "Intel Langwell/Penwell GPIO support"
275 depends on PCI 275 depends on PCI
276 help 276 help
277 Say Y here to support Intel Moorestown platform GPIO. 277 Say Y here to support Intel Langwell/Penwell GPIO.
278 278
279config GPIO_TIMBERDALE 279config GPIO_TIMBERDALE
280 bool "Support for timberdale GPIO IP" 280 bool "Support for timberdale GPIO IP"