diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2008-11-20 19:46:51 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-20 19:46:51 +0000 |
commit | 5557b3223d35dd25366d6ef047299b1dc94b17e6 (patch) | |
tree | 51916c9efabb93c2a337a703abf686accbfdad36 /drivers/mfd/Kconfig | |
parent | b0c88072f6652fa897d67a4e8c5bea5e09438189 (diff) |
pcf50633_mfd.patch
pcf50633 driver rewritten to use the MFD model.
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 10e5b2cbb13..84920f60757 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -153,6 +153,22 @@ config MFD_WM8350_I2C I2C as the control interface. Additional options must be selected to enable support for the functionality of the chip. +config MFD_PCF50633 + tristate "Support for NXP PCF50633" + depends on I2C + +config MFD_PCF50633_ADC + tristate "Support for NXP PCF50633 ADC" + depends on MFD_PCF50633 + +config MFD_PCF50633_MBC + tristate "Support for NXP PCF50633 MBC" + depends on MFD_PCF50633 + +config MFD_PCF50633_GPIO + tristate "Support for NXP PCF50633 GPIO" + depends on MFD_PCF50633 + source "drivers/mfd/glamo/Kconfig" endmenu |