diff options
| author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2015-05-19 09:24:40 -0400 |
|---|---|---|
| committer | Sebastian Reichel <sre@kernel.org> | 2015-05-23 15:31:26 -0400 |
| commit | 4aeae9cb0dad117f055add68c48decaf489aecf3 (patch) | |
| tree | 3fa6bc3043f4968715bf61d20c4fdfeb4ef1f535 /drivers/power/Makefile | |
| parent | 7e9f8a25a94e21adbcfbe89843a552da191c0079 (diff) | |
power_supply: Add support for TI BQ25890 charger chip
More details about the chip can be found here:
http://www.ti.com/product/bq25890
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Makefile')
| -rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 19a1f4186d4d..03942e99776b 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile | |||
| @@ -60,6 +60,7 @@ obj-$(CONFIG_CHARGER_BQ2415X) += bq2415x_charger.o | |||
| 60 | obj-$(CONFIG_CHARGER_BQ24190) += bq24190_charger.o | 60 | obj-$(CONFIG_CHARGER_BQ24190) += bq24190_charger.o |
| 61 | obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o | 61 | obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o |
| 62 | obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o | 62 | obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o |
| 63 | obj-$(CONFIG_CHARGER_BQ25890) += bq25890_charger.o | ||
| 63 | obj-$(CONFIG_POWER_AVS) += avs/ | 64 | obj-$(CONFIG_POWER_AVS) += avs/ |
| 64 | obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o | 65 | obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o |
| 65 | obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o | 66 | obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o |
