diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-11-18 15:48:52 -0800 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-11-18 15:57:20 -0800 |
commit | 7ad85830736f3e0d854becf7621eba3a0c926d13 (patch) | |
tree | 4a3ef783b1cccbf6fb54204046e75492084ce069 /drivers/power/Kconfig | |
parent | 0bc98cc6155205b615a9d29a2d54d1b839521c04 (diff) |
bq2415x_charger: Add Kconfig/Makefile entries
This commit adds Kconfig and Makefile entries so that we could actually
build the driver.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 5c3237f601d..523a58014ed 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -322,6 +322,16 @@ config CHARGER_MAX8998 Say Y to enable support for the battery charger control sysfs and platform data of MAX8998/LP3974 PMICs. +config CHARGER_BQ2415X + tristate "TI BQ2415x battery charger driver" + depends on I2C + help + Say Y to enable support for the TI BQ2415x battery charger + PMICs. + + You'll need this driver to charge batteries on e.g. Nokia + RX-51/N900. + config CHARGER_SMB347 tristate "Summit Microelectronics SMB347 Battery Charger" depends on I2C |