diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index f2d48777c508..dff080d7a388 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -708,6 +708,22 @@ config SENSORS_MAX1111 | |||
708 | This driver can also be built as a module. If so, the module | 708 | This driver can also be built as a module. If so, the module |
709 | will be called max1111. | 709 | will be called max1111. |
710 | 710 | ||
711 | config SENSORS_MAX16065 | ||
712 | tristate "Maxim MAX16065 System Manager and compatibles" | ||
713 | depends on I2C | ||
714 | help | ||
715 | If you say yes here you get support for hardware monitoring | ||
716 | capabilities of the following Maxim System Manager chips. | ||
717 | MAX16065 | ||
718 | MAX16066 | ||
719 | MAX16067 | ||
720 | MAX16068 | ||
721 | MAX16070 | ||
722 | MAX16071 | ||
723 | |||
724 | This driver can also be built as a module. If so, the module | ||
725 | will be called max16065. | ||
726 | |||
711 | config SENSORS_MAX1619 | 727 | config SENSORS_MAX1619 |
712 | tristate "Maxim MAX1619 sensor chip" | 728 | tristate "Maxim MAX1619 sensor chip" |
713 | depends on I2C | 729 | depends on I2C |