Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed1a230f authored by Bruce E. Robertson's avatar Bruce E. Robertson Committed by Anton Vorontsov
Browse files

Add I2C driver for Summit Microelectronics SMB347 Battery Charger.



Driver support for the Summit I²C battery charger. This is used in some
Intel devices.

Signed-off-by: default avatarBruce E. Robertson <bruce.e.robertson@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarAnton Vorontsov <anton.vorontsov@linaro.org>
parent d2c0077c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -274,4 +274,11 @@ config CHARGER_MAX8998
	  Say Y to enable support for the battery charger control sysfs and
	  platform data of MAX8998/LP3974 PMICs.

config CHARGER_SMB347
	tristate "Summit Microelectronics SMB347 Battery Charger"
	depends on I2C
	help
	  Say Y to include support for Summit Microelectronics SMB347
	  Battery Charger.

endif # POWER_SUPPLY
+1 −0
Original line number Diff line number Diff line
@@ -41,3 +41,4 @@ 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_SMB347)	+= smb347-charger.o