diff options
author | Per Dalén <per.dalen@appeartv.com> | 2011-04-06 14:29:44 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-19 11:19:32 -0400 |
commit | 83bffbce745795572d20f0109395cb61690c6dcf (patch) | |
tree | 1b57eaf9363e5dee1354c385372e50be3a11472a /drivers/hwmon/Makefile | |
parent | 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf (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/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 967d0ea9447f..2211752d73b6 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -85,6 +85,7 @@ obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o | |||
85 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o | 85 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o |
86 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | 86 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o |
87 | obj-$(CONFIG_SENSORS_MAX6639) += max6639.o | 87 | obj-$(CONFIG_SENSORS_MAX6639) += max6639.o |
88 | obj-$(CONFIG_SENSORS_MAX6642) += max6642.o | ||
88 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o | 89 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |
89 | obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o | 90 | obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o |
90 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o | 91 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o |