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