diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2012-01-29 20:28:18 -0500 |
---|---|---|
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-03-26 12:40:52 -0400 |
commit | e39b828f5355e41a8fd24f413fb9dfb81d808397 (patch) | |
tree | 0939abb06568676de053f4ad0ce53f40ba8acd2f /drivers/power/Kconfig | |
parent | 3832246ddd83391187edff8af328f9e9684d3177 (diff) |
lp8727_charger: Add company name and description
Add 'Texas Instruments' because TI acquired National semiconductor at 2011.
And the driver information is added in the header file.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 3a8daf858742..97680d8fa238 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -235,7 +235,7 @@ config CHARGER_TWL4030 | |||
235 | Say Y here to enable support for TWL4030 Battery Charge Interface. | 235 | Say Y here to enable support for TWL4030 Battery Charge Interface. |
236 | 236 | ||
237 | config CHARGER_LP8727 | 237 | config CHARGER_LP8727 |
238 | tristate "National Semiconductor LP8727 charger driver" | 238 | tristate "TI/National Semiconductor LP8727 charger driver" |
239 | depends on I2C | 239 | depends on I2C |
240 | help | 240 | help |
241 | Say Y here to enable support for LP8727 Charger Driver. | 241 | Say Y here to enable support for LP8727 Charger Driver. |