[kernel] r11289 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Mon May 5 11:54:52 UTC 2008


Author: maks
Date: Mon May  5 11:54:51 2008
New Revision: 11289

Log:
x86 enable THERMAL sysfs driver

needed by acpi thermal, so default enabled modular.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon May  5 11:54:51 2008
@@ -10,7 +10,7 @@
     USB_ISP1760_HCD, HTC_PASIC3, I2C_PCA_PLATFORM, TOUCHSCREEN_WM97XX,
     JOYSTICK_ZHENHUA, SFC, ACCESSIBILITY, UIO_SMX, LOGIRUMBLEPAD2_FF,
     A11Y_BRAILLE_CONSOLE, EDS_TRIGGER_DEFAULT_ON.
-  * [amd64, i386]: KVM_CLOCK, KVM_GUEST, ISCSI_IBFT_FIND, ISCSI_IBFT.
+  * [amd64, i386]: KVM_CLOCK, KVM_GUEST, ISCSI_IBFT_FIND, ISCSI_IBFT, THERMAL.
   * [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
 
  -- maximilian attems <maks at debian.org>  Sat, 26 Apr 2008 23:11:17 +0200

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Mon May  5 11:54:51 2008
@@ -1212,6 +1212,11 @@
 CONFIG_PHONE_IXJ_PCMCIA=m
 
 ##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL=m
+
+##
 ## file: drivers/usb/Kconfig
 ##
 CONFIG_USB=y

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Mon May  5 11:54:51 2008
@@ -1457,6 +1457,11 @@
 CONFIG_PHONE_IXJ_PCMCIA=m
 
 ##
+## file: drivers/thermal/Kconfig
+##
+CONFIG_THERMAL=m
+
+##
 ## file: drivers/usb/Kconfig
 ##
 CONFIG_USB=m



More information about the Kernel-svn-changes mailing list