You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6
Pull bettery fixes from Anton Vorontsov: "Last minute one-liners: wrong kfree usage fix, module alias fixup and kconfig adjustments" * tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6: pm2301_charger: Fix module alias prefix wm831x_backup: Fix wrong kfree call for devdata->backup.name bq27x00: Fix I2C dependency in KConfig lp8788-charger: Fix kconfig dependency
This commit is contained in:
@@ -152,6 +152,7 @@ config BATTERY_SBS
|
||||
|
||||
config BATTERY_BQ27x00
|
||||
tristate "BQ27x00 battery driver"
|
||||
depends on I2C || I2C=n
|
||||
help
|
||||
Say Y here to enable support for batteries with BQ27x00 (I2C/HDQ) chips.
|
||||
|
||||
@@ -284,6 +285,7 @@ config CHARGER_LP8788
|
||||
tristate "TI LP8788 charger driver"
|
||||
depends on MFD_LP8788
|
||||
depends on LP8788_ADC
|
||||
depends on IIO
|
||||
help
|
||||
Say Y to enable support for the LP8788 linear charger.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user