diff options
| author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-05-08 11:22:04 -0400 |
|---|---|---|
| committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 11:22:04 -0400 |
| commit | 1d72acf91abb327e25137ad2e371c1a788b34e45 (patch) | |
| tree | f529e4e93b16d12869f259784548555b1b3b6f15 | |
| parent | 3659a0178f76d13174e8924416e5d6805ea9bad1 (diff) | |
Use menuconfig objects - hwmon
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
| -rw-r--r-- | drivers/hwmon/Kconfig | 107 |
1 files changed, 52 insertions, 55 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 5216da02b8ba..a853eb2dda73 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
| @@ -2,9 +2,7 @@ | |||
| 2 | # Hardware monitoring chip drivers configuration | 2 | # Hardware monitoring chip drivers configuration |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | menu "Hardware Monitoring support" | 5 | menuconfig HWMON |
| 6 | |||
| 7 | config HWMON | ||
| 8 | tristate "Hardware Monitoring support" | 6 | tristate "Hardware Monitoring support" |
| 9 | default y | 7 | default y |
| 10 | help | 8 | help |
| @@ -23,13 +21,15 @@ config HWMON | |||
| 23 | This support can also be built as a module. If so, the module | 21 | This support can also be built as a module. If so, the module |
| 24 | will be called hwmon. | 22 | will be called hwmon. |
| 25 | 23 | ||
| 24 | if HWMON | ||
| 25 | |||
| 26 | config HWMON_VID | 26 | config HWMON_VID |
| 27 | tristate | 27 | tristate |
| 28 | default n | 28 | default n |
| 29 | 29 | ||
| 30 | config SENSORS_ABITUGURU | 30 | config SENSORS_ABITUGURU |
| 31 | tristate "Abit uGuru" | 31 | tristate "Abit uGuru" |
| 32 | depends on HWMON && EXPERIMENTAL | 32 | depends on EXPERIMENTAL |
| 33 | help | 33 | help |
| 34 | If you say yes here you get support for the Abit uGuru chips | 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 | 35 | sensor part. The voltage and frequency control parts of the Abit |
| @@ -41,7 +41,7 @@ config SENSORS_ABITUGURU | |||
| 41 | 41 | ||
| 42 | config SENSORS_AD7418 | 42 | config SENSORS_AD7418 |
| 43 | tristate "Analog Devices AD7416, AD7417 and AD7418" | 43 | tristate "Analog Devices AD7416, AD7417 and AD7418" |
| 44 | depends on HWMON && I2C && EXPERIMENTAL | 44 | depends on I2C && EXPERIMENTAL |
| 45 | help | 45 | help |
| 46 | If you say yes here you get support for the Analog Devices | 46 | If you say yes here you get support for the Analog Devices |
| 47 | AD7416, AD7417 and AD7418 temperature monitoring chips. | 47 | AD7416, AD7417 and AD7418 temperature monitoring chips. |
| @@ -51,7 +51,7 @@ config SENSORS_AD7418 | |||
| 51 | 51 | ||
| 52 | config SENSORS_ADM1021 | 52 | config SENSORS_ADM1021 |
| 53 | tristate "Analog Devices ADM1021 and compatibles" | 53 | tristate "Analog Devices ADM1021 and compatibles" |
| 54 | depends on HWMON && I2C | 54 | depends on I2C |
| 55 | help | 55 | help |
| 56 | If you say yes here you get support for Analog Devices ADM1021 | 56 | If you say yes here you get support for Analog Devices ADM1021 |
| 57 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, | 57 | and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, |
| @@ -63,7 +63,7 @@ config SENSORS_ADM1021 | |||
| 63 | 63 | ||
| 64 | config SENSORS_ADM1025 | 64 | config SENSORS_ADM1025 |
| 65 | tristate "Analog Devices ADM1025 and compatibles" | 65 | tristate "Analog Devices ADM1025 and compatibles" |
| 66 | depends on HWMON && I2C | 66 | depends on I2C |
| 67 | select HWMON_VID | 67 | select HWMON_VID |
| 68 | help | 68 | help |
| 69 | If you say yes here you get support for Analog Devices ADM1025 | 69 | If you say yes here you get support for Analog Devices ADM1025 |
| @@ -74,7 +74,7 @@ config SENSORS_ADM1025 | |||
| 74 | 74 | ||
| 75 | config SENSORS_ADM1026 | 75 | config SENSORS_ADM1026 |
| 76 | tristate "Analog Devices ADM1026 and compatibles" | 76 | tristate "Analog Devices ADM1026 and compatibles" |
| 77 | depends on HWMON && I2C && EXPERIMENTAL | 77 | depends on I2C && EXPERIMENTAL |
| 78 | select HWMON_VID | 78 | select HWMON_VID |
| 79 | help | 79 | help |
| 80 | If you say yes here you get support for Analog Devices ADM1026 | 80 | If you say yes here you get support for Analog Devices ADM1026 |
| @@ -85,7 +85,7 @@ config SENSORS_ADM1026 | |||
| 85 | 85 | ||
| 86 | config SENSORS_ADM1029 | 86 | config SENSORS_ADM1029 |
| 87 | tristate "Analog Devices ADM1029" | 87 | tristate "Analog Devices ADM1029" |
| 88 | depends on HWMON && I2C && EXPERIMENTAL | 88 | depends on I2C && EXPERIMENTAL |
| 89 | help | 89 | help |
| 90 | If you say yes here you get support for Analog Devices ADM1029 | 90 | If you say yes here you get support for Analog Devices ADM1029 |
| 91 | sensor chip. | 91 | sensor chip. |
| @@ -96,7 +96,7 @@ config SENSORS_ADM1029 | |||
| 96 | 96 | ||
| 97 | config SENSORS_ADM1031 | 97 | config SENSORS_ADM1031 |
| 98 | tristate "Analog Devices ADM1031 and compatibles" | 98 | tristate "Analog Devices ADM1031 and compatibles" |
| 99 | depends on HWMON && I2C && EXPERIMENTAL | 99 | depends on I2C && EXPERIMENTAL |
| 100 | help | 100 | help |
| 101 | If you say yes here you get support for Analog Devices ADM1031 | 101 | If you say yes here you get support for Analog Devices ADM1031 |
| 102 | and ADM1030 sensor chips. | 102 | and ADM1030 sensor chips. |
| @@ -106,7 +106,7 @@ config SENSORS_ADM1031 | |||
| 106 | 106 | ||
| 107 | config SENSORS_ADM9240 | 107 | config SENSORS_ADM9240 |
| 108 | tristate "Analog Devices ADM9240 and compatibles" | 108 | tristate "Analog Devices ADM9240 and compatibles" |
| 109 | depends on HWMON && I2C && EXPERIMENTAL | 109 | depends on I2C && EXPERIMENTAL |
| 110 | select HWMON_VID | 110 | select HWMON_VID |
| 111 | help | 111 | help |
| 112 | If you say yes here you get support for Analog Devices ADM9240, | 112 | If you say yes here you get support for Analog Devices ADM9240, |
| @@ -117,7 +117,7 @@ config SENSORS_ADM9240 | |||
| 117 | 117 | ||
| 118 | config SENSORS_K8TEMP | 118 | config SENSORS_K8TEMP |
| 119 | tristate "AMD Athlon64/FX or Opteron temperature sensor" | 119 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
| 120 | depends on HWMON && X86 && PCI && EXPERIMENTAL | 120 | depends on X86 && PCI && EXPERIMENTAL |
| 121 | help | 121 | help |
| 122 | If you say yes here you get support for the temperature | 122 | If you say yes here you get support for the temperature |
| 123 | sensor(s) inside your CPU. Supported is whole AMD K8 | 123 | sensor(s) inside your CPU. Supported is whole AMD K8 |
| @@ -129,7 +129,7 @@ config SENSORS_K8TEMP | |||
| 129 | 129 | ||
| 130 | config SENSORS_AMS | 130 | config SENSORS_AMS |
| 131 | tristate "Apple Motion Sensor driver" | 131 | tristate "Apple Motion Sensor driver" |
| 132 | depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL | 132 | depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL |
| 133 | help | 133 | help |
| 134 | Support for the motion sensor included in PowerBooks. Includes | 134 | Support for the motion sensor included in PowerBooks. Includes |
| 135 | implementations for PMU and I2C. | 135 | implementations for PMU and I2C. |
| @@ -154,7 +154,7 @@ config SENSORS_AMS_I2C | |||
| 154 | 154 | ||
| 155 | config SENSORS_ASB100 | 155 | config SENSORS_ASB100 |
| 156 | tristate "Asus ASB100 Bach" | 156 | tristate "Asus ASB100 Bach" |
| 157 | depends on HWMON && I2C && EXPERIMENTAL | 157 | depends on I2C && EXPERIMENTAL |
| 158 | select HWMON_VID | 158 | select HWMON_VID |
| 159 | help | 159 | help |
| 160 | If you say yes here you get support for the ASB100 Bach sensor | 160 | If you say yes here you get support for the ASB100 Bach sensor |
| @@ -165,7 +165,7 @@ config SENSORS_ASB100 | |||
| 165 | 165 | ||
| 166 | config SENSORS_ATXP1 | 166 | config SENSORS_ATXP1 |
| 167 | tristate "Attansic ATXP1 VID controller" | 167 | tristate "Attansic ATXP1 VID controller" |
| 168 | depends on HWMON && I2C && EXPERIMENTAL | 168 | depends on I2C && EXPERIMENTAL |
| 169 | select HWMON_VID | 169 | select HWMON_VID |
| 170 | help | 170 | help |
| 171 | If you say yes here you get support for the Attansic ATXP1 VID | 171 | If you say yes here you get support for the Attansic ATXP1 VID |
| @@ -179,7 +179,7 @@ config SENSORS_ATXP1 | |||
| 179 | 179 | ||
| 180 | config SENSORS_DS1621 | 180 | config SENSORS_DS1621 |
| 181 | tristate "Dallas Semiconductor DS1621 and DS1625" | 181 | tristate "Dallas Semiconductor DS1621 and DS1625" |
| 182 | depends on HWMON && I2C | 182 | depends on I2C |
| 183 | help | 183 | help |
| 184 | If you say yes here you get support for Dallas Semiconductor | 184 | If you say yes here you get support for Dallas Semiconductor |
| 185 | DS1621 and DS1625 sensor chips. | 185 | DS1621 and DS1625 sensor chips. |
| @@ -189,7 +189,7 @@ config SENSORS_DS1621 | |||
| 189 | 189 | ||
| 190 | config SENSORS_F71805F | 190 | config SENSORS_F71805F |
| 191 | tristate "Fintek F71805F/FG and F71872F/FG" | 191 | tristate "Fintek F71805F/FG and F71872F/FG" |
| 192 | depends on HWMON && EXPERIMENTAL | 192 | depends on EXPERIMENTAL |
| 193 | help | 193 | help |
| 194 | If you say yes here you get support for hardware monitoring | 194 | If you say yes here you get support for hardware monitoring |
| 195 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O | 195 | features of the Fintek F71805F/FG and F71872F/FG Super-I/O |
| @@ -200,7 +200,7 @@ config SENSORS_F71805F | |||
| 200 | 200 | ||
| 201 | config SENSORS_FSCHER | 201 | config SENSORS_FSCHER |
| 202 | tristate "FSC Hermes" | 202 | tristate "FSC Hermes" |
| 203 | depends on HWMON && I2C | 203 | depends on I2C |
| 204 | help | 204 | help |
| 205 | If you say yes here you get support for Fujitsu Siemens | 205 | If you say yes here you get support for Fujitsu Siemens |
| 206 | Computers Hermes sensor chips. | 206 | Computers Hermes sensor chips. |
| @@ -210,7 +210,7 @@ config SENSORS_FSCHER | |||
| 210 | 210 | ||
| 211 | config SENSORS_FSCPOS | 211 | config SENSORS_FSCPOS |
| 212 | tristate "FSC Poseidon" | 212 | tristate "FSC Poseidon" |
| 213 | depends on HWMON && I2C | 213 | depends on I2C |
| 214 | help | 214 | help |
| 215 | If you say yes here you get support for Fujitsu Siemens | 215 | If you say yes here you get support for Fujitsu Siemens |
| 216 | Computers Poseidon sensor chips. | 216 | Computers Poseidon sensor chips. |
| @@ -220,7 +220,7 @@ config SENSORS_FSCPOS | |||
| 220 | 220 | ||
| 221 | config SENSORS_GL518SM | 221 | config SENSORS_GL518SM |
| 222 | tristate "Genesys Logic GL518SM" | 222 | tristate "Genesys Logic GL518SM" |
| 223 | depends on HWMON && I2C | 223 | depends on I2C |
| 224 | help | 224 | help |
| 225 | If you say yes here you get support for Genesys Logic GL518SM | 225 | If you say yes here you get support for Genesys Logic GL518SM |
| 226 | sensor chips. | 226 | sensor chips. |
| @@ -230,7 +230,7 @@ config SENSORS_GL518SM | |||
| 230 | 230 | ||
| 231 | config SENSORS_GL520SM | 231 | config SENSORS_GL520SM |
| 232 | tristate "Genesys Logic GL520SM" | 232 | tristate "Genesys Logic GL520SM" |
| 233 | depends on HWMON && I2C | 233 | depends on I2C |
| 234 | select HWMON_VID | 234 | select HWMON_VID |
| 235 | help | 235 | help |
| 236 | If you say yes here you get support for Genesys Logic GL520SM | 236 | If you say yes here you get support for Genesys Logic GL520SM |
| @@ -241,7 +241,7 @@ config SENSORS_GL520SM | |||
| 241 | 241 | ||
| 242 | config SENSORS_CORETEMP | 242 | config SENSORS_CORETEMP |
| 243 | tristate "Intel Core (2) Duo/Solo temperature sensor" | 243 | tristate "Intel Core (2) Duo/Solo temperature sensor" |
| 244 | depends on HWMON && X86 && EXPERIMENTAL | 244 | depends on X86 && EXPERIMENTAL |
| 245 | help | 245 | help |
| 246 | If you say yes here you get support for the temperature | 246 | If you say yes here you get support for the temperature |
| 247 | sensor inside your CPU. Supported all are all known variants | 247 | sensor inside your CPU. Supported all are all known variants |
| @@ -249,7 +249,7 @@ config SENSORS_CORETEMP | |||
| 249 | 249 | ||
| 250 | config SENSORS_IT87 | 250 | config SENSORS_IT87 |
| 251 | tristate "ITE IT87xx and compatibles" | 251 | tristate "ITE IT87xx and compatibles" |
| 252 | depends on HWMON && I2C | 252 | depends on I2C |
| 253 | select I2C_ISA | 253 | select I2C_ISA |
| 254 | select HWMON_VID | 254 | select HWMON_VID |
| 255 | help | 255 | help |
| @@ -261,7 +261,7 @@ config SENSORS_IT87 | |||
| 261 | 261 | ||
| 262 | config SENSORS_LM63 | 262 | config SENSORS_LM63 |
| 263 | tristate "National Semiconductor LM63" | 263 | tristate "National Semiconductor LM63" |
| 264 | depends on HWMON && I2C | 264 | depends on I2C |
| 265 | help | 265 | help |
| 266 | If you say yes here you get support for the National Semiconductor | 266 | If you say yes here you get support for the National Semiconductor |
| 267 | LM63 remote diode digital temperature sensor with integrated fan | 267 | LM63 remote diode digital temperature sensor with integrated fan |
| @@ -273,7 +273,7 @@ config SENSORS_LM63 | |||
| 273 | 273 | ||
| 274 | config SENSORS_LM70 | 274 | config SENSORS_LM70 |
| 275 | tristate "National Semiconductor LM70" | 275 | tristate "National Semiconductor LM70" |
| 276 | depends on HWMON && SPI_MASTER && EXPERIMENTAL | 276 | depends on SPI_MASTER && EXPERIMENTAL |
| 277 | help | 277 | help |
| 278 | If you say yes here you get support for the National Semiconductor | 278 | If you say yes here you get support for the National Semiconductor |
| 279 | LM70 digital temperature sensor chip. | 279 | LM70 digital temperature sensor chip. |
| @@ -283,7 +283,7 @@ config SENSORS_LM70 | |||
| 283 | 283 | ||
| 284 | config SENSORS_LM75 | 284 | config SENSORS_LM75 |
| 285 | tristate "National Semiconductor LM75 and compatibles" | 285 | tristate "National Semiconductor LM75 and compatibles" |
| 286 | depends on HWMON && I2C | 286 | depends on I2C |
| 287 | help | 287 | help |
| 288 | If you say yes here you get support for National Semiconductor LM75 | 288 | If you say yes here you get support for National Semiconductor LM75 |
| 289 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in | 289 | sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in |
| @@ -298,7 +298,7 @@ config SENSORS_LM75 | |||
| 298 | 298 | ||
| 299 | config SENSORS_LM77 | 299 | config SENSORS_LM77 |
| 300 | tristate "National Semiconductor LM77" | 300 | tristate "National Semiconductor LM77" |
| 301 | depends on HWMON && I2C | 301 | depends on I2C |
| 302 | help | 302 | help |
| 303 | If you say yes here you get support for National Semiconductor LM77 | 303 | If you say yes here you get support for National Semiconductor LM77 |
| 304 | sensor chips. | 304 | sensor chips. |
| @@ -308,7 +308,7 @@ config SENSORS_LM77 | |||
| 308 | 308 | ||
| 309 | config SENSORS_LM78 | 309 | config SENSORS_LM78 |
| 310 | tristate "National Semiconductor LM78 and compatibles" | 310 | tristate "National Semiconductor LM78 and compatibles" |
| 311 | depends on HWMON && I2C | 311 | depends on I2C |
| 312 | select HWMON_VID | 312 | select HWMON_VID |
| 313 | help | 313 | help |
| 314 | If you say yes here you get support for National Semiconductor LM78, | 314 | If you say yes here you get support for National Semiconductor LM78, |
| @@ -319,7 +319,7 @@ config SENSORS_LM78 | |||
| 319 | 319 | ||
| 320 | config SENSORS_LM80 | 320 | config SENSORS_LM80 |
| 321 | tristate "National Semiconductor LM80" | 321 | tristate "National Semiconductor LM80" |
| 322 | depends on HWMON && I2C && EXPERIMENTAL | 322 | depends on I2C && EXPERIMENTAL |
| 323 | help | 323 | help |
| 324 | If you say yes here you get support for National Semiconductor | 324 | If you say yes here you get support for National Semiconductor |
| 325 | LM80 sensor chips. | 325 | LM80 sensor chips. |
| @@ -329,7 +329,7 @@ config SENSORS_LM80 | |||
| 329 | 329 | ||
| 330 | config SENSORS_LM83 | 330 | config SENSORS_LM83 |
| 331 | tristate "National Semiconductor LM83 and compatibles" | 331 | tristate "National Semiconductor LM83 and compatibles" |
| 332 | depends on HWMON && I2C | 332 | depends on I2C |
| 333 | help | 333 | help |
| 334 | If you say yes here you get support for National Semiconductor | 334 | If you say yes here you get support for National Semiconductor |
| 335 | LM82 and LM83 sensor chips. | 335 | LM82 and LM83 sensor chips. |
| @@ -339,7 +339,7 @@ config SENSORS_LM83 | |||
| 339 | 339 | ||
| 340 | config SENSORS_LM85 | 340 | config SENSORS_LM85 |
| 341 | tristate "National Semiconductor LM85 and compatibles" | 341 | tristate "National Semiconductor LM85 and compatibles" |
| 342 | depends on HWMON && I2C && EXPERIMENTAL | 342 | depends on I2C && EXPERIMENTAL |
| 343 | select HWMON_VID | 343 | select HWMON_VID |
| 344 | help | 344 | help |
| 345 | If you say yes here you get support for National Semiconductor LM85 | 345 | If you say yes here you get support for National Semiconductor LM85 |
| @@ -350,7 +350,7 @@ config SENSORS_LM85 | |||
| 350 | 350 | ||
| 351 | config SENSORS_LM87 | 351 | config SENSORS_LM87 |
| 352 | tristate "National Semiconductor LM87" | 352 | tristate "National Semiconductor LM87" |
| 353 | depends on HWMON && I2C | 353 | depends on I2C |
| 354 | select HWMON_VID | 354 | select HWMON_VID |
| 355 | help | 355 | help |
| 356 | If you say yes here you get support for National Semiconductor LM87 | 356 | If you say yes here you get support for National Semiconductor LM87 |
| @@ -361,7 +361,7 @@ config SENSORS_LM87 | |||
| 361 | 361 | ||
| 362 | config SENSORS_LM90 | 362 | config SENSORS_LM90 |
| 363 | tristate "National Semiconductor LM90 and compatibles" | 363 | tristate "National Semiconductor LM90 and compatibles" |
| 364 | depends on HWMON && I2C | 364 | depends on I2C |
| 365 | help | 365 | help |
| 366 | If you say yes here you get support for National Semiconductor LM90, | 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 | 367 | LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and |
| @@ -375,7 +375,7 @@ config SENSORS_LM90 | |||
| 375 | 375 | ||
| 376 | config SENSORS_LM92 | 376 | config SENSORS_LM92 |
| 377 | tristate "National Semiconductor LM92 and compatibles" | 377 | tristate "National Semiconductor LM92 and compatibles" |
| 378 | depends on HWMON && I2C | 378 | depends on I2C |
| 379 | help | 379 | help |
| 380 | If you say yes here you get support for National Semiconductor LM92 | 380 | If you say yes here you get support for National Semiconductor LM92 |
| 381 | and Maxim MAX6635 sensor chips. | 381 | and Maxim MAX6635 sensor chips. |
| @@ -385,7 +385,7 @@ config SENSORS_LM92 | |||
| 385 | 385 | ||
| 386 | config SENSORS_MAX1619 | 386 | config SENSORS_MAX1619 |
| 387 | tristate "Maxim MAX1619 sensor chip" | 387 | tristate "Maxim MAX1619 sensor chip" |
| 388 | depends on HWMON && I2C | 388 | depends on I2C |
| 389 | help | 389 | help |
| 390 | If you say yes here you get support for MAX1619 sensor chip. | 390 | If you say yes here you get support for MAX1619 sensor chip. |
| 391 | 391 | ||
| @@ -394,7 +394,7 @@ config SENSORS_MAX1619 | |||
| 394 | 394 | ||
| 395 | config SENSORS_MAX6650 | 395 | config SENSORS_MAX6650 |
| 396 | tristate "Maxim MAX6650 sensor chip" | 396 | tristate "Maxim MAX6650 sensor chip" |
| 397 | depends on HWMON && I2C && EXPERIMENTAL | 397 | depends on I2C && EXPERIMENTAL |
| 398 | help | 398 | help |
| 399 | If you say yes here you get support for the MAX6650 / MAX6651 | 399 | If you say yes here you get support for the MAX6650 / MAX6651 |
| 400 | sensor chips. | 400 | sensor chips. |
| @@ -404,7 +404,7 @@ config SENSORS_MAX6650 | |||
| 404 | 404 | ||
| 405 | config SENSORS_PC87360 | 405 | config SENSORS_PC87360 |
| 406 | tristate "National Semiconductor PC87360 family" | 406 | tristate "National Semiconductor PC87360 family" |
| 407 | depends on HWMON && I2C && EXPERIMENTAL | 407 | depends on I2C && EXPERIMENTAL |
| 408 | select I2C_ISA | 408 | select I2C_ISA |
| 409 | select HWMON_VID | 409 | select HWMON_VID |
| 410 | help | 410 | help |
| @@ -419,7 +419,7 @@ config SENSORS_PC87360 | |||
| 419 | 419 | ||
| 420 | config SENSORS_PC87427 | 420 | config SENSORS_PC87427 |
| 421 | tristate "National Semiconductor PC87427" | 421 | tristate "National Semiconductor PC87427" |
| 422 | depends on HWMON && EXPERIMENTAL | 422 | depends on EXPERIMENTAL |
| 423 | help | 423 | help |
| 424 | If you say yes here you get access to the hardware monitoring | 424 | If you say yes here you get access to the hardware monitoring |
| 425 | functions of the National Semiconductor PC87427 Super-I/O chip. | 425 | functions of the National Semiconductor PC87427 Super-I/O chip. |
| @@ -432,7 +432,7 @@ config SENSORS_PC87427 | |||
| 432 | 432 | ||
| 433 | config SENSORS_SIS5595 | 433 | config SENSORS_SIS5595 |
| 434 | tristate "Silicon Integrated Systems Corp. SiS5595" | 434 | tristate "Silicon Integrated Systems Corp. SiS5595" |
| 435 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 435 | depends on I2C && PCI && EXPERIMENTAL |
| 436 | select I2C_ISA | 436 | select I2C_ISA |
| 437 | help | 437 | help |
| 438 | If you say yes here you get support for the integrated sensors in | 438 | If you say yes here you get support for the integrated sensors in |
| @@ -443,7 +443,6 @@ config SENSORS_SIS5595 | |||
| 443 | 443 | ||
| 444 | config SENSORS_SMSC47M1 | 444 | config SENSORS_SMSC47M1 |
| 445 | tristate "SMSC LPC47M10x and compatibles" | 445 | tristate "SMSC LPC47M10x and compatibles" |
| 446 | depends on HWMON | ||
| 447 | help | 446 | help |
| 448 | If you say yes here you get support for the integrated fan | 447 | If you say yes here you get support for the integrated fan |
| 449 | monitoring and control capabilities of the SMSC LPC47B27x, | 448 | monitoring and control capabilities of the SMSC LPC47B27x, |
| @@ -460,7 +459,7 @@ config SENSORS_SMSC47M1 | |||
| 460 | 459 | ||
| 461 | config SENSORS_SMSC47M192 | 460 | config SENSORS_SMSC47M192 |
| 462 | tristate "SMSC LPC47M192 and compatibles" | 461 | tristate "SMSC LPC47M192 and compatibles" |
| 463 | depends on HWMON && I2C && EXPERIMENTAL | 462 | depends on I2C && EXPERIMENTAL |
| 464 | select HWMON_VID | 463 | select HWMON_VID |
| 465 | help | 464 | help |
| 466 | If you say yes here you get support for the temperature and | 465 | If you say yes here you get support for the temperature and |
| @@ -477,7 +476,7 @@ config SENSORS_SMSC47M192 | |||
| 477 | 476 | ||
| 478 | config SENSORS_SMSC47B397 | 477 | config SENSORS_SMSC47B397 |
| 479 | tristate "SMSC LPC47B397-NC" | 478 | tristate "SMSC LPC47B397-NC" |
| 480 | depends on HWMON && EXPERIMENTAL | 479 | depends on EXPERIMENTAL |
| 481 | help | 480 | help |
| 482 | If you say yes here you get support for the SMSC LPC47B397-NC | 481 | If you say yes here you get support for the SMSC LPC47B397-NC |
| 483 | sensor chip. | 482 | sensor chip. |
| @@ -487,7 +486,7 @@ config SENSORS_SMSC47B397 | |||
| 487 | 486 | ||
| 488 | config SENSORS_VIA686A | 487 | config SENSORS_VIA686A |
| 489 | tristate "VIA686A" | 488 | tristate "VIA686A" |
| 490 | depends on HWMON && I2C && PCI | 489 | depends on I2C && PCI |
| 491 | select I2C_ISA | 490 | select I2C_ISA |
| 492 | help | 491 | help |
| 493 | If you say yes here you get support for the integrated sensors in | 492 | If you say yes here you get support for the integrated sensors in |
| @@ -498,7 +497,7 @@ config SENSORS_VIA686A | |||
| 498 | 497 | ||
| 499 | config SENSORS_VT1211 | 498 | config SENSORS_VT1211 |
| 500 | tristate "VIA VT1211" | 499 | tristate "VIA VT1211" |
| 501 | depends on HWMON && EXPERIMENTAL | 500 | depends on EXPERIMENTAL |
| 502 | select HWMON_VID | 501 | select HWMON_VID |
| 503 | help | 502 | help |
| 504 | If you say yes here then you get support for hardware monitoring | 503 | If you say yes here then you get support for hardware monitoring |
| @@ -509,7 +508,7 @@ config SENSORS_VT1211 | |||
| 509 | 508 | ||
| 510 | config SENSORS_VT8231 | 509 | config SENSORS_VT8231 |
| 511 | tristate "VIA VT8231" | 510 | tristate "VIA VT8231" |
| 512 | depends on HWMON && I2C && PCI && EXPERIMENTAL | 511 | depends on I2C && PCI && EXPERIMENTAL |
| 513 | select HWMON_VID | 512 | select HWMON_VID |
| 514 | select I2C_ISA | 513 | select I2C_ISA |
| 515 | help | 514 | help |
| @@ -521,7 +520,7 @@ config SENSORS_VT8231 | |||
| 521 | 520 | ||
| 522 | config SENSORS_W83781D | 521 | config SENSORS_W83781D |
| 523 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 522 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
| 524 | depends on HWMON && I2C | 523 | depends on I2C |
| 525 | select HWMON_VID | 524 | select HWMON_VID |
| 526 | help | 525 | help |
| 527 | If you say yes here you get support for the Winbond W8378x series | 526 | If you say yes here you get support for the Winbond W8378x series |
| @@ -533,7 +532,7 @@ config SENSORS_W83781D | |||
| 533 | 532 | ||
| 534 | config SENSORS_W83791D | 533 | config SENSORS_W83791D |
| 535 | tristate "Winbond W83791D" | 534 | tristate "Winbond W83791D" |
| 536 | depends on HWMON && I2C && EXPERIMENTAL | 535 | depends on I2C && EXPERIMENTAL |
| 537 | select HWMON_VID | 536 | select HWMON_VID |
| 538 | help | 537 | help |
| 539 | If you say yes here you get support for the Winbond W83791D chip. | 538 | If you say yes here you get support for the Winbond W83791D chip. |
| @@ -543,7 +542,7 @@ config SENSORS_W83791D | |||
| 543 | 542 | ||
| 544 | config SENSORS_W83792D | 543 | config SENSORS_W83792D |
| 545 | tristate "Winbond W83792D" | 544 | tristate "Winbond W83792D" |
| 546 | depends on HWMON && I2C && EXPERIMENTAL | 545 | depends on I2C && EXPERIMENTAL |
| 547 | help | 546 | help |
| 548 | If you say yes here you get support for the Winbond W83792D chip. | 547 | If you say yes here you get support for the Winbond W83792D chip. |
| 549 | 548 | ||
| @@ -552,7 +551,7 @@ config SENSORS_W83792D | |||
| 552 | 551 | ||
| 553 | config SENSORS_W83793 | 552 | config SENSORS_W83793 |
| 554 | tristate "Winbond W83793" | 553 | tristate "Winbond W83793" |
| 555 | depends on HWMON && I2C && EXPERIMENTAL | 554 | depends on I2C && EXPERIMENTAL |
| 556 | select HWMON_VID | 555 | select HWMON_VID |
| 557 | help | 556 | help |
| 558 | If you say yes here you get support for the Winbond W83793 | 557 | If you say yes here you get support for the Winbond W83793 |
| @@ -563,7 +562,7 @@ config SENSORS_W83793 | |||
| 563 | 562 | ||
| 564 | config SENSORS_W83L785TS | 563 | config SENSORS_W83L785TS |
| 565 | tristate "Winbond W83L785TS-S" | 564 | tristate "Winbond W83L785TS-S" |
| 566 | depends on HWMON && I2C && EXPERIMENTAL | 565 | depends on I2C && EXPERIMENTAL |
| 567 | help | 566 | help |
| 568 | If you say yes here you get support for the Winbond W83L785TS-S | 567 | If you say yes here you get support for the Winbond W83L785TS-S |
| 569 | sensor chip, which is used on the Asus A7N8X, among other | 568 | sensor chip, which is used on the Asus A7N8X, among other |
| @@ -574,7 +573,6 @@ config SENSORS_W83L785TS | |||
| 574 | 573 | ||
| 575 | config SENSORS_W83627HF | 574 | config SENSORS_W83627HF |
| 576 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" | 575 | tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" |
| 577 | depends on HWMON | ||
| 578 | select HWMON_VID | 576 | select HWMON_VID |
| 579 | help | 577 | help |
| 580 | If you say yes here you get support for the Winbond W836X7 series | 578 | If you say yes here you get support for the Winbond W836X7 series |
| @@ -586,7 +584,7 @@ config SENSORS_W83627HF | |||
| 586 | 584 | ||
| 587 | config SENSORS_W83627EHF | 585 | config SENSORS_W83627EHF |
| 588 | tristate "Winbond W83627EHF" | 586 | tristate "Winbond W83627EHF" |
| 589 | depends on HWMON && I2C && EXPERIMENTAL | 587 | depends on I2C && EXPERIMENTAL |
| 590 | select I2C_ISA | 588 | select I2C_ISA |
| 591 | help | 589 | help |
| 592 | If you say yes here you get preliminary support for the hardware | 590 | If you say yes here you get preliminary support for the hardware |
| @@ -602,7 +600,7 @@ config SENSORS_W83627EHF | |||
| 602 | 600 | ||
| 603 | config SENSORS_HDAPS | 601 | config SENSORS_HDAPS |
| 604 | tristate "IBM Hard Drive Active Protection System (hdaps)" | 602 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
| 605 | depends on HWMON && INPUT && X86 | 603 | depends on INPUT && X86 |
| 606 | default n | 604 | default n |
| 607 | help | 605 | help |
| 608 | This driver provides support for the IBM Hard Drive Active Protection | 606 | This driver provides support for the IBM Hard Drive Active Protection |
| @@ -621,7 +619,6 @@ config SENSORS_HDAPS | |||
| 621 | 619 | ||
| 622 | config HWMON_DEBUG_CHIP | 620 | config HWMON_DEBUG_CHIP |
| 623 | bool "Hardware Monitoring Chip debugging messages" | 621 | bool "Hardware Monitoring Chip debugging messages" |
| 624 | depends on HWMON | ||
| 625 | default n | 622 | default n |
| 626 | help | 623 | help |
| 627 | Say Y here if you want the I2C chip drivers to produce a bunch of | 624 | Say Y here if you want the I2C chip drivers to produce a bunch of |
| @@ -629,4 +626,4 @@ config HWMON_DEBUG_CHIP | |||
| 629 | a problem with I2C support and want to see more of what is going | 626 | a problem with I2C support and want to see more of what is going |
| 630 | on. | 627 | on. |
| 631 | 628 | ||
| 632 | endmenu | 629 | endif # HWMON |
