diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-08 19:49:37 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-10 19:34:24 -0500 |
commit | 6a3d119b4ce29cf32bfe91eb61d46e9dbd8ce38a (patch) | |
tree | 659c75a68731d368092a99adefecd66e754ffcb6 /drivers/mfd/Kconfig | |
parent | 08c3e06a5eb27d43b712adef18379f8464425e71 (diff) |
mfd: PCF50633 gpio support
What the PCF05633 calls as a 'GPIO' is much more than the GPIO in the linux
sense and there are only 4 of them - which means, the gpiolib is not used
here.
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Cc: Andy Green <andy@openmoko.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2fa3504e165a..06a2b0f7737c 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -233,6 +233,13 @@ config PCF50633_ADC | |||
233 | Say yes here if you want to include support for ADC in the | 233 | Say yes here if you want to include support for ADC in the |
234 | NXP PCF50633 chip. | 234 | NXP PCF50633 chip. |
235 | 235 | ||
236 | config PCF50633_GPIO | ||
237 | tristate "Support for NXP PCF50633 GPIO" | ||
238 | depends on MFD_PCF50633 | ||
239 | help | ||
240 | Say yes here if you want to include support GPIO for pins on | ||
241 | the PCF50633 chip. | ||
242 | |||
236 | endmenu | 243 | endmenu |
237 | 244 | ||
238 | menu "Multimedia Capabilities Port drivers" | 245 | menu "Multimedia Capabilities Port drivers" |