diff options
| author | Axel Lin <axel.lin@gmail.com> | 2012-03-17 03:33:10 -0400 |
|---|---|---|
| committer | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-05-05 22:58:30 -0400 |
| commit | 840b91bda91ebaa6230caec0ccf005daf9305fb6 (patch) | |
| tree | c9ba88ca891123a6ef09df5bf3aa934551bd66d7 | |
| parent | dfeccb12b4614befc49a92eb121c2211294ca669 (diff) | |
power_supply: Fix a typo in BATTERY_DS2781 Kconfig entry
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
| -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 2259dea525e0..b711795c6664 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
| @@ -77,7 +77,7 @@ config BATTERY_DS2780 | |||
| 77 | Say Y here to enable support for batteries with ds2780 chip. | 77 | Say Y here to enable support for batteries with ds2780 chip. |
| 78 | 78 | ||
| 79 | config BATTERY_DS2781 | 79 | config BATTERY_DS2781 |
| 80 | tristate "2781 battery driver" | 80 | tristate "DS2781 battery driver" |
| 81 | depends on HAS_IOMEM | 81 | depends on HAS_IOMEM |
| 82 | select W1 | 82 | select W1 |
| 83 | select W1_SLAVE_DS2781 | 83 | select W1_SLAVE_DS2781 |
