Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 1 | # |
| 2 | # I2C Sensor chip drivers configuration |
| 3 | # |
| 4 | |
| 5 | menu "Hardware Monitoring support" |
| 6 | |
| 7 | config HWMON |
| 8 | tristate "Hardware Monitoring support" |
| 9 | default y |
| 10 | help |
| 11 | Hardware monitoring devices let you monitor the hardware health |
| 12 | of a system. Most modern motherboards include such a device. It |
| 13 | can include temperature sensors, voltage sensors, fan speed |
| 14 | sensors and various additional features such as the ability to |
Mark M. Hoffman | 1236441 | 2005-07-15 21:38:08 -0400 | [diff] [blame] | 15 | control the speed of the fans. If you want this support you |
| 16 | should say Y here and also to the specific driver(s) for your |
| 17 | sensors chip(s) below. |
| 18 | |
Jean Delvare | 0d0001d | 2006-04-25 14:23:01 +0200 | [diff] [blame^] | 19 | To find out which specific driver(s) you need, use the |
| 20 | sensors-detect script from the lm_sensors package. Read |
| 21 | <file:Documentation/hwmon/userspace-tools> for details. |
| 22 | |
Mark M. Hoffman | 1236441 | 2005-07-15 21:38:08 -0400 | [diff] [blame] | 23 | This support can also be built as a module. If so, the module |
| 24 | will be called hwmon. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 25 | |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 26 | config HWMON_VID |
| 27 | tristate |
| 28 | default n |
| 29 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 30 | config SENSORS_ADM1021 |
| 31 | tristate "Analog Devices ADM1021 and compatibles" |
| 32 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 33 | help |
| 34 | If you say yes here you get support for Analog Devices ADM1021 |
| 35 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, |
| 36 | Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10, |
| 37 | and the XEON processor built-in sensor. |
| 38 | |
| 39 | This driver can also be built as a module. If so, the module |
| 40 | will be called adm1021. |
| 41 | |
| 42 | config SENSORS_ADM1025 |
| 43 | tristate "Analog Devices ADM1025 and compatibles" |
| 44 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 45 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 46 | help |
| 47 | If you say yes here you get support for Analog Devices ADM1025 |
| 48 | and Philips NE1619 sensor chips. |
| 49 | |
| 50 | This driver can also be built as a module. If so, the module |
| 51 | will be called adm1025. |
| 52 | |
| 53 | config SENSORS_ADM1026 |
| 54 | tristate "Analog Devices ADM1026 and compatibles" |
| 55 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 56 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 57 | help |
| 58 | If you say yes here you get support for Analog Devices ADM1026 |
| 59 | sensor chip. |
| 60 | |
| 61 | This driver can also be built as a module. If so, the module |
| 62 | will be called adm1026. |
| 63 | |
| 64 | config SENSORS_ADM1031 |
| 65 | tristate "Analog Devices ADM1031 and compatibles" |
| 66 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 67 | help |
| 68 | If you say yes here you get support for Analog Devices ADM1031 |
| 69 | and ADM1030 sensor chips. |
| 70 | |
| 71 | This driver can also be built as a module. If so, the module |
| 72 | will be called adm1031. |
| 73 | |
| 74 | config SENSORS_ADM9240 |
| 75 | tristate "Analog Devices ADM9240 and compatibles" |
| 76 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 77 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 78 | help |
| 79 | If you say yes here you get support for Analog Devices ADM9240, |
| 80 | Dallas DS1780, National Semiconductor LM81 sensor chips. |
| 81 | |
| 82 | This driver can also be built as a module. If so, the module |
| 83 | will be called adm9240. |
| 84 | |
| 85 | config SENSORS_ASB100 |
| 86 | tristate "Asus ASB100 Bach" |
| 87 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 88 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 89 | help |
| 90 | If you say yes here you get support for the ASB100 Bach sensor |
| 91 | chip found on some Asus mainboards. |
| 92 | |
| 93 | This driver can also be built as a module. If so, the module |
| 94 | will be called asb100. |
| 95 | |
| 96 | config SENSORS_ATXP1 |
| 97 | tristate "Attansic ATXP1 VID controller" |
| 98 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 99 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 100 | help |
| 101 | If you say yes here you get support for the Attansic ATXP1 VID |
| 102 | controller. |
| 103 | |
| 104 | If your board have such a chip, you are able to control your CPU |
| 105 | core and other voltages. |
| 106 | |
| 107 | This driver can also be built as a module. If so, the module |
| 108 | will be called atxp1. |
| 109 | |
| 110 | config SENSORS_DS1621 |
| 111 | tristate "Dallas Semiconductor DS1621 and DS1625" |
| 112 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 113 | help |
| 114 | If you say yes here you get support for Dallas Semiconductor |
| 115 | DS1621 and DS1625 sensor chips. |
| 116 | |
| 117 | This driver can also be built as a module. If so, the module |
| 118 | will be called ds1621. |
| 119 | |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 120 | config SENSORS_F71805F |
| 121 | tristate "Fintek F71805F/FG" |
| 122 | depends on HWMON && EXPERIMENTAL |
| 123 | help |
| 124 | If you say yes here you get support for hardware monitoring |
| 125 | features of the Fintek F71805F/FG chips. |
| 126 | |
| 127 | This driver can also be built as a module. If so, the module |
| 128 | will be called f71805f. |
| 129 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 130 | config SENSORS_FSCHER |
| 131 | tristate "FSC Hermes" |
| 132 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 133 | help |
| 134 | If you say yes here you get support for Fujitsu Siemens |
| 135 | Computers Hermes sensor chips. |
| 136 | |
| 137 | This driver can also be built as a module. If so, the module |
| 138 | will be called fscher. |
| 139 | |
| 140 | config SENSORS_FSCPOS |
| 141 | tristate "FSC Poseidon" |
| 142 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 143 | help |
| 144 | If you say yes here you get support for Fujitsu Siemens |
| 145 | Computers Poseidon sensor chips. |
| 146 | |
| 147 | This driver can also be built as a module. If so, the module |
| 148 | will be called fscpos. |
| 149 | |
| 150 | config SENSORS_GL518SM |
| 151 | tristate "Genesys Logic GL518SM" |
| 152 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 153 | help |
| 154 | If you say yes here you get support for Genesys Logic GL518SM |
| 155 | sensor chips. |
| 156 | |
| 157 | This driver can also be built as a module. If so, the module |
| 158 | will be called gl518sm. |
| 159 | |
| 160 | config SENSORS_GL520SM |
| 161 | tristate "Genesys Logic GL520SM" |
| 162 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 163 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 164 | help |
| 165 | If you say yes here you get support for Genesys Logic GL520SM |
| 166 | sensor chips. |
| 167 | |
| 168 | This driver can also be built as a module. If so, the module |
| 169 | will be called gl520sm. |
| 170 | |
| 171 | config SENSORS_IT87 |
| 172 | tristate "ITE IT87xx and compatibles" |
| 173 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 174 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 175 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 176 | help |
| 177 | If you say yes here you get support for ITE IT87xx sensor chips |
| 178 | and clones: SiS960. |
| 179 | |
| 180 | This driver can also be built as a module. If so, the module |
| 181 | will be called it87. |
| 182 | |
| 183 | config SENSORS_LM63 |
| 184 | tristate "National Semiconductor LM63" |
| 185 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 186 | help |
| 187 | If you say yes here you get support for the National Semiconductor |
| 188 | LM63 remote diode digital temperature sensor with integrated fan |
| 189 | control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro) |
| 190 | motherboard, among others. |
| 191 | |
| 192 | This driver can also be built as a module. If so, the module |
| 193 | will be called lm63. |
| 194 | |
| 195 | config SENSORS_LM75 |
| 196 | tristate "National Semiconductor LM75 and compatibles" |
| 197 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 198 | help |
| 199 | If you say yes here you get support for National Semiconductor LM75 |
| 200 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in |
| 201 | 9-bit precision mode), and TelCom (now Microchip) TCN75. |
| 202 | |
| 203 | The DS75 and DS1775 in 10- to 12-bit precision modes will require |
| 204 | a force module parameter. The driver will not handle the extra |
| 205 | precision anyhow. |
| 206 | |
| 207 | This driver can also be built as a module. If so, the module |
| 208 | will be called lm75. |
| 209 | |
| 210 | config SENSORS_LM77 |
| 211 | tristate "National Semiconductor LM77" |
| 212 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 213 | help |
| 214 | If you say yes here you get support for National Semiconductor LM77 |
| 215 | sensor chips. |
| 216 | |
| 217 | This driver can also be built as a module. If so, the module |
| 218 | will be called lm77. |
| 219 | |
| 220 | config SENSORS_LM78 |
| 221 | tristate "National Semiconductor LM78 and compatibles" |
| 222 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 223 | select I2C_ISA |
Jean Delvare | 19f673e | 2005-07-31 22:12:09 +0200 | [diff] [blame] | 224 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 225 | help |
| 226 | If you say yes here you get support for National Semiconductor LM78, |
| 227 | LM78-J and LM79. |
| 228 | |
| 229 | This driver can also be built as a module. If so, the module |
| 230 | will be called lm78. |
| 231 | |
| 232 | config SENSORS_LM80 |
| 233 | tristate "National Semiconductor LM80" |
| 234 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 235 | help |
| 236 | If you say yes here you get support for National Semiconductor |
| 237 | LM80 sensor chips. |
| 238 | |
| 239 | This driver can also be built as a module. If so, the module |
| 240 | will be called lm80. |
| 241 | |
| 242 | config SENSORS_LM83 |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 243 | tristate "National Semiconductor LM83 and compatibles" |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 244 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 245 | help |
| 246 | If you say yes here you get support for National Semiconductor |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 247 | LM82 and LM83 sensor chips. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 248 | |
| 249 | This driver can also be built as a module. If so, the module |
| 250 | will be called lm83. |
| 251 | |
| 252 | config SENSORS_LM85 |
| 253 | tristate "National Semiconductor LM85 and compatibles" |
| 254 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 255 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 256 | help |
| 257 | If you say yes here you get support for National Semiconductor LM85 |
| 258 | sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027. |
| 259 | |
| 260 | This driver can also be built as a module. If so, the module |
| 261 | will be called lm85. |
| 262 | |
| 263 | config SENSORS_LM87 |
| 264 | tristate "National Semiconductor LM87" |
| 265 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 266 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 267 | help |
| 268 | If you say yes here you get support for National Semiconductor LM87 |
| 269 | sensor chips. |
| 270 | |
| 271 | This driver can also be built as a module. If so, the module |
| 272 | will be called lm87. |
| 273 | |
| 274 | config SENSORS_LM90 |
| 275 | tristate "National Semiconductor LM90 and compatibles" |
| 276 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 277 | help |
| 278 | If you say yes here you get support for National Semiconductor LM90, |
| 279 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and |
| 280 | MAX6658 sensor chips. |
| 281 | |
| 282 | The Analog Devices ADT7461 sensor chip is also supported, but only |
| 283 | if found in ADM1032 compatibility mode. |
| 284 | |
| 285 | This driver can also be built as a module. If so, the module |
| 286 | will be called lm90. |
| 287 | |
| 288 | config SENSORS_LM92 |
| 289 | tristate "National Semiconductor LM92 and compatibles" |
| 290 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 291 | help |
| 292 | If you say yes here you get support for National Semiconductor LM92 |
| 293 | and Maxim MAX6635 sensor chips. |
| 294 | |
| 295 | This driver can also be built as a module. If so, the module |
| 296 | will be called lm92. |
| 297 | |
| 298 | config SENSORS_MAX1619 |
| 299 | tristate "Maxim MAX1619 sensor chip" |
| 300 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 301 | help |
| 302 | If you say yes here you get support for MAX1619 sensor chip. |
| 303 | |
| 304 | This driver can also be built as a module. If so, the module |
| 305 | will be called max1619. |
| 306 | |
| 307 | config SENSORS_PC87360 |
| 308 | tristate "National Semiconductor PC87360 family" |
| 309 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 310 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 311 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 312 | help |
| 313 | If you say yes here you get access to the hardware monitoring |
| 314 | functions of the National Semiconductor PC8736x Super-I/O chips. |
| 315 | The PC87360, PC87363 and PC87364 only have fan monitoring and |
| 316 | control. The PC87365 and PC87366 additionally have voltage and |
| 317 | temperature monitoring. |
| 318 | |
| 319 | This driver can also be built as a module. If so, the module |
| 320 | will be called pc87360. |
| 321 | |
| 322 | config SENSORS_SIS5595 |
| 323 | tristate "Silicon Integrated Systems Corp. SiS5595" |
| 324 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 325 | select I2C_ISA |
| 326 | help |
| 327 | If you say yes here you get support for the integrated sensors in |
| 328 | SiS5595 South Bridges. |
| 329 | |
| 330 | This driver can also be built as a module. If so, the module |
| 331 | will be called sis5595. |
| 332 | |
| 333 | config SENSORS_SMSC47M1 |
| 334 | tristate "SMSC LPC47M10x and compatibles" |
| 335 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 336 | select I2C_ISA |
| 337 | help |
| 338 | If you say yes here you get support for the integrated fan |
| 339 | monitoring and control capabilities of the SMSC LPC47B27x, |
Hartmut Rick | 59ac836 | 2006-03-23 16:37:23 +0100 | [diff] [blame] | 340 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and |
| 341 | LPC47M997 chips. |
| 342 | |
| 343 | The temperature and voltage sensor features of the LPC47M192 |
| 344 | and LPC47M997 are supported by another driver, select also |
| 345 | "SMSC LPC47M192 and compatibles" below for those. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 346 | |
| 347 | This driver can also be built as a module. If so, the module |
| 348 | will be called smsc47m1. |
| 349 | |
Hartmut Rick | 59ac836 | 2006-03-23 16:37:23 +0100 | [diff] [blame] | 350 | config SENSORS_SMSC47M192 |
| 351 | tristate "SMSC LPC47M192 and compatibles" |
| 352 | depends on HWMON && I2C && EXPERIMENTAL |
| 353 | select HWMON_VID |
| 354 | help |
| 355 | If you say yes here you get support for the temperature and |
| 356 | voltage sensors of the SMSC LPC47M192 and LPC47M997 chips. |
| 357 | |
| 358 | The fan monitoring and control capabilities of these chips |
| 359 | are supported by another driver, select |
| 360 | "SMSC LPC47M10x and compatibles" above. You need both drivers |
| 361 | if you want fan control and voltage/temperature sensor support. |
| 362 | |
| 363 | This driver can also be built as a module. If so, the module |
| 364 | will be called smsc47m192. |
| 365 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 366 | config SENSORS_SMSC47B397 |
| 367 | tristate "SMSC LPC47B397-NC" |
| 368 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 369 | select I2C_ISA |
| 370 | help |
| 371 | If you say yes here you get support for the SMSC LPC47B397-NC |
| 372 | sensor chip. |
| 373 | |
| 374 | This driver can also be built as a module. If so, the module |
| 375 | will be called smsc47b397. |
| 376 | |
| 377 | config SENSORS_VIA686A |
| 378 | tristate "VIA686A" |
| 379 | depends on HWMON && I2C && PCI |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 380 | select I2C_ISA |
| 381 | help |
| 382 | If you say yes here you get support for the integrated sensors in |
| 383 | Via 686A/B South Bridges. |
| 384 | |
| 385 | This driver can also be built as a module. If so, the module |
| 386 | will be called via686a. |
| 387 | |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 388 | config SENSORS_VT8231 |
| 389 | tristate "VT8231" |
| 390 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
| 391 | select HWMON_VID |
| 392 | select I2C_ISA |
| 393 | help |
| 394 | If you say yes here then you get support for the integrated sensors |
| 395 | in the VIA VT8231 device. |
| 396 | |
| 397 | This driver can also be built as a module. If so, the module |
| 398 | will be called vt8231. |
| 399 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 400 | config SENSORS_W83781D |
| 401 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
| 402 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 403 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 404 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 405 | help |
| 406 | If you say yes here you get support for the Winbond W8378x series |
| 407 | of sensor chips: the W83781D, W83782D, W83783S and W83627HF, |
| 408 | and the similar Asus AS99127F. |
| 409 | |
| 410 | This driver can also be built as a module. If so, the module |
| 411 | will be called w83781d. |
| 412 | |
Charles Spirakis | 9873964 | 2006-04-25 14:21:03 +0200 | [diff] [blame] | 413 | config SENSORS_W83791D |
| 414 | tristate "Winbond W83791D" |
| 415 | depends on HWMON && I2C && EXPERIMENTAL |
| 416 | select HWMON_VID |
| 417 | help |
| 418 | If you say yes here you get support for the Winbond W83791D chip. |
| 419 | |
| 420 | This driver can also be built as a module. If so, the module |
| 421 | will be called w83791d. |
| 422 | |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 423 | config SENSORS_W83792D |
| 424 | tristate "Winbond W83792D" |
| 425 | depends on HWMON && I2C && EXPERIMENTAL |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 426 | help |
| 427 | If you say yes here you get support for the Winbond W83792D chip. |
| 428 | |
| 429 | This driver can also be built as a module. If so, the module |
| 430 | will be called w83792d. |
| 431 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 432 | config SENSORS_W83L785TS |
| 433 | tristate "Winbond W83L785TS-S" |
| 434 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 435 | help |
| 436 | If you say yes here you get support for the Winbond W83L785TS-S |
| 437 | sensor chip, which is used on the Asus A7N8X, among other |
| 438 | motherboards. |
| 439 | |
| 440 | This driver can also be built as a module. If so, the module |
| 441 | will be called w83l785ts. |
| 442 | |
| 443 | config SENSORS_W83627HF |
Jean Delvare | c2db6ce | 2006-01-18 23:22:12 +0100 | [diff] [blame] | 444 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" |
| 445 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 446 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 447 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 448 | help |
| 449 | If you say yes here you get support for the Winbond W836X7 series |
Jean Delvare | c2db6ce | 2006-01-18 23:22:12 +0100 | [diff] [blame] | 450 | of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and |
| 451 | W83697HF. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 452 | |
| 453 | This driver can also be built as a module. If so, the module |
| 454 | will be called w83627hf. |
| 455 | |
| 456 | config SENSORS_W83627EHF |
| 457 | tristate "Winbond W83627EHF" |
| 458 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 459 | select I2C_ISA |
| 460 | help |
| 461 | If you say yes here you get preliminary support for the hardware |
| 462 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |
| 463 | Only fan and temperature inputs are supported at the moment, while |
| 464 | the chip does much more than that. |
| 465 | |
Jean Delvare | 8dd2d2c | 2005-07-27 21:33:15 +0200 | [diff] [blame] | 466 | This driver also supports the W83627EHG, which is the lead-free |
| 467 | version of the W83627EHF. |
| 468 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 469 | This driver can also be built as a module. If so, the module |
| 470 | will be called w83627ehf. |
| 471 | |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 472 | config SENSORS_HDAPS |
| 473 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
| 474 | depends on HWMON && INPUT && X86 |
| 475 | default n |
| 476 | help |
| 477 | This driver provides support for the IBM Hard Drive Active Protection |
| 478 | System (hdaps), which provides an accelerometer and other misc. data. |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame] | 479 | ThinkPads starting with the R50, T41, and X40 are supported. The |
| 480 | accelerometer data is readable via sysfs. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 481 | |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame] | 482 | This driver also provides an absolute input class device, allowing |
| 483 | the laptop to act as a pinball machine-esque joystick. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 484 | |
| 485 | Say Y here if you have an applicable laptop and want to experience |
| 486 | the awesome power of hdaps. |
| 487 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 488 | config HWMON_DEBUG_CHIP |
| 489 | bool "Hardware Monitoring Chip debugging messages" |
| 490 | depends on HWMON |
| 491 | default n |
| 492 | help |
| 493 | Say Y here if you want the I2C chip drivers to produce a bunch of |
| 494 | debug messages to the system log. Select this if you are having |
| 495 | a problem with I2C support and want to see more of what is going |
| 496 | on. |
| 497 | |
| 498 | endmenu |