diff options
author | Tao Ren <rentao.bupt@gmail.com> | 2020-11-23 19:56:57 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-03 02:42:24 +0100 |
commit | 8efd10147cd282c99fa5109b5497017a503ecbcd (patch) | |
tree | 792379d534818167be0105537fee960731397c41 /drivers/hwmon/Kconfig | |
parent | dt-bindings: hwmon: pwm-fan: Support multiple fan tachometer inputs (diff) | |
download | linux-8efd10147cd282c99fa5109b5497017a503ecbcd.tar.xz linux-8efd10147cd282c99fa5109b5497017a503ecbcd.zip |
hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
Add hardware monitoring driver for the Maxim MAX127 chip.
MAX127 min/max range handling code is inspired by the max197 driver.
Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20201123185658.7632-2-rentao.bupt@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 9d600e0c5584..716df51edc87 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -950,6 +950,15 @@ config SENSORS_MAX1111 This driver can also be built as a module. If so, the module will be called max1111. +config SENSORS_MAX127 + tristate "Maxim MAX127 12-bit 8-channel Data Acquisition System" + depends on I2C + help + Say y here to support Maxim's MAX127 DAS chips. + + This driver can also be built as a module. If so, the module + will be called max127. + config SENSORS_MAX16065 tristate "Maxim MAX16065 System Manager and compatibles" depends on I2C |