diff options
author | Beniamin Bia <beniamin.bia@analog.com> | 2020-01-14 13:21:57 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-01-23 13:15:11 -0800 |
commit | 09b08ac9e8d5869c1840de423cd361161964fe8e (patch) | |
tree | 42effd807b437f8a536aaac6a104fe7ab3a48ee8 /drivers/hwmon/Kconfig | |
parent | 971dfd8cdcd60fcf78566e3d1e20d865fc4073b5 (diff) | |
download | linux-09b08ac9e8d5869c1840de423cd361161964fe8e.tar.gz linux-09b08ac9e8d5869c1840de423cd361161964fe8e.tar.bz2 linux-09b08ac9e8d5869c1840de423cd361161964fe8e.zip |
hwmon: (adm1177) Add ADM1177 Hot Swap Controller and Digital Power Monitor driver
ADM1177 is a Hot Swap Controller and Digital Power Monitor with
Soft Start Pin.
Datasheet:
Link: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1177.pdf
Signed-off-by: Beniamin Bia <beniamin.bia@analog.com>
Link: https://lore.kernel.org/r/20200114112159.25998-1-beniamin.bia@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 7ea61648ad16..47ac20aee06f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -164,6 +164,16 @@ config SENSORS_ADM1031 This driver can also be built as a module. If so, the module will be called adm1031. +config SENSORS_ADM1177 + tristate "Analog Devices ADM1177 and compatibles" + depends on I2C + help + If you say yes here you get support for Analog Devices ADM1177 + sensor chips. + + This driver can also be built as a module. If so, the module + will be called adm1177. + config SENSORS_ADM9240 tristate "Analog Devices ADM9240 and compatibles" depends on I2C |