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: Jan Beulich <jbeulich@novell.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>

authored by Jan Beulich and committed by Guenter Roeck 0eae7799 885374e3

+1 -2
+1 -1
drivers/hwmon/Kconfig
··· 409 409 410 410 config SENSORS_PKGTEMP 411 411 tristate "Intel processor package temperature sensor" 412 - depends on X86 && PCI && EXPERIMENTAL 412 + depends on X86 && EXPERIMENTAL 413 413 help 414 414 If you say yes here you get support for the package level temperature 415 415 sensor inside your CPU. Check documentation/driver for details.
-1
drivers/hwmon/pkgtemp.c
··· 33 33 #include <linux/list.h> 34 34 #include <linux/platform_device.h> 35 35 #include <linux/cpu.h> 36 - #include <linux/pci.h> 37 36 #include <asm/msr.h> 38 37 #include <asm/processor.h> 39 38