diff options
author | Andrew F. Davis <afd@ti.com> | 2015-11-23 10:53:51 -0600 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-12-05 02:06:51 +0100 |
commit | 703df6c097956d17a818e63961c82e8e9eef9fef (patch) | |
tree | 0feab6ac8900207ca50ff7d139943cceaef98e44 /drivers/power/Kconfig | |
parent | 1f94b2563a02327aa8a1385c8a92b0c3f96d01b4 (diff) | |
download | talos-obmc-linux-703df6c097956d17a818e63961c82e8e9eef9fef.tar.gz talos-obmc-linux-703df6c097956d17a818e63961c82e8e9eef9fef.zip |
power: bq27xxx_battery: Reorganize I2C into a module
Separate out I2C functionality into a module. This fixes several small
issues and simplifies the driver initialization.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 237d7aa73e8c..42a5b51c3d2e 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -160,22 +160,16 @@ config BATTERY_SBS config BATTERY_BQ27XXX tristate "BQ27xxx battery driver" help - Say Y here to enable support for batteries with BQ27xxx (I2C/HDQ) chips. + Say Y here to enable support for batteries with BQ27xxx chips. config BATTERY_BQ27XXX_I2C - bool "BQ27xxx I2C support" + tristate "BQ27xxx I2C support" depends on BATTERY_BQ27XXX depends on I2C default y help - Say Y here to enable support for batteries with BQ27xxx (I2C) chips. - -config BATTERY_BQ27XXX_PLATFORM - bool "BQ27xxx HDQ support" - depends on BATTERY_BQ27XXX - default y - help - Say Y here to enable support for batteries with BQ27xxx (HDQ) chips. + Say Y here to enable support for batteries with BQ27xxx chips + connected over an I2C bus. config BATTERY_DA9030 tristate "DA9030 battery driver" |