diff options
author | stigge@antcom.de <stigge@antcom.de> | 2011-01-20 12:42:55 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:36:24 -0400 |
commit | a5b79d62f2e6d1b0d44bcdafce46f47bf355b9fe (patch) | |
tree | dc918d8203b45d5dd4cd98e82ebd5f30bad0c94b /drivers/hwmon/Kconfig | |
parent | 521cb40b0c44418a4fd36dc633f575813d59a43d (diff) |
hwmon: Driver for Maxim MAX6639
2-Channel Temperature Monitor with Dual PWM Fan-Speed Controller
Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 297bc9a7d6e6..3bd993b0a3c8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -685,6 +685,16 @@ config SENSORS_MAX1619 | |||
685 | This driver can also be built as a module. If so, the module | 685 | This driver can also be built as a module. If so, the module |
686 | will be called max1619. | 686 | will be called max1619. |
687 | 687 | ||
688 | config SENSORS_MAX6639 | ||
689 | tristate "Maxim MAX6639 sensor chip" | ||
690 | depends on I2C && EXPERIMENTAL | ||
691 | help | ||
692 | If you say yes here you get support for the MAX6639 | ||
693 | sensor chips. | ||
694 | |||
695 | This driver can also be built as a module. If so, the module | ||
696 | will be called max6639. | ||
697 | |||
688 | config SENSORS_MAX6650 | 698 | config SENSORS_MAX6650 |
689 | tristate "Maxim MAX6650 sensor chip" | 699 | tristate "Maxim MAX6650 sensor chip" |
690 | depends on I2C && EXPERIMENTAL | 700 | depends on I2C && EXPERIMENTAL |