diff options
-rw-r--r-- | drivers/power/Kconfig | 10 | ||||
-rw-r--r-- | drivers/power/Makefile | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 5c3237f601d5..523a58014ed5 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -322,6 +322,16 @@ config CHARGER_MAX8998 | |||
322 | Say Y to enable support for the battery charger control sysfs and | 322 | Say Y to enable support for the battery charger control sysfs and |
323 | platform data of MAX8998/LP3974 PMICs. | 323 | platform data of MAX8998/LP3974 PMICs. |
324 | 324 | ||
325 | config CHARGER_BQ2415X | ||
326 | tristate "TI BQ2415x battery charger driver" | ||
327 | depends on I2C | ||
328 | help | ||
329 | Say Y to enable support for the TI BQ2415x battery charger | ||
330 | PMICs. | ||
331 | |||
332 | You'll need this driver to charge batteries on e.g. Nokia | ||
333 | RX-51/N900. | ||
334 | |||
325 | config CHARGER_SMB347 | 335 | config CHARGER_SMB347 |
326 | tristate "Summit Microelectronics SMB347 Battery Charger" | 336 | tristate "Summit Microelectronics SMB347 Battery Charger" |
327 | depends on I2C | 337 | depends on I2C |
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index bc81fe2112c9..74dfd9570154 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile | |||
@@ -48,5 +48,6 @@ obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o | |||
48 | obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o | 48 | obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o |
49 | obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o | 49 | obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o |
50 | obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o | 50 | obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o |
51 | obj-$(CONFIG_CHARGER_BQ2415X) += bq2415x_charger.o | ||
51 | obj-$(CONFIG_POWER_AVS) += avs/ | 52 | obj-$(CONFIG_POWER_AVS) += avs/ |
52 | obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o | 53 | obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o |