aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorWoogyom Kim <milo.kim@nsc.com>2012-01-03 23:27:43 -0500
committerAnton Vorontsov <cbouatmailru@gmail.com>2012-01-03 23:29:43 -0500
commit2165c8a45bf2fba49f54fb81a50914f883bd14df (patch)
tree42de787666eff2b261012ed50d4a4aa46cea8d63 /drivers/power/Kconfig
parentad3d13eee78ec44194bf919a37e2f711e53cbdf0 (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/Kconfig6
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
228config 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
228config CHARGER_GPIO 234config CHARGER_GPIO
229 tristate "GPIO charger" 235 tristate "GPIO charger"
230 depends on GPIOLIB 236 depends on GPIOLIB