aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-02-28 06:47:49 -0500
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-04-06 12:35:58 -0400
commite3e8d1c93f9e6b766424b05f23f2416f22a0329d (patch)
tree6ec71b13165e353d56be9272551706c878d47028 /drivers/power/Kconfig
parenta009d29ea104c1bd8805a20018469897c2c2263c (diff)
Driver for Zipit Z2 battery chip
This patch adds driver for Zipit Z2 battery chip called AER915. No details are known about the chip. The chip is available through I2C bus at address 0x55 and it's register 0x02 contains battery voltage. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index faaa9b4d0d07..22f2fa912127 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -125,6 +125,12 @@ config BATTERY_MAX17040
125 in handheld and portable equipment. The MAX17040 is configured 125 in handheld and portable equipment. The MAX17040 is configured
126 to operate with a single lithium cell 126 to operate with a single lithium cell
127 127
128config BATTERY_Z2
129 tristate "Z2 battery driver"
130 depends on I2C && MACH_ZIPIT2
131 help
132 Say Y to include support for the battery on the Zipit Z2.
133
128config CHARGER_PCF50633 134config CHARGER_PCF50633
129 tristate "NXP PCF50633 MBC" 135 tristate "NXP PCF50633 MBC"
130 depends on MFD_PCF50633 136 depends on MFD_PCF50633