diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-06 03:12:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-06 03:12:17 +0000 |
commit | 4c7f1e60a03e14572ea9ff5219df3f86d4b4a6dd (patch) | |
tree | 8a9caf09700608b785ef6ac40ab585c59999cc9e /target/linux/generic-2.6 | |
parent | 7efc6ff0dcb3ab7ff206b3fd245f73187e1fb824 (diff) | |
download | upstream-4c7f1e60a03e14572ea9ff5219df3f86d4b4a6dd.tar.gz upstream-4c7f1e60a03e14572ea9ff5219df3f86d4b4a6dd.tar.bz2 upstream-4c7f1e60a03e14572ea9ff5219df3f86d4b4a6dd.zip |
[kernel] move common CONFIG_BATTERY entries to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 5 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index e70a735532..8d9eb4abae 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -108,6 +108,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_BACKLIGHT_LCD_SUPPORT is not set CONFIG_BASE_FULL=y # CONFIG_BASLER_EXCITE is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_OLPC is not set # CONFIG_BAYCOM_EPP is not set # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index e362e78b71..fdaa764dae 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -130,6 +130,11 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_BACKLIGHT_LCD_SUPPORT is not set CONFIG_BASE_FULL=y # CONFIG_BASLER_EXCITE is not set +# CONFIG_BATTERY_BQ27000_HDQ is not set +# CONFIG_BATTERY_BQ27x00 is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_OLPC is not set # CONFIG_BAYCOM_EPP is not set # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index fe496ed559..4a20e4f1ca 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -125,6 +125,11 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_BACKLIGHT_LCD_SUPPORT is not set CONFIG_BASE_FULL=y # CONFIG_BASLER_EXCITE is not set +# CONFIG_BATTERY_BQ27000_HDQ is not set +# CONFIG_BATTERY_BQ27x00 is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_MAX17040 is not set # CONFIG_BAYCOM_EPP is not set # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set |