diff options
author | Pawel Moll <pawel.moll@arm.com> | 2012-09-17 13:40:09 -0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-10-16 12:12:35 -0400 |
commit | 48ed8877244637b52aec0a114cdccd8ec26e66b1 (patch) | |
tree | 56e04096ead15bd84d1b768f2630a36c9c832a70 /drivers/hwmon/Makefile | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
hwmon: Versatile Express hwmon driver
hwmon framework driver for Versatile Express sensors, providing
information about board level voltage (only when regulator driver
is not configured), currents, temperature and power/energy usage.
Labels for the values can be defined as DT properties.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-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 8d5fcb5e8e9f..aac8b7c619d6 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -121,6 +121,7 @@ obj-$(CONFIG_SENSORS_TMP102) += tmp102.o | |||
121 | obj-$(CONFIG_SENSORS_TMP401) += tmp401.o | 121 | obj-$(CONFIG_SENSORS_TMP401) += tmp401.o |
122 | obj-$(CONFIG_SENSORS_TMP421) += tmp421.o | 122 | obj-$(CONFIG_SENSORS_TMP421) += tmp421.o |
123 | obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o | 123 | obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o |
124 | obj-$(CONFIG_SENSORS_VEXPRESS) += vexpress.o | ||
124 | obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o | 125 | obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o |
125 | obj-$(CONFIG_SENSORS_VIA686A) += via686a.o | 126 | obj-$(CONFIG_SENSORS_VIA686A) += via686a.o |
126 | obj-$(CONFIG_SENSORS_VT1211) += vt1211.o | 127 | obj-$(CONFIG_SENSORS_VT1211) += vt1211.o |