diff options
author | Scott Kanowitz <skanowitz@echo360.com> | 2014-06-12 16:22:15 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-08-04 07:01:33 -0700 |
commit | f4ff415564cbd1221e5bbac80f97ee94b7e5258d (patch) | |
tree | ba44c747f781180796919c993afc1606b7beff2a /drivers/hwmon/Makefile | |
parent | 99765db299f0b07093318395f789a716ed23fc95 (diff) | |
download | linux-stable-f4ff415564cbd1221e5bbac80f97ee94b7e5258d.tar.gz linux-stable-f4ff415564cbd1221e5bbac80f97ee94b7e5258d.tar.bz2 linux-stable-f4ff415564cbd1221e5bbac80f97ee94b7e5258d.zip |
hwmon: Add support for Lattice's POWR1220 power manager IC
This patch adds support for Lattice's POWR1220 power manager IC. Read
access to all the ADCs on the chip are supported through the hwmon
sysfs files.
Signed-off-by: Scott Kanowitz <skanowitz@echo360.com>
[Guenter Roeck: Removed some extra ( )]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 3dc0f02f71d2..b5914d8f770c 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -120,6 +120,7 @@ obj-$(CONFIG_SENSORS_NTC_THERMISTOR) += ntc_thermistor.o obj-$(CONFIG_SENSORS_PC87360) += pc87360.o obj-$(CONFIG_SENSORS_PC87427) += pc87427.o obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o +obj-$(CONFIG_SENSORS_POWR1220) += powr1220.o obj-$(CONFIG_SENSORS_S3C) += s3c-hwmon.o obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o |