diff options
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index c9237b9dcff2..4b26f51920ba 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig | |||
@@ -20,17 +20,18 @@ config SENSORS_PMBUS | |||
20 | help | 20 | help |
21 | If you say yes here you get hardware monitoring support for generic | 21 | If you say yes here you get hardware monitoring support for generic |
22 | PMBus devices, including but not limited to ADP4000, BMR450, BMR451, | 22 | PMBus devices, including but not limited to ADP4000, BMR450, BMR451, |
23 | BMR453, BMR454, LTC2978, NCP4200, and NCP4208. | 23 | BMR453, BMR454, NCP4200, and NCP4208. |
24 | 24 | ||
25 | This driver can also be built as a module. If so, the module will | 25 | This driver can also be built as a module. If so, the module will |
26 | be called pmbus. | 26 | be called pmbus. |
27 | 27 | ||
28 | config SENSORS_ADM1275 | 28 | config SENSORS_ADM1275 |
29 | tristate "Analog Devices ADM1275" | 29 | tristate "Analog Devices ADM1275 and compatibles" |
30 | default n | 30 | default n |
31 | help | 31 | help |
32 | If you say yes here you get hardware monitoring support for Analog | 32 | If you say yes here you get hardware monitoring support for Analog |
33 | Devices ADM1275 Hot-Swap Controller and Digital Power Monitor. | 33 | Devices ADM1275 and ADM1276 Hot-Swap Controller and Digital Power |
34 | Monitor. | ||
34 | 35 | ||
35 | This driver can also be built as a module. If so, the module will | 36 | This driver can also be built as a module. If so, the module will |
36 | be called adm1275. | 37 | be called adm1275. |
@@ -45,6 +46,16 @@ config SENSORS_LM25066 | |||
45 | This driver can also be built as a module. If so, the module will | 46 | This driver can also be built as a module. If so, the module will |
46 | be called lm25066. | 47 | be called lm25066. |
47 | 48 | ||
49 | config SENSORS_LTC2978 | ||
50 | tristate "Linear Technologies LTC2978 and LTC3880" | ||
51 | default n | ||
52 | help | ||
53 | If you say yes here you get hardware monitoring support for Linear | ||
54 | Technology LTC2978 and LTC3880. | ||
55 | |||
56 | This driver can also be built as a module. If so, the module will | ||
57 | be called ltc2978. | ||
58 | |||
48 | config SENSORS_MAX16064 | 59 | config SENSORS_MAX16064 |
49 | tristate "Maxim MAX16064" | 60 | tristate "Maxim MAX16064" |
50 | default n | 61 | default n |
@@ -97,4 +108,15 @@ config SENSORS_UCD9200 | |||
97 | This driver can also be built as a module. If so, the module will | 108 | This driver can also be built as a module. If so, the module will |
98 | be called ucd9200. | 109 | be called ucd9200. |
99 | 110 | ||
111 | config SENSORS_ZL6100 | ||
112 | tristate "Intersil ZL6100 and compatibles" | ||
113 | default n | ||
114 | help | ||
115 | If you say yes here you get hardware monitoring support for Intersil | ||
116 | ZL2004, ZL2006, ZL2008, ZL2105, ZL2106, ZL6100, and ZL6105 Digital | ||
117 | DC/DC Controllers. | ||
118 | |||
119 | This driver can also be built as a module. If so, the module will | ||
120 | be called zl6100. | ||
121 | |||
100 | endif # PMBUS | 122 | endif # PMBUS |