diff options
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 |