bq2415x_charger: Add Kconfig/Makefile entries
authorAnton Vorontsov <cbouatmailru@gmail.com>
Sun, 18 Nov 2012 23:48:52 +0000 (15:48 -0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Sun, 18 Nov 2012 23:57:20 +0000 (15:57 -0800)
This commit adds Kconfig and Makefile entries so that we could actually
build the driver.

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/Kconfig
drivers/power/Makefile

index 5c3237f601d5ddf34af6b9a6bb20dd09991b17b9..523a58014ed51bd0fcbd19701f5a6f14f06c5703 100644 (file)
@@ -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
index bc81fe2112c9f7ea71f1f148e69f49b0852811c1..74dfd9570154b5ceb4230fa4124985686ecf5a9b 100644 (file)
@@ -48,5 +48,6 @@ obj-$(CONFIG_CHARGER_GPIO)    += gpio-charger.o
 obj-$(CONFIG_CHARGER_MANAGER)  += charger-manager.o
 obj-$(CONFIG_CHARGER_MAX8997)  += max8997_charger.o
 obj-$(CONFIG_CHARGER_MAX8998)  += max8998_charger.o
+obj-$(CONFIG_CHARGER_BQ2415X)  += bq2415x_charger.o
 obj-$(CONFIG_POWER_AVS)                += avs/
 obj-$(CONFIG_CHARGER_SMB347)   += smb347-charger.o