diff options
author | Donggeun Kim <dg77.kim@samsung.com> | 2011-06-24 06:04:18 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2011-07-08 08:59:34 -0400 |
commit | bb4ce9708785f40849f1a64931e6cc3b26171201 (patch) | |
tree | 235c851f1eca48a84b60f16a468c9fff47d15921 /drivers/power/Kconfig | |
parent | 149c077b4bd746eca2eeb241e55456eb4882b259 (diff) |
power_supply: Add charger driver for MAX8998/LP3974
This patch supports power supply APIs for MAX8998/LP3974.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: KyungMin Park <kyungmin.park@samsung.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
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 f4f1a31d46a3..fddc392369ed 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -235,4 +235,11 @@ config CHARGER_MAX8997 | |||
235 | Say Y to enable support for the battery charger control sysfs and | 235 | Say Y to enable support for the battery charger control sysfs and |
236 | platform data of MAX8997/LP3974 PMICs. | 236 | platform data of MAX8997/LP3974 PMICs. |
237 | 237 | ||
238 | config CHARGER_MAX8998 | ||
239 | tristate "Maxim MAX8998/LP3974 PMIC battery charger driver" | ||
240 | depends on MFD_MAX8998 && REGULATOR_MAX8998 | ||
241 | help | ||
242 | Say Y to enable support for the battery charger control sysfs and | ||
243 | platform data of MAX8998/LP3974 PMICs. | ||
244 | |||
238 | endif # POWER_SUPPLY | 245 | endif # POWER_SUPPLY |