diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2013-12-06 06:32:12 -0500 |
---|---|---|
committer | Anton Vorontsov <anton@enomsg.org> | 2013-12-23 21:52:19 -0500 |
commit | 55e6470120b2cb94700e2cb97077dfe9a5744244 (patch) | |
tree | a31294bfb5dbbdccba88b62bda6a418575e183b2 /drivers/power/Kconfig | |
parent | fac171ac263c6435eac38b8fd7571b4cd0e50203 (diff) |
power_supply: Add charger support for Maxim 14577
MAX14577 chip is a multi-function device which includes MUIC, charger and
voltage regulator. The driver is located in drivers/mfd.
This patch supports battery charging control of MAX14577 chip and provides
power supply class information to userspace.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 85ad58c6da17..0196acf05231 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -317,6 +317,13 @@ config CHARGER_MANAGER | |||
317 | runtime and in suspend-to-RAM by waking up the system periodically | 317 | runtime and in suspend-to-RAM by waking up the system periodically |
318 | with help of suspend_again support. | 318 | with help of suspend_again support. |
319 | 319 | ||
320 | config CHARGER_MAX14577 | ||
321 | tristate "Maxim MAX14577 MUIC battery charger driver" | ||
322 | depends on MFD_MAX14577 | ||
323 | help | ||
324 | Say Y to enable support for the battery charger control sysfs and | ||
325 | platform data of MAX14577 MUICs. | ||
326 | |||
320 | config CHARGER_MAX8997 | 327 | config CHARGER_MAX8997 |
321 | tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver" | 328 | tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver" |
322 | depends on MFD_MAX8997 && REGULATOR_MAX8997 | 329 | depends on MFD_MAX8997 && REGULATOR_MAX8997 |