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