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