diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e19cf8eb6ccf..3a858e854356 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -407,6 +407,13 @@ config SENSORS_CORETEMP | |||
407 | sensor inside your CPU. Most of the family 6 CPUs | 407 | sensor inside your CPU. Most of the family 6 CPUs |
408 | are supported. Check documentation/driver for details. | 408 | are supported. Check documentation/driver for details. |
409 | 409 | ||
410 | config SENSORS_PKGTEMP | ||
411 | tristate "Intel processor package temperature sensor" | ||
412 | depends on X86 && PCI && EXPERIMENTAL | ||
413 | help | ||
414 | If you say yes here you get support for the package level temperature | ||
415 | sensor inside your CPU. Check documentation/driver for details. | ||
416 | |||
410 | config SENSORS_IBMAEM | 417 | config SENSORS_IBMAEM |
411 | tristate "IBM Active Energy Manager temperature/power sensors and control" | 418 | tristate "IBM Active Energy Manager temperature/power sensors and control" |
412 | select IPMI_SI | 419 | select IPMI_SI |