diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-07-17 06:57:03 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-07-23 09:08:41 -0400 |
commit | 808be4b22f47886d2279852ada3d186fc20909bc (patch) | |
tree | fb6d2c1525d26c02f098eeedc523d7d55554e522 /drivers/power/Kconfig | |
parent | 6721081b6b911a067fe6ca3d6f5534c4a11a9e59 (diff) |
Add s3c-adc-battery driver
s3c-adc-battery is driver for monitoring and charging battery on
iPAQ H1930/H1940/RX1950.
It depends on s3c-adc driver to get battery voltage and current.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 6eae8211197f..d1d3c7006eac 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -136,6 +136,12 @@ config BATTERY_Z2 | |||
136 | help | 136 | help |
137 | Say Y to include support for the battery on the Zipit Z2. | 137 | Say Y to include support for the battery on the Zipit Z2. |
138 | 138 | ||
139 | config BATTERY_S3C_ADC | ||
140 | tristate "Battery driver for Samsung ADC based monitoring" | ||
141 | depends on S3C_ADC | ||
142 | help | ||
143 | Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery | ||
144 | |||
139 | config CHARGER_PCF50633 | 145 | config CHARGER_PCF50633 |
140 | tristate "NXP PCF50633 MBC" | 146 | tristate "NXP PCF50633 MBC" |
141 | depends on MFD_PCF50633 | 147 | depends on MFD_PCF50633 |