From 45e3fd14e6b12f5e10b38a9be1b43b4721646713 Mon Sep 17 00:00:00 2001 From: kaloz Date: Tue, 25 Nov 2008 13:52:25 +0000 Subject: [PATCH] move THERMAL symbols into the generic config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13346 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/config-2.6.25 | 1 - target/linux/ar7/config-2.6.26 | 2 -- target/linux/ar71xx/config-2.6.26 | 2 -- target/linux/ar71xx/config-2.6.27 | 2 -- target/linux/atheros/config-2.6.26 | 2 -- target/linux/atheros/config-2.6.27 | 2 -- target/linux/au1000/config-2.6.25 | 1 - target/linux/au1000/config-2.6.27 | 2 -- target/linux/brcm47xx/config-2.6.25 | 1 - target/linux/brcm63xx/config-2.6.27 | 2 -- target/linux/generic-2.6/config-2.6.26 | 2 ++ target/linux/generic-2.6/config-2.6.27 | 2 ++ target/linux/ifxmips/config-2.6.26 | 2 -- target/linux/magicbox/config-default | 2 -- target/linux/ppc40x/config-default | 2 -- target/linux/ppc44x/config-default | 2 -- target/linux/ps3/config-2.6.25 | 1 - target/linux/ps3/config-2.6.27 | 2 -- target/linux/rb532/config-2.6.27 | 2 -- target/linux/rdc/config-2.6.25 | 1 - target/linux/sibyte/config-default | 2 -- target/linux/x86/config-2.6.25 | 1 - target/linux/x86/config-2.6.26 | 2 -- target/linux/x86/config-2.6.27 | 2 -- 24 files changed, 4 insertions(+), 38 deletions(-) diff --git a/target/linux/ar7/config-2.6.25 b/target/linux/ar7/config-2.6.25 index 17360a50b..e4c9e205b 100644 --- a/target/linux/ar7/config-2.6.25 +++ b/target/linux/ar7/config-2.6.25 @@ -201,7 +201,6 @@ CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y CONFIG_SYS_SUPPORTS_KGDB=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y -# CONFIG_THERMAL is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/ar7/config-2.6.26 b/target/linux/ar7/config-2.6.26 index b4324320b..4450966cd 100644 --- a/target/linux/ar7/config-2.6.26 +++ b/target/linux/ar7/config-2.6.26 @@ -199,8 +199,6 @@ CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y CONFIG_SYS_SUPPORTS_KGDB=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index ec9e03efb..b59ba281b 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -226,8 +226,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/ar71xx/config-2.6.27 b/target/linux/ar71xx/config-2.6.27 index 1469232a4..8658bc99f 100644 --- a/target/linux/ar71xx/config-2.6.27 +++ b/target/linux/ar71xx/config-2.6.27 @@ -229,8 +229,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y CONFIG_TRAD_SIGNALS=y CONFIG_USB=m diff --git a/target/linux/atheros/config-2.6.26 b/target/linux/atheros/config-2.6.26 index 1ad539e16..db942aa49 100644 --- a/target/linux/atheros/config-2.6.26 +++ b/target/linux/atheros/config-2.6.26 @@ -217,8 +217,6 @@ CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/atheros/config-2.6.27 b/target/linux/atheros/config-2.6.27 index e4453807c..7bee8c173 100644 --- a/target/linux/atheros/config-2.6.27 +++ b/target/linux/atheros/config-2.6.27 @@ -215,8 +215,6 @@ CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y CONFIG_TRAD_SIGNALS=y CONFIG_USB=m diff --git a/target/linux/au1000/config-2.6.25 b/target/linux/au1000/config-2.6.25 index f16f0948a..8f8713376 100644 --- a/target/linux/au1000/config-2.6.25 +++ b/target/linux/au1000/config-2.6.25 @@ -255,7 +255,6 @@ CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_KGDB=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set CONFIG_TICK_ONESHOT=y # CONFIG_TMD_HERMES is not set # CONFIG_TOSHIBA_JMR3927 is not set diff --git a/target/linux/au1000/config-2.6.27 b/target/linux/au1000/config-2.6.27 index 941ecb018..2a4b82f9b 100644 --- a/target/linux/au1000/config-2.6.27 +++ b/target/linux/au1000/config-2.6.27 @@ -256,8 +256,6 @@ CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TMD_HERMES is not set CONFIG_TRAD_SIGNALS=y diff --git a/target/linux/brcm47xx/config-2.6.25 b/target/linux/brcm47xx/config-2.6.25 index 544e7b521..0afe0344e 100644 --- a/target/linux/brcm47xx/config-2.6.25 +++ b/target/linux/brcm47xx/config-2.6.25 @@ -249,7 +249,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 560292f90..ba3f1237e 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -303,8 +303,6 @@ CONFIG_TCP_CONG_BIC=y # CONFIG_TCP_CONG_SCALABLE is not set CONFIG_TCP_CONG_VEGAS=m # CONFIG_TCP_CONG_VENO is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y CONFIG_TIPC=m # CONFIG_TIPC_ADVANCED is not set diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index 99598f4ed..227652052 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -1581,6 +1581,8 @@ CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_TEXTSEARCH_KMP=m +# CONFIG_THERMAL_HWMON is not set +# CONFIG_THERMAL is not set # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set CONFIG_TIMERFD=y diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 3cfd3ef2e..5dfdf8056 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -1649,6 +1649,8 @@ CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_TEXTSEARCH_KMP=m +# CONFIG_THERMAL_HWMON is not set +# CONFIG_THERMAL is not set # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set CONFIG_TIMERFD=y diff --git a/target/linux/ifxmips/config-2.6.26 b/target/linux/ifxmips/config-2.6.26 index d9d98ea6f..bd73c03cb 100644 --- a/target/linux/ifxmips/config-2.6.26 +++ b/target/linux/ifxmips/config-2.6.26 @@ -212,8 +212,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set # CONFIG_TICK_ONESHOT is not set # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/magicbox/config-default b/target/linux/magicbox/config-default index 133a8051c..80e958811 100644 --- a/target/linux/magicbox/config-default +++ b/target/linux/magicbox/config-default @@ -172,8 +172,6 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_SYCAMORE is not set CONFIG_SYSVIPC_SYSCTL=y CONFIG_TASK_SIZE=0x80000000 -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_UART0_TTYS0=y # CONFIG_UART0_TTYS1 is not set # CONFIG_VGASTATE is not set diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index df2698770..72a21eed5 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -216,8 +216,6 @@ CONFIG_SLABINFO=y CONFIG_SSB_POSSIBLE=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_TASK_SIZE=0xc0000000 -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_VGASTATE is not set # CONFIG_VIA_RHINE is not set diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index 874e5875d..1eb838cce 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -165,8 +165,6 @@ CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_TAISHAN=y CONFIG_TASK_SIZE=0x80000000 -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_USER_NS is not set # CONFIG_VIA_RHINE is not set diff --git a/target/linux/ps3/config-2.6.25 b/target/linux/ps3/config-2.6.25 index 576272477..f8d68c854 100644 --- a/target/linux/ps3/config-2.6.25 +++ b/target/linux/ps3/config-2.6.25 @@ -549,7 +549,6 @@ CONFIG_GEN_RTC=y # CONFIG_W1 is not set # CONFIG_POWER_SUPPLY is not set # CONFIG_HWMON is not set -# CONFIG_THERMAL is not set # CONFIG_WATCHDOG is not set # diff --git a/target/linux/ps3/config-2.6.27 b/target/linux/ps3/config-2.6.27 index b13d5f9f0..275c36a35 100644 --- a/target/linux/ps3/config-2.6.27 +++ b/target/linux/ps3/config-2.6.27 @@ -540,8 +540,6 @@ CONFIG_SYSVIPC_COMPAT=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TIMER_STATS is not set CONFIG_TRACE_IRQFLAGS=y diff --git a/target/linux/rb532/config-2.6.27 b/target/linux/rb532/config-2.6.27 index 757d1edfb..fe93da931 100644 --- a/target/linux/rb532/config-2.6.27 +++ b/target/linux/rb532/config-2.6.27 @@ -223,8 +223,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TC35815 is not set -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set # CONFIG_TICK_ONESHOT is not set CONFIG_TRAD_SIGNALS=y # CONFIG_VGASTATE is not set diff --git a/target/linux/rdc/config-2.6.25 b/target/linux/rdc/config-2.6.25 index 1dc8ed270..db17c2d7c 100644 --- a/target/linux/rdc/config-2.6.25 +++ b/target/linux/rdc/config-2.6.25 @@ -303,7 +303,6 @@ CONFIG_SOFT_WATCHDOG=m CONFIG_SSB_POSSIBLE=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TELCLOCK is not set -# CONFIG_THERMAL is not set # CONFIG_TICK_ONESHOT is not set # CONFIG_TOSHIBA is not set CONFIG_UID16=y diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default index e431b86c0..48d00ec42 100644 --- a/target/linux/sibyte/config-default +++ b/target/linux/sibyte/config-default @@ -262,8 +262,6 @@ CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y -# CONFIG_THERMAL is not set -# CONFIG_THERMAL_HWMON is not set CONFIG_TICK_ONESHOT=y # CONFIG_TOSHIBA_JMR3927 is not set # CONFIG_TOSHIBA_RBTX4927 is not set diff --git a/target/linux/x86/config-2.6.25 b/target/linux/x86/config-2.6.25 index c82814471..ba50375ef 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 47b65eae7..37f6e659e 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 ee0da5fb3..dd7596cb8 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 -- 2.35.1