aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2010-05-26 14:42:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-27 09:12:42 -0700
commit8081c84c9ce71ef73e591e19f1f7a516cb111e1c (patch)
tree00ef685c50dd743f6a145ddf2d0c282f91d25d2d /drivers/gpio/Kconfig
parent8156fae26aec0285840ffa6faff6cae017abe81b (diff)
downloadkernel_samsung_smdk4412-8081c84c9ce71ef73e591e19f1f7a516cb111e1c.zip
kernel_samsung_smdk4412-8081c84c9ce71ef73e591e19f1f7a516cb111e1c.tar.gz
kernel_samsung_smdk4412-8081c84c9ce71ef73e591e19f1f7a516cb111e1c.tar.bz2
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 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"