diff options
author | Guenter Roeck <linux@roeck-us.net> | 2020-05-22 06:29:55 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-05-22 06:29:55 -0700 |
commit | 8054eadca71492f1c9421bcd58ac40f61d5e6e61 (patch) | |
tree | 060a3a77038e44fec16757a534ced2dae612aa73 /drivers/hwmon/Kconfig | |
parent | 4e17f63e2c58d57e11f547fc9e833f4e5e5c067e (diff) | |
parent | 3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7 (diff) |
Merge tag 'ib-mfd-hwmon-v5.8' into hwmon-next
Immutable branch between MFD and HWMON due for the v5.8 merge window
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 2362be5a5b11..3ae303d6c12b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -533,6 +533,15 @@ config SENSORS_F75375S This driver can also be built as a module. If so, the module will be called f75375s. +config SENSORS_GSC + tristate "Gateworks System Controller ADC" + depends on MFD_GATEWORKS_GSC + help + Support for the Gateworks System Controller A/D converters. + + To compile this driver as a module, choose M here: + the module will be called gsc-hwmon. + config SENSORS_MC13783_ADC tristate "Freescale MC13783/MC13892 ADC" depends on MFD_MC13XXX |