diff options
author | Hans-Juergen Koch <hjk@linutronix.de> | 2007-05-08 11:22:00 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 11:22:00 -0400 |
commit | d20620de0c3de622a9d6a841725bafaed6d1aec2 (patch) | |
tree | 5dbd1f0f04b44c0af6711b28a4fccc41b8bdaace /drivers/hwmon/Kconfig | |
parent | e84cfbcbe830c20af030fd7ba37edf8ed88fda5f (diff) |
hwmon: New max6650 driver
This driver supports the Maxim MAX6650 and MAX6651 fan speed
monitoring and control chips.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 6362d02b18df..d89bd5eb50ae 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -375,6 +375,16 @@ config SENSORS_MAX1619 | |||
375 | This driver can also be built as a module. If so, the module | 375 | This driver can also be built as a module. If so, the module |
376 | will be called max1619. | 376 | will be called max1619. |
377 | 377 | ||
378 | config SENSORS_MAX6650 | ||
379 | tristate "Maxim MAX6650 sensor chip" | ||
380 | depends on HWMON && I2C && EXPERIMENTAL | ||
381 | help | ||
382 | If you say yes here you get support for the MAX6650 / MAX6651 | ||
383 | sensor chips. | ||
384 | |||
385 | This driver can also be built as a module. If so, the module | ||
386 | will be called max6650. | ||
387 | |||
378 | config SENSORS_PC87360 | 388 | config SENSORS_PC87360 |
379 | tristate "National Semiconductor PC87360 family" | 389 | tristate "National Semiconductor PC87360 family" |
380 | depends on HWMON && I2C && EXPERIMENTAL | 390 | depends on HWMON && I2C && EXPERIMENTAL |