diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 659a2abb3e90..e488d691da4a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -229,6 +229,14 @@ config SENSORS_GL520SM | |||
229 | This driver can also be built as a module. If so, the module | 229 | This driver can also be built as a module. If so, the module |
230 | will be called gl520sm. | 230 | will be called gl520sm. |
231 | 231 | ||
232 | config SENSORS_CORETEMP | ||
233 | tristate "Intel Core (2) Duo/Solo temperature sensor" | ||
234 | depends on HWMON && X86 && EXPERIMENTAL | ||
235 | help | ||
236 | If you say yes here you get support for the temperature | ||
237 | sensor inside your CPU. Supported all are all known variants | ||
238 | of Intel Core family. | ||
239 | |||
232 | config SENSORS_IT87 | 240 | config SENSORS_IT87 |
233 | tristate "ITE IT87xx and compatibles" | 241 | tristate "ITE IT87xx and compatibles" |
234 | depends on HWMON && I2C | 242 | depends on HWMON && I2C |