mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
power: bq27x00_battery: Renaming for consistency
Rename functions that are used by multiple devices. New devices have been added and the function names and driver name are no longer general enough for the functionality they provide. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: GUAN Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
committed by
Sebastian Reichel
parent
95b8aff2a6
commit
081bab217d
@@ -157,26 +157,26 @@ config BATTERY_SBS
|
||||
Say Y to include support for SBS battery driver for SBS-compliant
|
||||
gas gauges.
|
||||
|
||||
config BATTERY_BQ27x00
|
||||
tristate "BQ27x00 battery driver"
|
||||
config BATTERY_BQ27XXX
|
||||
tristate "BQ27xxx battery driver"
|
||||
depends on I2C || I2C=n
|
||||
help
|
||||
Say Y here to enable support for batteries with BQ27x00 (I2C/HDQ) chips.
|
||||
Say Y here to enable support for batteries with BQ27xxx (I2C/HDQ) chips.
|
||||
|
||||
config BATTERY_BQ27X00_I2C
|
||||
bool "BQ27200/BQ27500 support"
|
||||
depends on BATTERY_BQ27x00
|
||||
config BATTERY_BQ27XXX_I2C
|
||||
bool "BQ27xxx I2C support"
|
||||
depends on BATTERY_BQ27XXX
|
||||
depends on I2C
|
||||
default y
|
||||
help
|
||||
Say Y here to enable support for batteries with BQ27x00 (I2C) chips.
|
||||
Say Y here to enable support for batteries with BQ27xxx (I2C) chips.
|
||||
|
||||
config BATTERY_BQ27X00_PLATFORM
|
||||
bool "BQ27000 support"
|
||||
depends on BATTERY_BQ27x00
|
||||
config BATTERY_BQ27XXX_PLATFORM
|
||||
bool "BQ27xxx HDQ support"
|
||||
depends on BATTERY_BQ27XXX
|
||||
default y
|
||||
help
|
||||
Say Y here to enable support for batteries with BQ27000 (HDQ) chips.
|
||||
Say Y here to enable support for batteries with BQ27xxx (HDQ) chips.
|
||||
|
||||
config BATTERY_DA9030
|
||||
tristate "DA9030 battery driver"
|
||||
|
||||
Reference in New Issue
Block a user