diff options
author | Rudolf Marek <r.marek@sh.cvut.cz> | 2006-08-28 08:40:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-28 18:31:14 -0400 |
commit | 29fa06c1292f473ae51a84f55c8fe22179bc1080 (patch) | |
tree | 81f21d0692217fb4829452ec6f37e71574208ad6 /drivers/hwmon/Kconfig | |
parent | b19367c6f438b3a7700aceca21a03396702069ce (diff) |
hwmon: New driver k8temp
Add support for the temperature sensor(s) found in AMD K8 CPUs.
Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 78c237f8fa0..d9f86e9d405 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -94,6 +94,16 @@ config SENSORS_ADM9240 | |||
94 | This driver can also be built as a module. If so, the module | 94 | This driver can also be built as a module. If so, the module |
95 | will be called adm9240. | 95 | will be called adm9240. |
96 | 96 | ||
97 | config SENSORS_K8TEMP | ||
98 | tristate "AMD K8 processor sensor" | ||
99 | depends on HWMON && X86 && PCI && EXPERIMENTAL | ||
100 | help | ||
101 | If you say yes here you get support for the temperature | ||
102 | sensor(s) inside your AMD K8 CPU. | ||
103 | |||
104 | This driver can also be built as a module. If so, the module | ||
105 | will be called k8temp. | ||
106 | |||
97 | config SENSORS_ASB100 | 107 | config SENSORS_ASB100 |
98 | tristate "Asus ASB100 Bach" | 108 | tristate "Asus ASB100 Bach" |
99 | depends on HWMON && I2C && EXPERIMENTAL | 109 | depends on HWMON && I2C && EXPERIMENTAL |