All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] x86/hwmon: conditionalize coretemp's
@ 2010-09-13 10:26 ` Jan Beulich
  0 siblings, 0 replies; 20+ messages in thread
From: Jan Beulich @ 2010-09-13 10:26 UTC (permalink / raw)
  To: fenghua.yu, khali; +Cc: r.marek, lm-sensors, linux-kernel

PCI specific code is needed only when Atom CPUs are potentially
supported by the kernel.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Rudolf Marek <r.marek@assembler.cz>

---
 drivers/hwmon/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-2.6.36-rc4/drivers/hwmon/Kconfig	2010-09-13 08:45:02.000000000 +0200
+++ 2.6.36-rc4-x86-coretemp-maybe-pci/drivers/hwmon/Kconfig	2010-09-10 16:24:16.000000000 +0200
@@ -401,7 +401,8 @@ config SENSORS_GL520SM
 
 config SENSORS_CORETEMP
 	tristate "Intel Core/Core2/Atom temperature sensor"
-	depends on X86 && PCI && EXPERIMENTAL
+	depends on X86 && EXPERIMENTAL
+	depends on PCI || (!MATOM && !GENERIC_CPU && !X86_GENERIC)
 	help
 	  If you say yes here you get support for the temperature
 	  sensor inside your CPU. Most of the family 6 CPUs




_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-09-28 15:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 10:26 [lm-sensors] [PATCH] x86/hwmon: conditionalize coretemp's Jan Beulich
2010-09-13 10:26 ` [PATCH] x86/hwmon: conditionalize coretemp's dependency on PCI Jan Beulich
2010-09-24 18:55 ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Guenter Roeck
2010-09-24 18:55   ` x86/hwmon: conditionalize coretemp's dependency on PCI Guenter Roeck
2010-09-27  7:08   ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Jan Beulich
2010-09-27  7:08     ` x86/hwmon: conditionalize coretemp's dependency on PCI Jan Beulich
2010-09-27 12:16     ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Guenter Roeck
2010-09-27 12:16       ` x86/hwmon: conditionalize coretemp's dependency on PCI Guenter Roeck
2010-09-27 12:46       ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Jan Beulich
2010-09-27 12:46         ` x86/hwmon: conditionalize coretemp's dependency on PCI Jan Beulich
2010-09-27 13:02         ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Guenter Roeck
2010-09-27 13:02           ` x86/hwmon: conditionalize coretemp's dependency on PCI Guenter Roeck
2010-09-27 15:23           ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Jan Beulich
2010-09-27 15:23             ` x86/hwmon: conditionalize coretemp's dependency on PCI Jan Beulich
2010-09-28  7:17           ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Jean Delvare
2010-09-28  7:17             ` x86/hwmon: conditionalize coretemp's dependency on PCI Jean Delvare
2010-09-28 12:00             ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Guenter Roeck
2010-09-28 12:00               ` x86/hwmon: conditionalize coretemp's dependency on PCI Guenter Roeck
2010-09-28 15:20               ` [lm-sensors] x86/hwmon: conditionalize coretemp's dependency on Jean Delvare
2010-09-28 15:20                 ` x86/hwmon: conditionalize coretemp's dependency on PCI Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.