Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos...
[platform/kernel/linux-rpi.git] / drivers / power / supply / Kconfig
index 382669b..428b426 100644 (file)
@@ -184,6 +184,20 @@ config CHARGER_SBS
         help
          Say Y to include support for SBS compliant battery chargers.
 
+config MANAGER_SBS
+       tristate "Smart Battery System Manager"
+       depends on I2C && I2C_MUX && GPIOLIB
+       select I2C_SMBUS
+       help
+         Say Y here to include support for Smart Battery System Manager
+         ICs. The driver reports online and charging status via sysfs.
+         It presents itself also as I2C mux which allows to bind
+         smart battery driver to its ports.
+         Supported is for example LTC1760.
+
+         This driver can also be built as a module. If so, the module will be
+         called sbs-manager.
+
 config BATTERY_BQ27XXX
        tristate "BQ27xxx battery driver"
        help