From: 宋秀杰 Date: Tue, 19 Apr 2011 04:58:29 +0000 (-0700) Subject: modify Kconfig for bq27510 X-Git-Tag: firefly_0821_release~10454 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fdc84d558cc7f848b7c45154ffbb73e1583790c6;p=firefly-linux-kernel-4.4.55.git modify Kconfig for bq27510 --- diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index a5d37157e344..3fc01f9028a7 100755 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -118,13 +118,13 @@ config CHARGER_PCF50633 config BATTERY_STC3100 tristate "STC3100 battery driver" - select I2C_DEV_RK29 depends on I2C && ARCH_RK29 help Say Y here to enable support for batteries with STC3100(I2C) chip. config BATTERY_BQ27510 tristate "BQ27510 battery driver" + select I2C_DEV_RK29 depends on I2C && ARCH_RK29 help Say Y here to enable support for batteries with BQ27510(I2C) chip.