diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:50:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:50:41 +0000 |
commit | 0c64d55b1490730baf9485fe0307f24fc60724ac (patch) | |
tree | bb193eee8d1410d28ddc29695127963eb5cb034b /target/linux | |
parent | 44b989825112c9aedddf7c62e05fc670ebb113a7 (diff) | |
download | upstream-0c64d55b1490730baf9485fe0307f24fc60724ac.tar.gz upstream-0c64d55b1490730baf9485fe0307f24fc60724ac.tar.bz2 upstream-0c64d55b1490730baf9485fe0307f24fc60724ac.zip |
kernel: add missing config option BATTERY_DS2781 for 3.7
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34749
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index c5b6115228..fdbed4894e 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -188,6 +188,7 @@ CONFIG_BASE_SMALL=0 # CONFIG_BATTERY_BQ27x00 is not set # CONFIG_BATTERY_DS2760 is not set # CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set # CONFIG_BATTERY_DS2782 is not set # CONFIG_BATTERY_MAX17040 is not set # CONFIG_BATTERY_MAX17042 is not set |