[kernel] r17972 - dists/trunk/linux-2.6/debian/config

Ben Hutchings benh at alioth.debian.org
Fri Aug 19 02:48:11 UTC 2011


Author: benh
Date: Fri Aug 19 02:48:10 2011
New Revision: 17972

Log:
hwmon: Explicitly unset PMBUS

SENSORS_PMBUS now depends on PMBUS, which is unset by default.  We
previously enabled SENSORS_PMBUS, but none of the specific drivers
that use it, so there seems little point in keeping it enabled.

Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Fri Aug 19 02:40:39 2011	(r17971)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Aug 19 02:48:10 2011	(r17972)
@@ -472,7 +472,7 @@
 CONFIG_SENSORS_MAX6650=m
 CONFIG_SENSORS_NTC_THERMISTOR=m
 CONFIG_SENSORS_PC87427=m
-CONFIG_SENSORS_PMBUS=m
+# CONFIG_PMBUS is not set
 CONFIG_SENSORS_SHT15=m
 CONFIG_SENSORS_SHT21=m
 CONFIG_SENSORS_SMM665=m



More information about the Kernel-svn-changes mailing list