diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:44:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:44:43 -0400 |
commit | 10a0d912898ac2fe49094acf2c1339d0fb4c2bc6 (patch) | |
tree | ca87b31c5b958599b313e40cc141748664687c51 /drivers/hwmon/Kconfig | |
parent | 51dcdfec6a274afc1c6fce180d582add9ff512c0 (diff) | |
parent | 2c03d07ad54db03b813bb98c469790c07ca9f5dd (diff) |
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
* 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6:
hwmon: Add Asus ATK0110 support
hwmon: (lm95241) Convert to new-style i2c driver
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9b17dffc1c01..0e8a9185f676 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -248,6 +248,18 @@ config SENSORS_ASB100 | |||
248 | This driver can also be built as a module. If so, the module | 248 | This driver can also be built as a module. If so, the module |
249 | will be called asb100. | 249 | will be called asb100. |
250 | 250 | ||
251 | config SENSORS_ATK0110 | ||
252 | tristate "ASUS ATK0110 ACPI hwmon" | ||
253 | depends on X86 && ACPI && EXPERIMENTAL | ||
254 | help | ||
255 | If you say yes here you get support for the ACPI hardware | ||
256 | monitoring interface found in many ASUS motherboards. This | ||
257 | driver will provide readings of fans, voltages and temperatures | ||
258 | through the system firmware. | ||
259 | |||
260 | This driver can also be built as a module. If so, the module | ||
261 | will be called asus_atk0110. | ||
262 | |||
251 | config SENSORS_ATXP1 | 263 | config SENSORS_ATXP1 |
252 | tristate "Attansic ATXP1 VID controller" | 264 | tristate "Attansic ATXP1 VID controller" |
253 | depends on I2C && EXPERIMENTAL | 265 | depends on I2C && EXPERIMENTAL |