diff options
author | Woogyom Kim <milo.kim@nsc.com> | 2012-01-03 23:27:43 -0500 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-03 23:29:43 -0500 |
commit | 2165c8a45bf2fba49f54fb81a50914f883bd14df (patch) | |
tree | 42de787666eff2b261012ed50d4a4aa46cea8d63 /drivers/power/Kconfig | |
parent | ad3d13eee78ec44194bf919a37e2f711e53cbdf0 (diff) |
power_supply: Add LP8727 charger driver
National Semiconductor LP8727 is the battery charger with Micro/Mini
USB interface. This IC includes below functions:
- I2C interface for accessing user registers
- Single input Li-Ion battery charger
- Charger input ID detection from Micro/Mini USB
- Multiplexing switches on USB, UART
Signed-off-by: Woogyom Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 363f4d1ae067..ac807c4fda57 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -225,6 +225,12 @@ config CHARGER_TWL4030 | |||
225 | help | 225 | help |
226 | Say Y here to enable support for TWL4030 Battery Charge Interface. | 226 | Say Y here to enable support for TWL4030 Battery Charge Interface. |
227 | 227 | ||
228 | config CHARGER_LP8727 | ||
229 | tristate "National Semiconductor LP8727 charger driver" | ||
230 | depends on I2C | ||
231 | help | ||
232 | Say Y here to enable support for LP8727 Charger Driver. | ||
233 | |||
228 | config CHARGER_GPIO | 234 | config CHARGER_GPIO |
229 | tristate "GPIO charger" | 235 | tristate "GPIO charger" |
230 | depends on GPIOLIB | 236 | depends on GPIOLIB |