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/olpc | |
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/olpc')
-rw-r--r-- | target/linux/olpc/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/olpc/config-2.6.30 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/olpc/config-2.6.27 b/target/linux/olpc/config-2.6.27 index f5c18dd4a4..f842045862 100644 --- a/target/linux/olpc/config-2.6.27 +++ b/target/linux/olpc/config-2.6.27 @@ -54,7 +54,6 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_BACKLIGHT_PROGEAR is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_SMALL=0 -# CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_OLPC=y # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_MISC=y diff --git a/target/linux/olpc/config-2.6.30 b/target/linux/olpc/config-2.6.30 index c1b8e7c893..5bedbb50a5 100644 --- a/target/linux/olpc/config-2.6.30 +++ b/target/linux/olpc/config-2.6.30 @@ -51,7 +51,6 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_SMALL=0 -# CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_OLPC=y CONFIG_BINARY_PRINTF=y CONFIG_BINFMT_MISC=y |