diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 51 |
1 files changed, 36 insertions, 15 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 0e31a0c496e8..9b88b25b6edb 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -53,7 +53,7 @@ config SENSORS_ADM1021 | |||
53 | 53 | ||
54 | config SENSORS_ADM1025 | 54 | config SENSORS_ADM1025 |
55 | tristate "Analog Devices ADM1025 and compatibles" | 55 | tristate "Analog Devices ADM1025 and compatibles" |
56 | depends on HWMON && I2C && EXPERIMENTAL | 56 | depends on HWMON && I2C |
57 | select HWMON_VID | 57 | select HWMON_VID |
58 | help | 58 | help |
59 | If you say yes here you get support for Analog Devices ADM1025 | 59 | If you say yes here you get support for Analog Devices ADM1025 |
@@ -94,6 +94,16 @@ config SENSORS_ADM9240 | |||
94 | This driver can also be built as a module. If so, the module | 94 | This driver can also be built as a module. If so, the module |
95 | will be called adm9240. | 95 | will be called adm9240. |
96 | 96 | ||
97 | config SENSORS_K8TEMP | ||
98 | tristate "AMD K8 processor sensor" | ||
99 | depends on HWMON && X86 && PCI && EXPERIMENTAL | ||
100 | help | ||
101 | If you say yes here you get support for the temperature | ||
102 | sensor(s) inside your AMD K8 CPU. | ||
103 | |||
104 | This driver can also be built as a module. If so, the module | ||
105 | will be called k8temp. | ||
106 | |||
97 | config SENSORS_ASB100 | 107 | config SENSORS_ASB100 |
98 | tristate "Asus ASB100 Bach" | 108 | tristate "Asus ASB100 Bach" |
99 | depends on HWMON && I2C && EXPERIMENTAL | 109 | depends on HWMON && I2C && EXPERIMENTAL |
@@ -121,7 +131,7 @@ config SENSORS_ATXP1 | |||
121 | 131 | ||
122 | config SENSORS_DS1621 | 132 | config SENSORS_DS1621 |
123 | tristate "Dallas Semiconductor DS1621 and DS1625" | 133 | tristate "Dallas Semiconductor DS1621 and DS1625" |
124 | depends on HWMON && I2C && EXPERIMENTAL | 134 | depends on HWMON && I2C |
125 | help | 135 | help |
126 | If you say yes here you get support for Dallas Semiconductor | 136 | If you say yes here you get support for Dallas Semiconductor |
127 | DS1621 and DS1625 sensor chips. | 137 | DS1621 and DS1625 sensor chips. |
@@ -141,7 +151,7 @@ config SENSORS_F71805F | |||
141 | 151 | ||
142 | config SENSORS_FSCHER | 152 | config SENSORS_FSCHER |
143 | tristate "FSC Hermes" | 153 | tristate "FSC Hermes" |
144 | depends on HWMON && I2C && EXPERIMENTAL | 154 | depends on HWMON && I2C |
145 | help | 155 | help |
146 | If you say yes here you get support for Fujitsu Siemens | 156 | If you say yes here you get support for Fujitsu Siemens |
147 | Computers Hermes sensor chips. | 157 | Computers Hermes sensor chips. |
@@ -151,7 +161,7 @@ config SENSORS_FSCHER | |||
151 | 161 | ||
152 | config SENSORS_FSCPOS | 162 | config SENSORS_FSCPOS |
153 | tristate "FSC Poseidon" | 163 | tristate "FSC Poseidon" |
154 | depends on HWMON && I2C && EXPERIMENTAL | 164 | depends on HWMON && I2C |
155 | help | 165 | help |
156 | If you say yes here you get support for Fujitsu Siemens | 166 | If you say yes here you get support for Fujitsu Siemens |
157 | Computers Poseidon sensor chips. | 167 | Computers Poseidon sensor chips. |
@@ -171,7 +181,7 @@ config SENSORS_GL518SM | |||
171 | 181 | ||
172 | config SENSORS_GL520SM | 182 | config SENSORS_GL520SM |
173 | tristate "Genesys Logic GL520SM" | 183 | tristate "Genesys Logic GL520SM" |
174 | depends on HWMON && I2C && EXPERIMENTAL | 184 | depends on HWMON && I2C |
175 | select HWMON_VID | 185 | select HWMON_VID |
176 | help | 186 | help |
177 | If you say yes here you get support for Genesys Logic GL520SM | 187 | If you say yes here you get support for Genesys Logic GL520SM |
@@ -186,15 +196,15 @@ config SENSORS_IT87 | |||
186 | select I2C_ISA | 196 | select I2C_ISA |
187 | select HWMON_VID | 197 | select HWMON_VID |
188 | help | 198 | help |
189 | If you say yes here you get support for ITE IT87xx sensor chips | 199 | If you say yes here you get support for ITE IT8705F, IT8712F, |
190 | and clones: SiS960. | 200 | IT8716F and IT8718F sensor chips, and the SiS960 clone. |
191 | 201 | ||
192 | This driver can also be built as a module. If so, the module | 202 | This driver can also be built as a module. If so, the module |
193 | will be called it87. | 203 | will be called it87. |
194 | 204 | ||
195 | config SENSORS_LM63 | 205 | config SENSORS_LM63 |
196 | tristate "National Semiconductor LM63" | 206 | tristate "National Semiconductor LM63" |
197 | depends on HWMON && I2C && EXPERIMENTAL | 207 | depends on HWMON && I2C |
198 | help | 208 | help |
199 | If you say yes here you get support for the National Semiconductor | 209 | If you say yes here you get support for the National Semiconductor |
200 | LM63 remote diode digital temperature sensor with integrated fan | 210 | LM63 remote diode digital temperature sensor with integrated fan |
@@ -231,7 +241,7 @@ config SENSORS_LM75 | |||
231 | 241 | ||
232 | config SENSORS_LM77 | 242 | config SENSORS_LM77 |
233 | tristate "National Semiconductor LM77" | 243 | tristate "National Semiconductor LM77" |
234 | depends on HWMON && I2C && EXPERIMENTAL | 244 | depends on HWMON && I2C |
235 | help | 245 | help |
236 | If you say yes here you get support for National Semiconductor LM77 | 246 | If you say yes here you get support for National Semiconductor LM77 |
237 | sensor chips. | 247 | sensor chips. |
@@ -241,7 +251,7 @@ config SENSORS_LM77 | |||
241 | 251 | ||
242 | config SENSORS_LM78 | 252 | config SENSORS_LM78 |
243 | tristate "National Semiconductor LM78 and compatibles" | 253 | tristate "National Semiconductor LM78 and compatibles" |
244 | depends on HWMON && I2C && EXPERIMENTAL | 254 | depends on HWMON && I2C |
245 | select I2C_ISA | 255 | select I2C_ISA |
246 | select HWMON_VID | 256 | select HWMON_VID |
247 | help | 257 | help |
@@ -284,7 +294,7 @@ config SENSORS_LM85 | |||
284 | 294 | ||
285 | config SENSORS_LM87 | 295 | config SENSORS_LM87 |
286 | tristate "National Semiconductor LM87" | 296 | tristate "National Semiconductor LM87" |
287 | depends on HWMON && I2C && EXPERIMENTAL | 297 | depends on HWMON && I2C |
288 | select HWMON_VID | 298 | select HWMON_VID |
289 | help | 299 | help |
290 | If you say yes here you get support for National Semiconductor LM87 | 300 | If you say yes here you get support for National Semiconductor LM87 |
@@ -309,7 +319,7 @@ config SENSORS_LM90 | |||
309 | 319 | ||
310 | config SENSORS_LM92 | 320 | config SENSORS_LM92 |
311 | tristate "National Semiconductor LM92 and compatibles" | 321 | tristate "National Semiconductor LM92 and compatibles" |
312 | depends on HWMON && I2C && EXPERIMENTAL | 322 | depends on HWMON && I2C |
313 | help | 323 | help |
314 | If you say yes here you get support for National Semiconductor LM92 | 324 | If you say yes here you get support for National Semiconductor LM92 |
315 | and Maxim MAX6635 sensor chips. | 325 | and Maxim MAX6635 sensor chips. |
@@ -319,7 +329,7 @@ config SENSORS_LM92 | |||
319 | 329 | ||
320 | config SENSORS_MAX1619 | 330 | config SENSORS_MAX1619 |
321 | tristate "Maxim MAX1619 sensor chip" | 331 | tristate "Maxim MAX1619 sensor chip" |
322 | depends on HWMON && I2C && EXPERIMENTAL | 332 | depends on HWMON && I2C |
323 | help | 333 | help |
324 | If you say yes here you get support for MAX1619 sensor chip. | 334 | If you say yes here you get support for MAX1619 sensor chip. |
325 | 335 | ||
@@ -354,7 +364,7 @@ config SENSORS_SIS5595 | |||
354 | 364 | ||
355 | config SENSORS_SMSC47M1 | 365 | config SENSORS_SMSC47M1 |
356 | tristate "SMSC LPC47M10x and compatibles" | 366 | tristate "SMSC LPC47M10x and compatibles" |
357 | depends on HWMON && I2C && EXPERIMENTAL | 367 | depends on HWMON && I2C |
358 | select I2C_ISA | 368 | select I2C_ISA |
359 | help | 369 | help |
360 | If you say yes here you get support for the integrated fan | 370 | If you say yes here you get support for the integrated fan |
@@ -407,8 +417,19 @@ config SENSORS_VIA686A | |||
407 | This driver can also be built as a module. If so, the module | 417 | This driver can also be built as a module. If so, the module |
408 | will be called via686a. | 418 | will be called via686a. |
409 | 419 | ||
420 | config SENSORS_VT1211 | ||
421 | tristate "VIA VT1211" | ||
422 | depends on HWMON && EXPERIMENTAL | ||
423 | select HWMON_VID | ||
424 | help | ||
425 | If you say yes here then you get support for hardware monitoring | ||
426 | features of the VIA VT1211 Super-I/O chip. | ||
427 | |||
428 | This driver can also be built as a module. If so, the module | ||
429 | will be called vt1211. | ||
430 | |||
410 | config SENSORS_VT8231 | 431 | config SENSORS_VT8231 |
411 | tristate "VT8231" | 432 | tristate "VIA VT8231" |
412 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 433 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
413 | select HWMON_VID | 434 | select HWMON_VID |
414 | select I2C_ISA | 435 | select I2C_ISA |