diff options
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 37575582e51a..efaf340651a0 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig | |||
@@ -98,4 +98,15 @@ config SENSORS_UCD9200 | |||
98 | This driver can also be built as a module. If so, the module will | 98 | This driver can also be built as a module. If so, the module will |
99 | be called ucd9200. | 99 | be called ucd9200. |
100 | 100 | ||
101 | config SENSORS_ZL6100 | ||
102 | tristate "Intersil ZL6100 and compatibles" | ||
103 | default n | ||
104 | help | ||
105 | If you say yes here you get hardware monitoring support for Intersil | ||
106 | ZL2004, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, and ZL6105 Digital | ||
107 | DC/DC Controllers. | ||
108 | |||
109 | This driver can also be built as a module. If so, the module will | ||
110 | be called zl6100. | ||
111 | |||
101 | endif # PMBUS | 112 | endif # PMBUS |