diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 13:52:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 13:52:25 +0000 |
commit | 7c277aa5f13742619fee1dec2d5ed29df8df8af4 (patch) | |
tree | cfa696ad9ba11dd06460c558a792d164d220bdcd /target/linux/x86 | |
parent | af87c33657b6da9ecfe917d90935ccec3c6b5d78 (diff) | |
download | master-187ad058-7c277aa5f13742619fee1dec2d5ed29df8df8af4.tar.gz master-187ad058-7c277aa5f13742619fee1dec2d5ed29df8df8af4.tar.bz2 master-187ad058-7c277aa5f13742619fee1dec2d5ed29df8df8af4.zip |
move THERMAL symbols into the generic config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-2.6.26 | 2 | ||||
-rw-r--r-- | target/linux/x86/config-2.6.27 | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/x86/config-2.6.25 b/target/linux/x86/config-2.6.25 index c828144713..ba50375efd 100644 --- a/target/linux/x86/config-2.6.25 +++ b/target/linux/x86/config-2.6.25 @@ -409,7 +409,6 @@ CONFIG_STOP_MACHINE=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCIC is not set # CONFIG_TELCLOCK is not set -# CONFIG_THERMAL is not set # CONFIG_TICK_ONESHOT is not set # CONFIG_TOSHIBA is not set # CONFIG_TYPHOON is not set diff --git a/target/linux/x86/config-2.6.26 b/target/linux/x86/config-2.6.26 index 47b65eae7d..37f6e659e5 100644 --- a/target/linux/x86/config-2.6.26 +++ b/target/linux/x86/config-2.6.26 @@ -430,8 +430,6 @@ CONFIG_STOP_MACHINE=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCIC is not set # CONFIG_TELCLOCK is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set # CONFIG_TICK_ONESHOT is not set # CONFIG_TOSHIBA is not set # CONFIG_TYPHOON is not set diff --git a/target/linux/x86/config-2.6.27 b/target/linux/x86/config-2.6.27 index ee0da5fb3a..dd7596cb8c 100644 --- a/target/linux/x86/config-2.6.27 +++ b/target/linux/x86/config-2.6.27 @@ -411,8 +411,6 @@ CONFIG_STRICT_DEVMEM=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCIC is not set # CONFIG_TELCLOCK is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set # CONFIG_TICK_ONESHOT is not set # CONFIG_TOSHIBA is not set # CONFIG_TYPHOON is not set |