power: rk818-battery: fix battery charging state report error
[firefly-linux-kernel-4.4.55.git] / drivers / power / Kconfig
index 1f6ec03cd378e723bb08a4a7e2a30fd09ab9bc99..9427d28f2c8a3e2545bda183933df1eb5c8153df 100644 (file)
@@ -433,6 +433,12 @@ config CHARGER_BQ24735
        help
          Say Y to enable support for the TI BQ24735 battery charger.
 
+config CHARGER_BQ25700
+       tristate "TI BQ25700 battery charger driver"
+       depends on REGMAP_I2C
+       help
+         Say Y to enable support for the TI BQ25700 battery charger.
+
 config CHARGER_BQ25890
        tristate "TI BQ25890 battery charger driver"
        depends on I2C
@@ -477,6 +483,20 @@ config AB8500_BM
        help
          Say Y to include support for AB8500 battery management.
 
+config BATTERY_EC
+       bool "EC Battery driver"
+       default n
+       help
+         If you say yes here you will get support for the battery of EC.
+         This driver can give support for EC Battery Interface.
+
+config BATTERY_CW2015
+       bool "CW2015 Battery driver"
+       default n
+       help
+         If you say yes here you will get support for the battery of CW2015.
+         This driver can give support for CW2015 Battery Interface.
+
 config BATTERY_GOLDFISH
        tristate "Goldfish battery driver"
        depends on GOLDFISH || COMPILE_TEST
@@ -501,6 +521,14 @@ config BATTERY_RK818
          If you say yes here you will get support for the battery of RK818 PMIC.
          This driver can give support for Rk818 Battery Charge Interface.
 
+config CHARGER_RK818
+       bool "RK818 Charger driver"
+       depends on MFD_RK808
+       default n
+       help
+         If you say yes here you will get support for the charger of RK818 PMIC.
+         This driver can give support for Rk818 Charger Interface.
+
 config CHARGER_RT9455
        tristate "Richtek RT9455 battery charger driver"
        depends on I2C