diff options
author | Thibaut Girka <thib@sitedethib.com> | 2010-06-23 10:26:22 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-23 15:25:19 +0200 |
commit | d68329250120b2c92a29fc71805cd7ce043108b0 (patch) | |
tree | beb5d5c34f669e7ed356803f78637ac22970e14f | |
parent | a1a29d40be0ebe43bd26b0c5647e1273b45e9f00 (diff) |
glamo-gpio: fix Kconfig help text
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index bfea859fe8d..4502f088d8a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -74,7 +74,7 @@ config GPIO_GLAMO tristate "Glamo GPIO support" depends on MFD_GLAMO help - Enable a bitbanging SPI adapter driver for the Smedia Glamo. + Say yes here to support GPIO functionality of the Smedia Glamo. config GPIO_IT8761E tristate "IT8761E GPIO support" |