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 | |
| 116 | config SENSORS_FSCHER |
| 117 | tristate "FSC Hermes" |
| 118 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 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 |
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 Poseidon sensor chips. |
| 132 | |
| 133 | This driver can also be built as a module. If so, the module |
| 134 | will be called fscpos. |
| 135 | |
| 136 | config SENSORS_GL518SM |
| 137 | tristate "Genesys Logic GL518SM" |
| 138 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 139 | help |
| 140 | If you say yes here you get support for Genesys Logic GL518SM |
| 141 | sensor chips. |
| 142 | |
| 143 | This driver can also be built as a module. If so, the module |
| 144 | will be called gl518sm. |
| 145 | |
| 146 | config SENSORS_GL520SM |
| 147 | tristate "Genesys Logic GL520SM" |
| 148 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 149 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 150 | help |
| 151 | If you say yes here you get support for Genesys Logic GL520SM |
| 152 | sensor chips. |
| 153 | |
| 154 | This driver can also be built as a module. If so, the module |
| 155 | will be called gl520sm. |
| 156 | |
| 157 | config SENSORS_IT87 |
| 158 | tristate "ITE IT87xx and compatibles" |
| 159 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 160 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 161 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 162 | help |
| 163 | If you say yes here you get support for ITE IT87xx sensor chips |
| 164 | and clones: SiS960. |
| 165 | |
| 166 | This driver can also be built as a module. If so, the module |
| 167 | will be called it87. |
| 168 | |
| 169 | config SENSORS_LM63 |
| 170 | tristate "National Semiconductor LM63" |
| 171 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 172 | help |
| 173 | If you say yes here you get support for the National Semiconductor |
| 174 | LM63 remote diode digital temperature sensor with integrated fan |
| 175 | control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro) |
| 176 | motherboard, among others. |
| 177 | |
| 178 | This driver can also be built as a module. If so, the module |
| 179 | will be called lm63. |
| 180 | |
| 181 | config SENSORS_LM75 |
| 182 | tristate "National Semiconductor LM75 and compatibles" |
| 183 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 184 | help |
| 185 | If you say yes here you get support for National Semiconductor LM75 |
| 186 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in |
| 187 | 9-bit precision mode), and TelCom (now Microchip) TCN75. |
| 188 | |
| 189 | The DS75 and DS1775 in 10- to 12-bit precision modes will require |
| 190 | a force module parameter. The driver will not handle the extra |
| 191 | precision anyhow. |
| 192 | |
| 193 | This driver can also be built as a module. If so, the module |
| 194 | will be called lm75. |
| 195 | |
| 196 | config SENSORS_LM77 |
| 197 | tristate "National Semiconductor LM77" |
| 198 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 199 | help |
| 200 | If you say yes here you get support for National Semiconductor LM77 |
| 201 | sensor chips. |
| 202 | |
| 203 | This driver can also be built as a module. If so, the module |
| 204 | will be called lm77. |
| 205 | |
| 206 | config SENSORS_LM78 |
| 207 | tristate "National Semiconductor LM78 and compatibles" |
| 208 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 209 | select I2C_ISA |
Jean Delvare | 19f673e | 2005-07-31 22:12:09 +0200 | [diff] [blame] | 210 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 211 | help |
| 212 | If you say yes here you get support for National Semiconductor LM78, |
| 213 | LM78-J and LM79. |
| 214 | |
| 215 | This driver can also be built as a module. If so, the module |
| 216 | will be called lm78. |
| 217 | |
| 218 | config SENSORS_LM80 |
| 219 | tristate "National Semiconductor LM80" |
| 220 | depends on HWMON && I2C && EXPERIMENTAL |
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 |
| 223 | LM80 sensor chips. |
| 224 | |
| 225 | This driver can also be built as a module. If so, the module |
| 226 | will be called lm80. |
| 227 | |
| 228 | config SENSORS_LM83 |
| 229 | tristate "National Semiconductor LM83" |
| 230 | depends on HWMON && I2C |
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 | LM83 sensor chips. |
| 234 | |
| 235 | This driver can also be built as a module. If so, the module |
| 236 | will be called lm83. |
| 237 | |
| 238 | config SENSORS_LM85 |
| 239 | tristate "National Semiconductor LM85 and compatibles" |
| 240 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 241 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 242 | help |
| 243 | If you say yes here you get support for National Semiconductor LM85 |
| 244 | sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027. |
| 245 | |
| 246 | This driver can also be built as a module. If so, the module |
| 247 | will be called lm85. |
| 248 | |
| 249 | config SENSORS_LM87 |
| 250 | tristate "National Semiconductor LM87" |
| 251 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 252 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 253 | help |
| 254 | If you say yes here you get support for National Semiconductor LM87 |
| 255 | sensor chips. |
| 256 | |
| 257 | This driver can also be built as a module. If so, the module |
| 258 | will be called lm87. |
| 259 | |
| 260 | config SENSORS_LM90 |
| 261 | tristate "National Semiconductor LM90 and compatibles" |
| 262 | depends on HWMON && I2C |
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 LM90, |
| 265 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and |
| 266 | MAX6658 sensor chips. |
| 267 | |
| 268 | The Analog Devices ADT7461 sensor chip is also supported, but only |
| 269 | if found in ADM1032 compatibility mode. |
| 270 | |
| 271 | This driver can also be built as a module. If so, the module |
| 272 | will be called lm90. |
| 273 | |
| 274 | config SENSORS_LM92 |
| 275 | tristate "National Semiconductor LM92 and compatibles" |
| 276 | depends on HWMON && I2C && EXPERIMENTAL |
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 LM92 |
| 279 | and Maxim MAX6635 sensor chips. |
| 280 | |
| 281 | This driver can also be built as a module. If so, the module |
| 282 | will be called lm92. |
| 283 | |
| 284 | config SENSORS_MAX1619 |
| 285 | tristate "Maxim MAX1619 sensor chip" |
| 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 MAX1619 sensor chip. |
| 289 | |
| 290 | This driver can also be built as a module. If so, the module |
| 291 | will be called max1619. |
| 292 | |
| 293 | config SENSORS_PC87360 |
| 294 | tristate "National Semiconductor PC87360 family" |
| 295 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 296 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 297 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 298 | help |
| 299 | If you say yes here you get access to the hardware monitoring |
| 300 | functions of the National Semiconductor PC8736x Super-I/O chips. |
| 301 | The PC87360, PC87363 and PC87364 only have fan monitoring and |
| 302 | control. The PC87365 and PC87366 additionally have voltage and |
| 303 | temperature monitoring. |
| 304 | |
| 305 | This driver can also be built as a module. If so, the module |
| 306 | will be called pc87360. |
| 307 | |
| 308 | config SENSORS_SIS5595 |
| 309 | tristate "Silicon Integrated Systems Corp. SiS5595" |
| 310 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 311 | select I2C_ISA |
| 312 | help |
| 313 | If you say yes here you get support for the integrated sensors in |
| 314 | SiS5595 South Bridges. |
| 315 | |
| 316 | This driver can also be built as a module. If so, the module |
| 317 | will be called sis5595. |
| 318 | |
| 319 | config SENSORS_SMSC47M1 |
| 320 | tristate "SMSC LPC47M10x and compatibles" |
| 321 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 322 | select I2C_ISA |
| 323 | help |
| 324 | If you say yes here you get support for the integrated fan |
| 325 | monitoring and control capabilities of the SMSC LPC47B27x, |
| 326 | LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 chips. |
| 327 | |
| 328 | This driver can also be built as a module. If so, the module |
| 329 | will be called smsc47m1. |
| 330 | |
| 331 | config SENSORS_SMSC47B397 |
| 332 | tristate "SMSC LPC47B397-NC" |
| 333 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 334 | select I2C_ISA |
| 335 | help |
| 336 | If you say yes here you get support for the SMSC LPC47B397-NC |
| 337 | sensor chip. |
| 338 | |
| 339 | This driver can also be built as a module. If so, the module |
| 340 | will be called smsc47b397. |
| 341 | |
| 342 | config SENSORS_VIA686A |
| 343 | tristate "VIA686A" |
| 344 | depends on HWMON && I2C && PCI |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 345 | select I2C_ISA |
| 346 | help |
| 347 | If you say yes here you get support for the integrated sensors in |
| 348 | Via 686A/B South Bridges. |
| 349 | |
| 350 | This driver can also be built as a module. If so, the module |
| 351 | will be called via686a. |
| 352 | |
| 353 | config SENSORS_W83781D |
| 354 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
| 355 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 356 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 357 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 358 | help |
| 359 | If you say yes here you get support for the Winbond W8378x series |
| 360 | of sensor chips: the W83781D, W83782D, W83783S and W83627HF, |
| 361 | and the similar Asus AS99127F. |
| 362 | |
| 363 | This driver can also be built as a module. If so, the module |
| 364 | will be called w83781d. |
| 365 | |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 366 | config SENSORS_W83792D |
| 367 | tristate "Winbond W83792D" |
| 368 | depends on HWMON && I2C && EXPERIMENTAL |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 369 | help |
| 370 | If you say yes here you get support for the Winbond W83792D chip. |
| 371 | |
| 372 | This driver can also be built as a module. If so, the module |
| 373 | will be called w83792d. |
| 374 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 375 | config SENSORS_W83L785TS |
| 376 | tristate "Winbond W83L785TS-S" |
| 377 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 378 | help |
| 379 | If you say yes here you get support for the Winbond W83L785TS-S |
| 380 | sensor chip, which is used on the Asus A7N8X, among other |
| 381 | motherboards. |
| 382 | |
| 383 | This driver can also be built as a module. If so, the module |
| 384 | will be called w83l785ts. |
| 385 | |
| 386 | config SENSORS_W83627HF |
| 387 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83697HF" |
| 388 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 389 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 390 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 391 | help |
| 392 | If you say yes here you get support for the Winbond W836X7 series |
| 393 | of sensor chips: the W83627HF, W83627THF, W83637HF, and the W83697HF |
| 394 | |
| 395 | This driver can also be built as a module. If so, the module |
| 396 | will be called w83627hf. |
| 397 | |
| 398 | config SENSORS_W83627EHF |
| 399 | tristate "Winbond W83627EHF" |
| 400 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 401 | select I2C_ISA |
| 402 | help |
| 403 | If you say yes here you get preliminary support for the hardware |
| 404 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |
| 405 | Only fan and temperature inputs are supported at the moment, while |
| 406 | the chip does much more than that. |
| 407 | |
Jean Delvare | 8dd2d2c | 2005-07-27 21:33:15 +0200 | [diff] [blame] | 408 | This driver also supports the W83627EHG, which is the lead-free |
| 409 | version of the W83627EHF. |
| 410 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 411 | This driver can also be built as a module. If so, the module |
| 412 | will be called w83627ehf. |
| 413 | |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 414 | config SENSORS_HDAPS |
| 415 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
| 416 | depends on HWMON && INPUT && X86 |
| 417 | default n |
| 418 | help |
| 419 | This driver provides support for the IBM Hard Drive Active Protection |
| 420 | System (hdaps), which provides an accelerometer and other misc. data. |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame^] | 421 | ThinkPads starting with the R50, T41, and X40 are supported. The |
| 422 | accelerometer data is readable via sysfs. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 423 | |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame^] | 424 | This driver also provides an absolute input class device, allowing |
| 425 | the laptop to act as a pinball machine-esque joystick. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 426 | |
| 427 | Say Y here if you have an applicable laptop and want to experience |
| 428 | the awesome power of hdaps. |
| 429 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 430 | config HWMON_DEBUG_CHIP |
| 431 | bool "Hardware Monitoring Chip debugging messages" |
| 432 | depends on HWMON |
| 433 | default n |
| 434 | help |
| 435 | Say Y here if you want the I2C chip drivers to produce a bunch of |
| 436 | debug messages to the system log. Select this if you are having |
| 437 | a problem with I2C support and want to see more of what is going |
| 438 | on. |
| 439 | |
| 440 | endmenu |