aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-06-05 15:33:04 +0900
committerAnton Vorontsov <cbouatmailru@gmail.com>2009-06-09 00:53:21 +0400
commitc6f4a42de60b981dd210de01cd3e575835e3158e (patch)
treea8e5004e4ac8a552237f56df99612b93011099d6 /drivers/power/Kconfig
parentcef437e3a9b6d229d4ed3730cde047007267df6d (diff)
downloadkernel_samsung_smdk4412-c6f4a42de60b981dd210de01cd3e575835e3158e.zip
kernel_samsung_smdk4412-c6f4a42de60b981dd210de01cd3e575835e3158e.tar.gz
kernel_samsung_smdk4412-c6f4a42de60b981dd210de01cd3e575835e3158e.tar.bz2
Add MAX17040 Fuel Gauge driver
The MAX17040 is a I2C interfaced Fuel Gauge systems for lithium-ion batteries This patch adds support the MAX17040 Fuel Gauge Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 33da112..7eda348 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -82,6 +82,14 @@ config BATTERY_DA9030
Say Y here to enable support for batteries charger integrated into
DA9030 PMIC.
+config BATTERY_MAX17040
+ tristate "Maxim MAX17040 Fuel Gauge"
+ depends on I2C
+ help
+ MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
+ in handheld and portable equipment. The MAX17040 is configured
+ to operate with a single lithium cell
+
config CHARGER_PCF50633
tristate "NXP PCF50633 MBC"
depends on MFD_PCF50633