Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 1 | # |
Jean Delvare | 060b2f5 | 2006-06-12 21:55:28 +0200 | [diff] [blame] | 2 | # Hardware monitoring chip drivers configuration |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 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 | |
Hans de Goede | f2b84bb | 2006-06-04 20:22:24 +0200 | [diff] [blame] | 30 | config SENSORS_ABITUGURU |
| 31 | tristate "Abit uGuru" |
| 32 | depends on HWMON && EXPERIMENTAL |
| 33 | help |
| 34 | If you say yes here you get support for the Abit uGuru chips |
| 35 | sensor part. The voltage and frequency control parts of the Abit |
| 36 | uGuru are not supported. The Abit uGuru chip can be found on Abit |
| 37 | uGuru featuring motherboards (most modern Abit motherboards). |
| 38 | |
| 39 | This driver can also be built as a module. If so, the module |
| 40 | will be called abituguru. |
| 41 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 42 | config SENSORS_ADM1021 |
| 43 | tristate "Analog Devices ADM1021 and compatibles" |
| 44 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 45 | help |
| 46 | If you say yes here you get support for Analog Devices ADM1021 |
| 47 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, |
| 48 | Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10, |
| 49 | and the XEON processor built-in sensor. |
| 50 | |
| 51 | This driver can also be built as a module. If so, the module |
| 52 | will be called adm1021. |
| 53 | |
| 54 | config SENSORS_ADM1025 |
| 55 | tristate "Analog Devices ADM1025 and compatibles" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 56 | depends on HWMON && I2C |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 57 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 58 | help |
| 59 | If you say yes here you get support for Analog Devices ADM1025 |
| 60 | and Philips NE1619 sensor chips. |
| 61 | |
| 62 | This driver can also be built as a module. If so, the module |
| 63 | will be called adm1025. |
| 64 | |
| 65 | config SENSORS_ADM1026 |
| 66 | tristate "Analog Devices ADM1026 and compatibles" |
| 67 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 68 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 69 | help |
| 70 | If you say yes here you get support for Analog Devices ADM1026 |
| 71 | sensor chip. |
| 72 | |
| 73 | This driver can also be built as a module. If so, the module |
| 74 | will be called adm1026. |
| 75 | |
| 76 | config SENSORS_ADM1031 |
| 77 | tristate "Analog Devices ADM1031 and compatibles" |
| 78 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 79 | help |
| 80 | If you say yes here you get support for Analog Devices ADM1031 |
| 81 | and ADM1030 sensor chips. |
| 82 | |
| 83 | This driver can also be built as a module. If so, the module |
| 84 | will be called adm1031. |
| 85 | |
| 86 | config SENSORS_ADM9240 |
| 87 | tristate "Analog Devices ADM9240 and compatibles" |
| 88 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 89 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 90 | help |
| 91 | If you say yes here you get support for Analog Devices ADM9240, |
| 92 | Dallas DS1780, National Semiconductor LM81 sensor chips. |
| 93 | |
| 94 | This driver can also be built as a module. If so, the module |
| 95 | will be called adm9240. |
| 96 | |
Rudolf Marek | 29fa06c | 2006-08-28 14:40:17 +0200 | [diff] [blame] | 97 | config SENSORS_K8TEMP |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 98 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
Rudolf Marek | 29fa06c | 2006-08-28 14:40:17 +0200 | [diff] [blame] | 99 | depends on HWMON && X86 && PCI && EXPERIMENTAL |
| 100 | help |
| 101 | If you say yes here you get support for the temperature |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 102 | sensor(s) inside your CPU. Supported is whole AMD K8 |
| 103 | microarchitecture. Please note that you will need at least |
| 104 | lm-sensors 2.10.1 for proper userspace support. |
Rudolf Marek | 29fa06c | 2006-08-28 14:40:17 +0200 | [diff] [blame] | 105 | |
| 106 | This driver can also be built as a module. If so, the module |
| 107 | will be called k8temp. |
| 108 | |
Stelian Pop | dcb69dd | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 109 | config SENSORS_AMS |
| 110 | tristate "Apple Motion Sensor driver" |
| 111 | depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL |
| 112 | help |
| 113 | Support for the motion sensor included in PowerBooks. Includes |
| 114 | implementations for PMU and I2C. |
| 115 | |
| 116 | This driver can also be built as a module. If so, the module |
| 117 | will be called ams. |
| 118 | |
| 119 | config SENSORS_AMS_PMU |
| 120 | bool "PMU variant" |
| 121 | depends on SENSORS_AMS && ADB_PMU |
| 122 | default y |
| 123 | help |
| 124 | PMU variant of motion sensor, found in late 2005 PowerBooks. |
| 125 | |
| 126 | config SENSORS_AMS_I2C |
| 127 | bool "I2C variant" |
| 128 | depends on SENSORS_AMS && I2C |
| 129 | default y |
| 130 | help |
| 131 | I2C variant of motion sensor, found in early 2005 PowerBooks and |
| 132 | iBooks. |
| 133 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 134 | config SENSORS_ASB100 |
| 135 | tristate "Asus ASB100 Bach" |
| 136 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 137 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 138 | help |
| 139 | If you say yes here you get support for the ASB100 Bach sensor |
| 140 | chip found on some Asus mainboards. |
| 141 | |
| 142 | This driver can also be built as a module. If so, the module |
| 143 | will be called asb100. |
| 144 | |
| 145 | config SENSORS_ATXP1 |
| 146 | tristate "Attansic ATXP1 VID controller" |
| 147 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 148 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 149 | help |
| 150 | If you say yes here you get support for the Attansic ATXP1 VID |
| 151 | controller. |
| 152 | |
| 153 | If your board have such a chip, you are able to control your CPU |
| 154 | core and other voltages. |
| 155 | |
| 156 | This driver can also be built as a module. If so, the module |
| 157 | will be called atxp1. |
| 158 | |
| 159 | config SENSORS_DS1621 |
| 160 | tristate "Dallas Semiconductor DS1621 and DS1625" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 161 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 162 | help |
| 163 | If you say yes here you get support for Dallas Semiconductor |
| 164 | DS1621 and DS1625 sensor chips. |
| 165 | |
| 166 | This driver can also be built as a module. If so, the module |
| 167 | will be called ds1621. |
| 168 | |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 169 | config SENSORS_F71805F |
Jean Delvare | 51c997d | 2006-12-12 18:18:29 +0100 | [diff] [blame] | 170 | tristate "Fintek F71805F/FG and F71872F/FG" |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 171 | depends on HWMON && EXPERIMENTAL |
| 172 | help |
| 173 | If you say yes here you get support for hardware monitoring |
Jean Delvare | 51c997d | 2006-12-12 18:18:29 +0100 | [diff] [blame] | 174 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O |
| 175 | chips. |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 176 | |
| 177 | This driver can also be built as a module. If so, the module |
| 178 | will be called f71805f. |
| 179 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 180 | config SENSORS_FSCHER |
| 181 | tristate "FSC Hermes" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 182 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 183 | help |
| 184 | If you say yes here you get support for Fujitsu Siemens |
| 185 | Computers Hermes sensor chips. |
| 186 | |
| 187 | This driver can also be built as a module. If so, the module |
| 188 | will be called fscher. |
| 189 | |
| 190 | config SENSORS_FSCPOS |
| 191 | tristate "FSC Poseidon" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 192 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 193 | help |
| 194 | If you say yes here you get support for Fujitsu Siemens |
| 195 | Computers Poseidon sensor chips. |
| 196 | |
| 197 | This driver can also be built as a module. If so, the module |
| 198 | will be called fscpos. |
| 199 | |
| 200 | config SENSORS_GL518SM |
| 201 | tristate "Genesys Logic GL518SM" |
| 202 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 203 | help |
| 204 | If you say yes here you get support for Genesys Logic GL518SM |
| 205 | sensor chips. |
| 206 | |
| 207 | This driver can also be built as a module. If so, the module |
| 208 | will be called gl518sm. |
| 209 | |
| 210 | config SENSORS_GL520SM |
| 211 | tristate "Genesys Logic GL520SM" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 212 | depends on HWMON && I2C |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 213 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 214 | help |
| 215 | If you say yes here you get support for Genesys Logic GL520SM |
| 216 | sensor chips. |
| 217 | |
| 218 | This driver can also be built as a module. If so, the module |
| 219 | will be called gl520sm. |
| 220 | |
| 221 | config SENSORS_IT87 |
| 222 | tristate "ITE IT87xx and compatibles" |
| 223 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 224 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 225 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 226 | help |
Jean Delvare | 87673dd | 2006-08-28 14:37:19 +0200 | [diff] [blame] | 227 | If you say yes here you get support for ITE IT8705F, IT8712F, |
| 228 | IT8716F and IT8718F sensor chips, and the SiS960 clone. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 229 | |
| 230 | This driver can also be built as a module. If so, the module |
| 231 | will be called it87. |
| 232 | |
| 233 | config SENSORS_LM63 |
| 234 | tristate "National Semiconductor LM63" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 235 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 236 | help |
| 237 | If you say yes here you get support for the National Semiconductor |
| 238 | LM63 remote diode digital temperature sensor with integrated fan |
| 239 | control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro) |
| 240 | motherboard, among others. |
| 241 | |
| 242 | This driver can also be built as a module. If so, the module |
| 243 | will be called lm63. |
| 244 | |
Kaiwan N Billimoria | e1a8e91 | 2006-06-12 22:00:05 +0200 | [diff] [blame] | 245 | config SENSORS_LM70 |
| 246 | tristate "National Semiconductor LM70" |
| 247 | depends on HWMON && SPI_MASTER && EXPERIMENTAL |
| 248 | help |
| 249 | If you say yes here you get support for the National Semiconductor |
| 250 | LM70 digital temperature sensor chip. |
| 251 | |
| 252 | This driver can also be built as a module. If so, the module |
| 253 | will be called lm70. |
| 254 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 255 | config SENSORS_LM75 |
| 256 | tristate "National Semiconductor LM75 and compatibles" |
| 257 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 258 | help |
| 259 | If you say yes here you get support for National Semiconductor LM75 |
| 260 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in |
| 261 | 9-bit precision mode), and TelCom (now Microchip) TCN75. |
| 262 | |
| 263 | The DS75 and DS1775 in 10- to 12-bit precision modes will require |
| 264 | a force module parameter. The driver will not handle the extra |
| 265 | precision anyhow. |
| 266 | |
| 267 | This driver can also be built as a module. If so, the module |
| 268 | will be called lm75. |
| 269 | |
| 270 | config SENSORS_LM77 |
| 271 | tristate "National Semiconductor LM77" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 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 LM77 |
| 275 | sensor chips. |
| 276 | |
| 277 | This driver can also be built as a module. If so, the module |
| 278 | will be called lm77. |
| 279 | |
| 280 | config SENSORS_LM78 |
| 281 | tristate "National Semiconductor LM78 and compatibles" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 282 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 283 | select I2C_ISA |
Jean Delvare | 19f673e | 2005-07-31 22:12:09 +0200 | [diff] [blame] | 284 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 285 | help |
| 286 | If you say yes here you get support for National Semiconductor LM78, |
| 287 | LM78-J and LM79. |
| 288 | |
| 289 | This driver can also be built as a module. If so, the module |
| 290 | will be called lm78. |
| 291 | |
| 292 | config SENSORS_LM80 |
| 293 | tristate "National Semiconductor LM80" |
| 294 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 295 | help |
| 296 | If you say yes here you get support for National Semiconductor |
| 297 | LM80 sensor chips. |
| 298 | |
| 299 | This driver can also be built as a module. If so, the module |
| 300 | will be called lm80. |
| 301 | |
| 302 | config SENSORS_LM83 |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 303 | tristate "National Semiconductor LM83 and compatibles" |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 304 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 305 | help |
| 306 | If you say yes here you get support for National Semiconductor |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 307 | LM82 and LM83 sensor chips. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 308 | |
| 309 | This driver can also be built as a module. If so, the module |
| 310 | will be called lm83. |
| 311 | |
| 312 | config SENSORS_LM85 |
| 313 | tristate "National Semiconductor LM85 and compatibles" |
| 314 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 315 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 316 | help |
| 317 | If you say yes here you get support for National Semiconductor LM85 |
| 318 | sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027. |
| 319 | |
| 320 | This driver can also be built as a module. If so, the module |
| 321 | will be called lm85. |
| 322 | |
| 323 | config SENSORS_LM87 |
| 324 | tristate "National Semiconductor LM87" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 325 | depends on HWMON && I2C |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 326 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 327 | help |
| 328 | If you say yes here you get support for National Semiconductor LM87 |
| 329 | sensor chips. |
| 330 | |
| 331 | This driver can also be built as a module. If so, the module |
| 332 | will be called lm87. |
| 333 | |
| 334 | config SENSORS_LM90 |
| 335 | tristate "National Semiconductor LM90 and compatibles" |
| 336 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 337 | help |
| 338 | If you say yes here you get support for National Semiconductor LM90, |
| 339 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and |
| 340 | MAX6658 sensor chips. |
| 341 | |
| 342 | The Analog Devices ADT7461 sensor chip is also supported, but only |
| 343 | if found in ADM1032 compatibility mode. |
| 344 | |
| 345 | This driver can also be built as a module. If so, the module |
| 346 | will be called lm90. |
| 347 | |
| 348 | config SENSORS_LM92 |
| 349 | tristate "National Semiconductor LM92 and compatibles" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 350 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 351 | help |
| 352 | If you say yes here you get support for National Semiconductor LM92 |
| 353 | and Maxim MAX6635 sensor chips. |
| 354 | |
| 355 | This driver can also be built as a module. If so, the module |
| 356 | will be called lm92. |
| 357 | |
| 358 | config SENSORS_MAX1619 |
| 359 | tristate "Maxim MAX1619 sensor chip" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 360 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 361 | help |
| 362 | If you say yes here you get support for MAX1619 sensor chip. |
| 363 | |
| 364 | This driver can also be built as a module. If so, the module |
| 365 | will be called max1619. |
| 366 | |
| 367 | config SENSORS_PC87360 |
| 368 | tristate "National Semiconductor PC87360 family" |
| 369 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 370 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 371 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 372 | help |
| 373 | If you say yes here you get access to the hardware monitoring |
| 374 | functions of the National Semiconductor PC8736x Super-I/O chips. |
| 375 | The PC87360, PC87363 and PC87364 only have fan monitoring and |
| 376 | control. The PC87365 and PC87366 additionally have voltage and |
| 377 | temperature monitoring. |
| 378 | |
| 379 | This driver can also be built as a module. If so, the module |
| 380 | will be called pc87360. |
| 381 | |
Jean Delvare | ba224e2 | 2006-12-12 18:18:29 +0100 | [diff] [blame] | 382 | config SENSORS_PC87427 |
| 383 | tristate "National Semiconductor PC87427" |
| 384 | depends on HWMON && EXPERIMENTAL |
| 385 | help |
| 386 | If you say yes here you get access to the hardware monitoring |
| 387 | functions of the National Semiconductor PC87427 Super-I/O chip. |
| 388 | The chip has two distinct logical devices, one for fan speed |
| 389 | monitoring and control, and one for voltage and temperature |
| 390 | monitoring. Only fan speed monitoring is supported right now. |
| 391 | |
| 392 | This driver can also be built as a module. If so, the module |
| 393 | will be called pc87427. |
| 394 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 395 | config SENSORS_SIS5595 |
| 396 | tristate "Silicon Integrated Systems Corp. SiS5595" |
| 397 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 398 | select I2C_ISA |
| 399 | help |
| 400 | If you say yes here you get support for the integrated sensors in |
| 401 | SiS5595 South Bridges. |
| 402 | |
| 403 | This driver can also be built as a module. If so, the module |
| 404 | will be called sis5595. |
| 405 | |
| 406 | config SENSORS_SMSC47M1 |
| 407 | tristate "SMSC LPC47M10x and compatibles" |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 408 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 409 | select I2C_ISA |
| 410 | help |
| 411 | If you say yes here you get support for the integrated fan |
| 412 | monitoring and control capabilities of the SMSC LPC47B27x, |
Jean Delvare | 6091780 | 2006-10-08 22:00:44 +0200 | [diff] [blame] | 413 | LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, |
| 414 | LPC47M192 and LPC47M997 chips. |
Hartmut Rick | 59ac836 | 2006-03-23 16:37:23 +0100 | [diff] [blame] | 415 | |
| 416 | The temperature and voltage sensor features of the LPC47M192 |
| 417 | and LPC47M997 are supported by another driver, select also |
| 418 | "SMSC LPC47M192 and compatibles" below for those. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 419 | |
| 420 | This driver can also be built as a module. If so, the module |
| 421 | will be called smsc47m1. |
| 422 | |
Hartmut Rick | 59ac836 | 2006-03-23 16:37:23 +0100 | [diff] [blame] | 423 | config SENSORS_SMSC47M192 |
| 424 | tristate "SMSC LPC47M192 and compatibles" |
| 425 | depends on HWMON && I2C && EXPERIMENTAL |
| 426 | select HWMON_VID |
| 427 | help |
| 428 | If you say yes here you get support for the temperature and |
| 429 | voltage sensors of the SMSC LPC47M192 and LPC47M997 chips. |
| 430 | |
| 431 | The fan monitoring and control capabilities of these chips |
| 432 | are supported by another driver, select |
| 433 | "SMSC LPC47M10x and compatibles" above. You need both drivers |
| 434 | if you want fan control and voltage/temperature sensor support. |
| 435 | |
| 436 | This driver can also be built as a module. If so, the module |
| 437 | will be called smsc47m192. |
| 438 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 439 | config SENSORS_SMSC47B397 |
| 440 | tristate "SMSC LPC47B397-NC" |
| 441 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 442 | select I2C_ISA |
| 443 | help |
| 444 | If you say yes here you get support for the SMSC LPC47B397-NC |
| 445 | sensor chip. |
| 446 | |
| 447 | This driver can also be built as a module. If so, the module |
| 448 | will be called smsc47b397. |
| 449 | |
| 450 | config SENSORS_VIA686A |
| 451 | tristate "VIA686A" |
| 452 | depends on HWMON && I2C && PCI |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 453 | select I2C_ISA |
| 454 | help |
| 455 | If you say yes here you get support for the integrated sensors in |
| 456 | Via 686A/B South Bridges. |
| 457 | |
| 458 | This driver can also be built as a module. If so, the module |
| 459 | will be called via686a. |
| 460 | |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 461 | config SENSORS_VT1211 |
| 462 | tristate "VIA VT1211" |
| 463 | depends on HWMON && EXPERIMENTAL |
| 464 | select HWMON_VID |
| 465 | help |
| 466 | If you say yes here then you get support for hardware monitoring |
| 467 | features of the VIA VT1211 Super-I/O chip. |
| 468 | |
| 469 | This driver can also be built as a module. If so, the module |
| 470 | will be called vt1211. |
| 471 | |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 472 | config SENSORS_VT8231 |
Jean Delvare | 51bd563 | 2006-09-24 20:51:37 +0200 | [diff] [blame] | 473 | tristate "VIA VT8231" |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 474 | depends on HWMON && I2C && PCI && EXPERIMENTAL |
| 475 | select HWMON_VID |
| 476 | select I2C_ISA |
| 477 | help |
| 478 | If you say yes here then you get support for the integrated sensors |
| 479 | in the VIA VT8231 device. |
| 480 | |
| 481 | This driver can also be built as a module. If so, the module |
| 482 | will be called vt8231. |
| 483 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 484 | config SENSORS_W83781D |
| 485 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
| 486 | depends on HWMON && I2C |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 487 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 488 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 489 | help |
| 490 | If you say yes here you get support for the Winbond W8378x series |
| 491 | of sensor chips: the W83781D, W83782D, W83783S and W83627HF, |
| 492 | and the similar Asus AS99127F. |
| 493 | |
| 494 | This driver can also be built as a module. If so, the module |
| 495 | will be called w83781d. |
| 496 | |
Charles Spirakis | 9873964 | 2006-04-25 14:21:03 +0200 | [diff] [blame] | 497 | config SENSORS_W83791D |
| 498 | tristate "Winbond W83791D" |
| 499 | depends on HWMON && I2C && EXPERIMENTAL |
| 500 | select HWMON_VID |
| 501 | help |
| 502 | If you say yes here you get support for the Winbond W83791D chip. |
| 503 | |
| 504 | This driver can also be built as a module. If so, the module |
| 505 | will be called w83791d. |
| 506 | |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 507 | config SENSORS_W83792D |
| 508 | tristate "Winbond W83792D" |
| 509 | depends on HWMON && I2C && EXPERIMENTAL |
R.Marek@sh.cvut.cz | 5563e27 | 2005-07-27 11:43:47 +0000 | [diff] [blame] | 510 | help |
| 511 | If you say yes here you get support for the Winbond W83792D chip. |
| 512 | |
| 513 | This driver can also be built as a module. If so, the module |
| 514 | will be called w83792d. |
| 515 | |
Rudolf Marek | 6800c3d | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 516 | config SENSORS_W83793 |
| 517 | tristate "Winbond W83793" |
| 518 | depends on HWMON && I2C && EXPERIMENTAL |
| 519 | help |
| 520 | If you say yes here you get support for the Winbond W83793 |
| 521 | hardware monitoring chip. |
| 522 | |
| 523 | This driver can also be built as a module. If so, the module |
| 524 | will be called w83793. |
| 525 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 526 | config SENSORS_W83L785TS |
| 527 | tristate "Winbond W83L785TS-S" |
| 528 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 529 | help |
| 530 | If you say yes here you get support for the Winbond W83L785TS-S |
| 531 | sensor chip, which is used on the Asus A7N8X, among other |
| 532 | motherboards. |
| 533 | |
| 534 | This driver can also be built as a module. If so, the module |
| 535 | will be called w83l785ts. |
| 536 | |
| 537 | config SENSORS_W83627HF |
Jean Delvare | c2db6ce | 2006-01-18 23:22:12 +0100 | [diff] [blame] | 538 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" |
| 539 | depends on HWMON && I2C |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 540 | select I2C_ISA |
Jean Delvare | 303760b | 2005-07-31 21:52:01 +0200 | [diff] [blame] | 541 | select HWMON_VID |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 542 | help |
| 543 | 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] | 544 | of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and |
| 545 | W83697HF. |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 546 | |
| 547 | This driver can also be built as a module. If so, the module |
| 548 | will be called w83627hf. |
| 549 | |
| 550 | config SENSORS_W83627EHF |
| 551 | tristate "Winbond W83627EHF" |
| 552 | depends on HWMON && I2C && EXPERIMENTAL |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 553 | select I2C_ISA |
| 554 | help |
| 555 | If you say yes here you get preliminary support for the hardware |
| 556 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |
| 557 | Only fan and temperature inputs are supported at the moment, while |
| 558 | the chip does much more than that. |
| 559 | |
Jean Delvare | 8dd2d2c | 2005-07-27 21:33:15 +0200 | [diff] [blame] | 560 | This driver also supports the W83627EHG, which is the lead-free |
| 561 | version of the W83627EHF. |
| 562 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 563 | This driver can also be built as a module. If so, the module |
| 564 | will be called w83627ehf. |
| 565 | |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 566 | config SENSORS_HDAPS |
| 567 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
| 568 | depends on HWMON && INPUT && X86 |
| 569 | default n |
| 570 | help |
| 571 | This driver provides support for the IBM Hard Drive Active Protection |
| 572 | System (hdaps), which provides an accelerometer and other misc. data. |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame] | 573 | ThinkPads starting with the R50, T41, and X40 are supported. The |
| 574 | accelerometer data is readable via sysfs. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 575 | |
Robert Love | 4c87b74 | 2005-09-22 21:44:00 -0700 | [diff] [blame] | 576 | This driver also provides an absolute input class device, allowing |
| 577 | the laptop to act as a pinball machine-esque joystick. |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 578 | |
Stephan Berberig | 0f23e50 | 2006-12-12 18:18:28 +0100 | [diff] [blame] | 579 | If your ThinkPad is not recognized by the driver, please update to latest |
| 580 | BIOS. This is especially the case for some R52 ThinkPads. |
| 581 | |
Robert Love | 860e1d6 | 2005-08-31 23:57:59 -0400 | [diff] [blame] | 582 | Say Y here if you have an applicable laptop and want to experience |
| 583 | the awesome power of hdaps. |
| 584 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 585 | config HWMON_DEBUG_CHIP |
| 586 | bool "Hardware Monitoring Chip debugging messages" |
| 587 | depends on HWMON |
| 588 | default n |
| 589 | help |
| 590 | Say Y here if you want the I2C chip drivers to produce a bunch of |
| 591 | debug messages to the system log. Select this if you are having |
| 592 | a problem with I2C support and want to see more of what is going |
| 593 | on. |
| 594 | |
| 595 | endmenu |