aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorPer Dalén <per.dalen@appeartv.com>2011-04-06 14:29:44 -0400
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-05-19 11:19:32 -0400
commit83bffbce745795572d20f0109395cb61690c6dcf (patch)
tree1b57eaf9363e5dee1354c385372e50be3a11472a /drivers/hwmon/Kconfig
parent61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf (diff)
hwmon: Add support for MAX6642
MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor with Overtemperature Alarm from Maxim. Signed-off-by: Per Dalen <per.dalen@appeartv.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 50e40dbd8bb6..f2d48777c508 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -727,6 +727,17 @@ config SENSORS_MAX6639
727 This driver can also be built as a module. If so, the module 727 This driver can also be built as a module. If so, the module
728 will be called max6639. 728 will be called max6639.
729 729
730config SENSORS_MAX6642
731 tristate "Maxim MAX6642 sensor chip"
732 depends on I2C && EXPERIMENTAL
733 help
734 If you say yes here you get support for MAX6642 sensor chip.
735 MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
736 with Overtemperature Alarm from Maxim.
737
738 This driver can also be built as a module. If so, the module
739 will be called max6642.
740
730config SENSORS_MAX6650 741config SENSORS_MAX6650
731 tristate "Maxim MAX6650 sensor chip" 742 tristate "Maxim MAX6650 sensor chip"
732 depends on I2C && EXPERIMENTAL 743 depends on I2C && EXPERIMENTAL