diff options
author | mokopatches <mokopatches@openmoko.org> | 2008-11-19 17:03:09 +0000 |
---|---|---|
committer | warmcat <andy@warmcat.com> | 2008-11-19 17:03:09 +0000 |
commit | 5027687a92982241ce930ff3c04a38a973f9030e (patch) | |
tree | bb86113f2fdec5554c746ce667a4023f4694ef3c /drivers/i2c/chips/Kconfig | |
parent | 6c6a2b5bb5badea6648bed6bf0dc1033419f5397 (diff) |
gta01-pcf50606.patch
This is a NXP PCF50606 power management unit driver.
The PCF50606 is used in the FIC/OpenMoko Neo1973 GTA01 GSM phone.
Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 4c35702830c..f7c675b1f98 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -53,6 +53,17 @@ config SENSORS_EEPROM This driver can also be built as a module. If so, the module will be called eeprom. +config SENSORS_PCF50606 + tristate "Philips/NXP PCF50606" + depends on I2C + help + If you say yes here you get support for Philips/NXP PCF50606 + PMU (Power Management Unit) chips. + + This driver can also be built as a module. If so, the module + will be called pcf50606. + + config SENSORS_PCF8574 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" depends on EXPERIMENTAL && GPIO_PCF857X = "n" |