Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0eae7799 authored by Jan Beulich's avatar Jan Beulich Committed by Guenter Roeck
Browse files

x86/hwmon: pkgtemp has no dependency on PCI



Other than coretemp, from which this code was apparently derived, there
is no PCI specific code in this driver.

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent 885374e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ config SENSORS_CORETEMP

config SENSORS_PKGTEMP
	tristate "Intel processor package temperature sensor"
	depends on X86 && PCI && EXPERIMENTAL
	depends on X86 && EXPERIMENTAL
	help
	  If you say yes here you get support for the package level temperature
	  sensor inside your CPU. Check documentation/driver for details.
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <linux/list.h>
#include <linux/platform_device.h>
#include <linux/cpu.h>
#include <linux/pci.h>
#include <asm/msr.h>
#include <asm/processor.h>