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 | 6a608a235e46886204a4f7ddae8662b76dddb63c (patch) | |
tree | d5d5ec35a9d1dfe9678ab4d6d56d2938aa6d722e /target/linux | |
parent | 8fa14cd324ca1f5aaaa3f8fd132dce2e783d92e2 (diff) | |
download | master-187ad058-6a608a235e46886204a4f7ddae8662b76dddb63c.tar.gz master-187ad058-6a608a235e46886204a4f7ddae8662b76dddb63c.tar.bz2 master-187ad058-6a608a235e46886204a4f7ddae8662b76dddb63c.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34749 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |