Skip to content

Commit

Permalink
x86/hwmon: pkgtemp has no dependency on PCI
Browse files Browse the repository at this point in the history
Other than coretemp, from which this code was apparently derived, there
is no PCI specific code in this driver.

Signed-off-by: Jan Beulich <[email protected]>
Cc: Fenghua Yu <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
Jan Beulich authored and Guenter Roeck committed Sep 24, 2010
1 parent 885374e commit 0eae779
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion drivers/hwmon/pkgtemp.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 0eae779

Please sign in to comment.