diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-05-15 10:57:08 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-05-20 10:29:17 +0100 |
commit | 3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7 (patch) | |
tree | c0cfc0537f52ee9384c9eb8ac1a929147046d1ee /drivers/hwmon/Makefile | |
parent | d85234994b2fb2d88fadd3d9e60385b02b244dac (diff) | |
download | linux-3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7.tar.gz linux-3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7.tar.bz2 linux-3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7.zip |
hwmon: Add Gateworks System Controller support
The Gateworks System Controller has a hwmon sub-component that exposes
up to 16 ADC's, some of which are temperature sensors, others which are
voltage inputs. The ADC configuration (register mapping and name) is
configured via device-tree and varies board to board.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 b0b9c8e57176..a6564d00d94c 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -74,6 +74,7 @@ obj-$(CONFIG_SENSORS_G760A) += g760a.o obj-$(CONFIG_SENSORS_G762) += g762.o obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o +obj-$(CONFIG_SENSORS_GSC) += gsc-hwmon.o obj-$(CONFIG_SENSORS_GPIO_FAN) += gpio-fan.o obj-$(CONFIG_SENSORS_HIH6130) += hih6130.o obj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o |