1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Hardware monitoring chip drivers configuration 4# 5 6menuconfig HWMON 7 tristate "Hardware Monitoring support" 8 depends on HAS_IOMEM 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 15 control the speed of the fans. If you want this support you 16 should say Y here and also to the specific driver(s) for your 17 sensors chip(s) below. 18 19 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.rst> for details. 22 23 This support can also be built as a module. If so, the module 24 will be called hwmon. 25 26if HWMON 27 28config HWMON_VID 29 tristate 30 31config HWMON_DEBUG_CHIP 32 bool "Hardware Monitoring Chip debugging messages" 33 help 34 Say Y here if you want the I2C chip drivers to produce a bunch of 35 debug messages to the system log. Select this if you are having 36 a problem with I2C support and want to see more of what is going 37 on. 38 39comment "Native drivers" 40 41config SENSORS_ABITUGURU 42 tristate "Abit uGuru (rev 1 & 2)" 43 depends on X86 && DMI 44 help 45 If you say yes here you get support for the sensor part of the first 46 and second revision of the Abit uGuru chip. The voltage and frequency 47 control parts of the Abit uGuru are not supported. The Abit uGuru 48 chip can be found on Abit uGuru featuring motherboards (most modern 49 Abit motherboards from before end 2005). For more info and a list 50 of which motherboards have which revision see 51 Documentation/hwmon/abituguru.rst 52 53 This driver can also be built as a module. If so, the module 54 will be called abituguru. 55 56config SENSORS_ABITUGURU3 57 tristate "Abit uGuru (rev 3)" 58 depends on X86 && DMI 59 help 60 If you say yes here you get support for the sensor part of the 61 third revision of the Abit uGuru chip. Only reading the sensors 62 and their settings is supported. The third revision of the Abit 63 uGuru chip can be found on recent Abit motherboards (since end 64 2005). For more info and a list of which motherboards have which 65 revision see Documentation/hwmon/abituguru3.rst 66 67 This driver can also be built as a module. If so, the module 68 will be called abituguru3. 69 70config SENSORS_AD7314 71 tristate "Analog Devices AD7314 and compatibles" 72 depends on SPI 73 help 74 If you say yes here you get support for the Analog Devices 75 AD7314, ADT7301 and ADT7302 temperature sensors. 76 77 This driver can also be built as a module. If so, the module 78 will be called ad7314. 79 80config SENSORS_AD7414 81 tristate "Analog Devices AD7414" 82 depends on I2C 83 help 84 If you say yes here you get support for the Analog Devices 85 AD7414 temperature monitoring chip. 86 87 This driver can also be built as a module. If so, the module 88 will be called ad7414. 89 90config SENSORS_AD7418 91 tristate "Analog Devices AD7416, AD7417 and AD7418" 92 depends on I2C 93 help 94 If you say yes here you get support for the Analog Devices 95 AD7416, AD7417 and AD7418 temperature monitoring chips. 96 97 This driver can also be built as a module. If so, the module 98 will be called ad7418. 99 100config SENSORS_ADM1021 101 tristate "Analog Devices ADM1021 and compatibles" 102 depends on I2C 103 help 104 If you say yes here you get support for Analog Devices ADM1021 105 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, 106 Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10. 107 108 This driver can also be built as a module. If so, the module 109 will be called adm1021. 110 111config SENSORS_ADM1025 112 tristate "Analog Devices ADM1025 and compatibles" 113 depends on I2C 114 select HWMON_VID 115 help 116 If you say yes here you get support for Analog Devices ADM1025 117 and Philips NE1619 sensor chips. 118 119 This driver can also be built as a module. If so, the module 120 will be called adm1025. 121 122config SENSORS_ADM1026 123 tristate "Analog Devices ADM1026 and compatibles" 124 depends on I2C 125 select HWMON_VID 126 help 127 If you say yes here you get support for Analog Devices ADM1026 128 sensor chip. 129 130 This driver can also be built as a module. If so, the module 131 will be called adm1026. 132 133config SENSORS_ADM1029 134 tristate "Analog Devices ADM1029" 135 depends on I2C 136 help 137 If you say yes here you get support for Analog Devices ADM1029 138 sensor chip. 139 Very rare chip, please let us know you use it. 140 141 This driver can also be built as a module. If so, the module 142 will be called adm1029. 143 144config SENSORS_ADM1031 145 tristate "Analog Devices ADM1031 and compatibles" 146 depends on I2C 147 help 148 If you say yes here you get support for Analog Devices ADM1031 149 and ADM1030 sensor chips. 150 151 This driver can also be built as a module. If so, the module 152 will be called adm1031. 153 154config SENSORS_ADM1177 155 tristate "Analog Devices ADM1177 and compatibles" 156 depends on I2C 157 help 158 If you say yes here you get support for Analog Devices ADM1177 159 sensor chips. 160 161 This driver can also be built as a module. If so, the module 162 will be called adm1177. 163 164config SENSORS_ADM9240 165 tristate "Analog Devices ADM9240 and compatibles" 166 depends on I2C 167 select HWMON_VID 168 help 169 If you say yes here you get support for Analog Devices ADM9240, 170 Dallas DS1780, National Semiconductor LM81 sensor chips. 171 172 This driver can also be built as a module. If so, the module 173 will be called adm9240. 174 175config SENSORS_ADT7X10 176 tristate 177 select REGMAP 178 help 179 This module contains common code shared by the ADT7310/ADT7320 and 180 ADT7410/ADT7420 temperature monitoring chip drivers. 181 182 If built as a module, the module will be called adt7x10. 183 184config SENSORS_ADT7310 185 tristate "Analog Devices ADT7310/ADT7320" 186 depends on SPI_MASTER 187 select SENSORS_ADT7X10 188 help 189 If you say yes here you get support for the Analog Devices 190 ADT7310 and ADT7320 temperature monitoring chips. 191 192 This driver can also be built as a module. If so, the module 193 will be called adt7310. 194 195config SENSORS_ADT7410 196 tristate "Analog Devices ADT7410/ADT7420" 197 depends on I2C 198 select SENSORS_ADT7X10 199 help 200 If you say yes here you get support for the Analog Devices 201 ADT7410 and ADT7420 temperature monitoring chips. 202 203 This driver can also be built as a module. If so, the module 204 will be called adt7410. 205 206config SENSORS_ADT7411 207 tristate "Analog Devices ADT7411" 208 depends on I2C 209 help 210 If you say yes here you get support for the Analog Devices 211 ADT7411 voltage and temperature monitoring chip. 212 213 This driver can also be built as a module. If so, the module 214 will be called adt7411. 215 216config SENSORS_ADT7462 217 tristate "Analog Devices ADT7462" 218 depends on I2C 219 help 220 If you say yes here you get support for the Analog Devices 221 ADT7462 temperature monitoring chips. 222 223 This driver can also be built as a module. If so, the module 224 will be called adt7462. 225 226config SENSORS_ADT7470 227 tristate "Analog Devices ADT7470" 228 depends on I2C 229 help 230 If you say yes here you get support for the Analog Devices 231 ADT7470 temperature monitoring chips. 232 233 This driver can also be built as a module. If so, the module 234 will be called adt7470. 235 236config SENSORS_ADT7475 237 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" 238 depends on I2C 239 select HWMON_VID 240 help 241 If you say yes here you get support for the Analog Devices 242 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring 243 chips. 244 245 This driver can also be built as a module. If so, the module 246 will be called adt7475. 247 248config SENSORS_AHT10 249 tristate "Aosong AHT10" 250 depends on I2C 251 help 252 If you say yes here, you get support for the Aosong AHT10 253 temperature and humidity sensors 254 255 This driver can also be built as a module. If so, the module 256 will be called aht10. 257 258config SENSORS_AQUACOMPUTER_D5NEXT 259 tristate "Aquacomputer D5 Next watercooling pump" 260 depends on USB_HID 261 help 262 If you say yes here you get support for the Aquacomputer D5 Next 263 watercooling pump sensors. 264 265 This driver can also be built as a module. If so, the module 266 will be called aquacomputer_d5next. 267 268config SENSORS_AS370 269 tristate "Synaptics AS370 SoC hardware monitoring driver" 270 help 271 If you say yes here you get support for the PVT sensors of 272 the Synaptics AS370 SoC 273 274 This driver can also be built as a module. If so, the module 275 will be called as370-hwmon. 276 277 278config SENSORS_ASC7621 279 tristate "Andigilog aSC7621" 280 depends on I2C 281 help 282 If you say yes here you get support for the aSC7621 283 family of SMBus sensors chip found on most Intel X38, X48, X58, 284 945, 965 and 975 desktop boards. Currently supported chips: 285 aSC7621 286 aSC7621a 287 288 This driver can also be built as a module. If so, the module 289 will be called asc7621. 290 291config SENSORS_AXI_FAN_CONTROL 292 tristate "Analog Devices FAN Control HDL Core driver" 293 help 294 If you say yes here you get support for the Analog Devices 295 AXI HDL FAN monitoring core. 296 297 This driver can also be built as a module. If so, the module 298 will be called axi-fan-control 299 300config SENSORS_K8TEMP 301 tristate "AMD Athlon64/FX or Opteron temperature sensor" 302 depends on X86 && PCI 303 help 304 If you say yes here you get support for the temperature 305 sensor(s) inside your CPU. Supported is whole AMD K8 306 microarchitecture. Please note that you will need at least 307 lm-sensors 2.10.1 for proper userspace support. 308 309 This driver can also be built as a module. If so, the module 310 will be called k8temp. 311 312config SENSORS_K10TEMP 313 tristate "AMD Family 10h+ temperature sensor" 314 depends on X86 && PCI && AMD_NB 315 help 316 If you say yes here you get support for the temperature 317 sensor(s) inside your CPU. Supported are later revisions of 318 the AMD Family 10h and all revisions of the AMD Family 11h, 319 12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri/Carrizo) 320 and 16h (Kabini/Mullins) microarchitectures. 321 322 This driver can also be built as a module. If so, the module 323 will be called k10temp. 324 325config SENSORS_FAM15H_POWER 326 tristate "AMD Family 15h processor power" 327 depends on X86 && PCI && CPU_SUP_AMD 328 help 329 If you say yes here you get support for processor power 330 information of your AMD family 15h CPU. 331 332 This driver can also be built as a module. If so, the module 333 will be called fam15h_power. 334 335config SENSORS_APPLESMC 336 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" 337 depends on INPUT && X86 338 select NEW_LEDS 339 select LEDS_CLASS 340 help 341 This driver provides support for the Apple System Management 342 Controller, which provides an accelerometer (Apple Sudden Motion 343 Sensor), light sensors, temperature sensors, keyboard backlight 344 control and fan control. 345 346 Only Intel-based Apple's computers are supported (MacBook Pro, 347 MacBook, MacMini). 348 349 Data from the different sensors, keyboard backlight control and fan 350 control are accessible via sysfs. 351 352 This driver also provides an absolute input class device, allowing 353 the laptop to act as a pinball machine-esque joystick. 354 355 Say Y here if you have an applicable laptop and want to experience 356 the awesome power of applesmc. 357 358config SENSORS_ARM_SCMI 359 tristate "ARM SCMI Sensors" 360 depends on ARM_SCMI_PROTOCOL 361 depends on THERMAL || !THERMAL_OF 362 help 363 This driver provides support for temperature, voltage, current 364 and power sensors available on SCMI based platforms. The actual 365 number and type of sensors exported depend on the platform. 366 367 This driver can also be built as a module. If so, the module 368 will be called scmi-hwmon. 369 370config SENSORS_ARM_SCPI 371 tristate "ARM SCPI Sensors" 372 depends on ARM_SCPI_PROTOCOL 373 depends on THERMAL || !THERMAL_OF 374 help 375 This driver provides support for temperature, voltage, current 376 and power sensors available on ARM Ltd's SCP based platforms. The 377 actual number and type of sensors exported depend on the platform. 378 379config SENSORS_ASB100 380 tristate "Asus ASB100 Bach" 381 depends on X86 && I2C 382 select HWMON_VID 383 help 384 If you say yes here you get support for the ASB100 Bach sensor 385 chip found on some Asus mainboards. 386 387 This driver can also be built as a module. If so, the module 388 will be called asb100. 389 390config SENSORS_ASPEED 391 tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver" 392 depends on THERMAL || THERMAL=n 393 select REGMAP 394 help 395 This driver provides support for ASPEED AST2400/AST2500 PWM 396 and Fan Tacho controllers. 397 398 This driver can also be built as a module. If so, the module 399 will be called aspeed_pwm_tacho. 400 401config SENSORS_ATXP1 402 tristate "Attansic ATXP1 VID controller" 403 depends on I2C 404 select HWMON_VID 405 help 406 If you say yes here you get support for the Attansic ATXP1 VID 407 controller. 408 409 If your board have such a chip, you are able to control your CPU 410 core and other voltages. 411 412 This driver can also be built as a module. If so, the module 413 will be called atxp1. 414 415config SENSORS_BT1_PVT 416 tristate "Baikal-T1 Process, Voltage, Temperature sensor driver" 417 depends on MIPS_BAIKAL_T1 || COMPILE_TEST 418 help 419 If you say yes here you get support for Baikal-T1 PVT sensor 420 embedded into the SoC. 421 422 This driver can also be built as a module. If so, the module will be 423 called bt1-pvt. 424 425config SENSORS_BT1_PVT_ALARMS 426 bool "Enable Baikal-T1 PVT sensor alarms" 427 depends on SENSORS_BT1_PVT 428 help 429 Baikal-T1 PVT IP-block provides threshold registers for each 430 supported sensor. But the corresponding interrupts might be 431 generated by the thresholds comparator only in synchronization with 432 a data conversion. Additionally there is only one sensor data can 433 be converted at a time. All of these makes the interface impossible 434 to be used for the hwmon alarms implementation without periodic 435 switch between the PVT sensors. By default the data conversion is 436 performed on demand from the user-space. If this config is enabled 437 the data conversion will be periodically performed and the data will be 438 saved in the internal driver cache. 439 440config SENSORS_CORSAIR_CPRO 441 tristate "Corsair Commander Pro controller" 442 depends on HID 443 help 444 If you say yes here you get support for the Corsair Commander Pro 445 controller. 446 447 This driver can also be built as a module. If so, the module 448 will be called corsair-cpro. 449 450config SENSORS_CORSAIR_PSU 451 tristate "Corsair PSU HID controller" 452 depends on HID 453 help 454 If you say yes here you get support for Corsair PSUs with a HID 455 interface. 456 Currently this driver supports the (RM/HX)550i, (RM/HX)650i, 457 (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies 458 by Corsair. 459 460 This driver can also be built as a module. If so, the module 461 will be called corsair-psu. 462 463config SENSORS_DRIVETEMP 464 tristate "Hard disk drives with temperature sensors" 465 depends on SCSI && ATA 466 help 467 If you say yes you get support for the temperature sensor on 468 hard disk drives. 469 470 This driver can also be built as a module. If so, the module 471 will be called drivetemp. 472 473config SENSORS_DS620 474 tristate "Dallas Semiconductor DS620" 475 depends on I2C 476 help 477 If you say yes here you get support for Dallas Semiconductor 478 DS620 sensor chip. 479 480 This driver can also be built as a module. If so, the module 481 will be called ds620. 482 483config SENSORS_DS1621 484 tristate "Dallas Semiconductor DS1621 and compatibles" 485 depends on I2C 486 help 487 If you say yes here you get support for Dallas Semiconductor/Maxim 488 Integrated DS1621 sensor chips and compatible models including: 489 490 - Dallas Semiconductor DS1625 491 - Maxim Integrated DS1631 492 - Maxim Integrated DS1721 493 - Maxim Integrated DS1731 494 495 This driver can also be built as a module. If so, the module 496 will be called ds1621. 497 498config SENSORS_DELL_SMM 499 tristate "Dell laptop SMM BIOS hwmon driver" 500 depends on X86 501 help 502 This hwmon driver adds support for reporting temperature of different 503 sensors and controls the fans on Dell laptops via System Management 504 Mode provided by Dell BIOS. 505 506 When option I8K is also enabled this driver provides legacy /proc/i8k 507 userspace interface for i8kutils package. 508 509config I8K 510 bool "Legacy /proc/i8k interface of Dell laptop SMM BIOS hwmon driver" 511 depends on SENSORS_DELL_SMM 512 depends on PROC_FS 513 help 514 This option enables the legacy /proc/i8k userspace interface of the 515 dell-smm-hwmon driver. The character file /proc/i8k exposes the BIOS 516 version, temperatures and allows control of fan speeds of some Dell 517 laptops. Sometimes it also reports power and hotkey status. 518 519 This interface is required to run programs from the i8kutils package. 520 521 Say Y if you intend to run userspace programs that use this interface. 522 Say N otherwise. 523 524config SENSORS_DA9052_ADC 525 tristate "Dialog DA9052/DA9053 ADC" 526 depends on PMIC_DA9052 527 help 528 Say y here to support the ADC found on Dialog Semiconductor 529 DA9052-BC and DA9053-AA/Bx PMICs. 530 531 This driver can also be built as module. If so, the module 532 will be called da9052-hwmon. 533 534config SENSORS_DA9055 535 tristate "Dialog Semiconductor DA9055 ADC" 536 depends on MFD_DA9055 537 help 538 If you say yes here you get support for ADC on the Dialog 539 Semiconductor DA9055 PMIC. 540 541 This driver can also be built as a module. If so, the module 542 will be called da9055-hwmon. 543 544config SENSORS_I5K_AMB 545 tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" 546 depends on PCI 547 help 548 If you say yes here you get support for FB-DIMM AMB temperature 549 monitoring chips on systems with the Intel 5000 series chipset. 550 551 This driver can also be built as a module. If so, the module 552 will be called i5k_amb. 553 554config SENSORS_SPARX5 555 tristate "Sparx5 SoC temperature sensor" 556 depends on ARCH_SPARX5 || COMPILE_TEST 557 help 558 If you say yes here you get support for temperature monitoring 559 with the Microchip Sparx5 SoC. 560 561 This driver can also be built as a module. If so, the module 562 will be called sparx5-temp. 563 564config SENSORS_F71805F 565 tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG" 566 depends on !PPC 567 help 568 If you say yes here you get support for hardware monitoring 569 features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG 570 Super-I/O chips. 571 572 This driver can also be built as a module. If so, the module 573 will be called f71805f. 574 575config SENSORS_F71882FG 576 tristate "Fintek F71882FG and compatibles" 577 depends on !PPC 578 help 579 If you say yes here you get support for hardware monitoring 580 features of many Fintek Super-I/O (LPC) chips. The currently 581 supported chips are: 582 F71808E/A 583 F71858FG 584 F71862FG 585 F71863FG 586 F71869F/E/A 587 F71882FG 588 F71883FG 589 F71889FG/ED/A 590 F8000 591 F81801U 592 F81865F 593 594 This driver can also be built as a module. If so, the module 595 will be called f71882fg. 596 597config SENSORS_F75375S 598 tristate "Fintek F75375S/SP, F75373 and F75387" 599 depends on I2C 600 help 601 If you say yes here you get support for hardware monitoring 602 features of the Fintek F75375S/SP, F75373 and F75387 603 604 This driver can also be built as a module. If so, the module 605 will be called f75375s. 606 607config SENSORS_GSC 608 tristate "Gateworks System Controller ADC" 609 depends on MFD_GATEWORKS_GSC 610 help 611 Support for the Gateworks System Controller A/D converters. 612 613 To compile this driver as a module, choose M here: 614 the module will be called gsc-hwmon. 615 616config SENSORS_MC13783_ADC 617 tristate "Freescale MC13783/MC13892 ADC" 618 depends on MFD_MC13XXX 619 help 620 Support for the A/D converter on MC13783 and MC13892 PMIC. 621 622config SENSORS_FSCHMD 623 tristate "Fujitsu Siemens Computers sensor chips" 624 depends on X86 && I2C 625 help 626 If you say yes here you get support for the following Fujitsu 627 Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes, 628 Heimdall, Heracles, Hades and Syleus including support for the 629 integrated watchdog. 630 631 This is a merged driver for FSC sensor chips replacing the fscpos, 632 fscscy and fscher drivers and adding support for several other FSC 633 sensor chips. 634 635 This driver can also be built as a module. If so, the module 636 will be called fschmd. 637 638config SENSORS_FTSTEUTATES 639 tristate "Fujitsu Technology Solutions sensor chip Teutates" 640 depends on I2C && WATCHDOG 641 select WATCHDOG_CORE 642 help 643 If you say yes here you get support for the Fujitsu Technology 644 Solutions (FTS) sensor chip "Teutates" including support for 645 the integrated watchdog. 646 647 This driver can also be built as a module. If so, the module 648 will be called ftsteutates. 649 650config SENSORS_GL518SM 651 tristate "Genesys Logic GL518SM" 652 depends on I2C 653 help 654 If you say yes here you get support for Genesys Logic GL518SM 655 sensor chips. 656 657 This driver can also be built as a module. If so, the module 658 will be called gl518sm. 659 660config SENSORS_GL520SM 661 tristate "Genesys Logic GL520SM" 662 depends on I2C 663 select HWMON_VID 664 help 665 If you say yes here you get support for Genesys Logic GL520SM 666 sensor chips. 667 668 This driver can also be built as a module. If so, the module 669 will be called gl520sm. 670 671config SENSORS_G760A 672 tristate "GMT G760A" 673 depends on I2C 674 help 675 If you say yes here you get support for Global Mixed-mode 676 Technology Inc G760A fan speed PWM controller chips. 677 678 This driver can also be built as a module. If so, the module 679 will be called g760a. 680 681config SENSORS_G762 682 tristate "GMT G762 and G763" 683 depends on I2C 684 help 685 If you say yes here you get support for Global Mixed-mode 686 Technology Inc G762 and G763 fan speed PWM controller chips. 687 688 This driver can also be built as a module. If so, the module 689 will be called g762. 690 691config SENSORS_GPIO_FAN 692 tristate "GPIO fan" 693 depends on OF_GPIO 694 depends on GPIOLIB || COMPILE_TEST 695 depends on THERMAL || THERMAL=n 696 help 697 If you say yes here you get support for fans connected to GPIO lines. 698 699 This driver can also be built as a module. If so, the module 700 will be called gpio-fan. 701 702config SENSORS_HIH6130 703 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor" 704 depends on I2C 705 help 706 If you say yes here you get support for Honeywell Humidicon 707 HIH-6130 and HIH-6131 Humidicon humidity sensors. 708 709 This driver can also be built as a module. If so, the module 710 will be called hih6130. 711 712config SENSORS_IBMAEM 713 tristate "IBM Active Energy Manager temperature/power sensors and control" 714 select IPMI_SI 715 depends on IPMI_HANDLER 716 help 717 If you say yes here you get support for the temperature and 718 power sensors and capping hardware in various IBM System X 719 servers that support Active Energy Manager. This includes 720 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2, 721 and certain HC10/HS2x/LS2x/QS2x blades. 722 723 This driver can also be built as a module. If so, the module 724 will be called ibmaem. 725 726config SENSORS_IBMPEX 727 tristate "IBM PowerExecutive temperature/power sensors" 728 select IPMI_SI 729 depends on IPMI_HANDLER 730 help 731 If you say yes here you get support for the temperature and 732 power sensors in various IBM System X servers that support 733 PowerExecutive. So far this includes the x3350, x3550, x3650, 734 x3655, and x3755; the x3800, x3850, and x3950 models that have 735 PCI Express; and some of the HS2x, LS2x, and QS2x blades. 736 737 This driver can also be built as a module. If so, the module 738 will be called ibmpex. 739 740config SENSORS_IBMPOWERNV 741 tristate "IBM POWERNV platform sensors" 742 depends on PPC_POWERNV 743 default y 744 help 745 If you say yes here you get support for the temperature/fan/power 746 sensors on your PowerNV platform. 747 748 This driver can also be built as a module. If so, the module 749 will be called ibmpowernv. 750 751config SENSORS_IIO_HWMON 752 tristate "Hwmon driver that uses channels specified via iio maps" 753 depends on IIO 754 help 755 This is a platform driver that in combination with a suitable 756 map allows IIO devices to provide basic hwmon functionality 757 for those channels specified in the map. This map can be provided 758 either via platform data or the device tree bindings. 759 760config SENSORS_I5500 761 tristate "Intel 5500/5520/X58 temperature sensor" 762 depends on X86 && PCI 763 help 764 If you say yes here you get support for the temperature 765 sensor inside the Intel 5500, 5520 and X58 chipsets. 766 767 This driver can also be built as a module. If so, the module 768 will be called i5500_temp. 769 770config SENSORS_CORETEMP 771 tristate "Intel Core/Core2/Atom temperature sensor" 772 depends on X86 773 help 774 If you say yes here you get support for the temperature 775 sensor inside your CPU. Most of the family 6 CPUs 776 are supported. Check Documentation/hwmon/coretemp.rst for details. 777 778config SENSORS_IT87 779 tristate "ITE IT87xx and compatibles" 780 depends on !PPC 781 select HWMON_VID 782 help 783 If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F, 784 IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E, 785 IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E, 786 IT8603E, IT8620E, IT8623E, and IT8628E sensor chips, and the SiS950 787 clone. 788 789 This driver can also be built as a module. If so, the module 790 will be called it87. 791 792config SENSORS_JC42 793 tristate "JEDEC JC42.4 compliant memory module temperature sensors" 794 depends on I2C 795 help 796 If you say yes here, you get support for JEDEC JC42.4 compliant 797 temperature sensors, which are used on many DDR3 memory modules for 798 mobile devices and servers. Support will include, but not be limited 799 to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805, 800 MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98, 801 STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001. 802 803 This driver can also be built as a module. If so, the module 804 will be called jc42. 805 806config SENSORS_POWR1220 807 tristate "Lattice POWR1220 Power Monitoring" 808 depends on I2C 809 help 810 If you say yes here you get access to the hardware monitoring 811 functions of the Lattice POWR1220 isp Power Supply Monitoring, 812 Sequencing and Margining Controller. 813 814 This driver can also be built as a module. If so, the module 815 will be called powr1220. 816 817config SENSORS_LINEAGE 818 tristate "Lineage Compact Power Line Power Entry Module" 819 depends on I2C 820 help 821 If you say yes here you get support for the Lineage Compact Power Line 822 series of DC/DC and AC/DC converters such as CP1800, CP2000AC, 823 CP2000DC, CP2725, and others. 824 825 This driver can also be built as a module. If so, the module 826 will be called lineage-pem. 827 828config SENSORS_LOCHNAGAR 829 tristate "Lochnagar Hardware Monitor" 830 depends on MFD_LOCHNAGAR 831 help 832 If you say yes here you get support for Lochnagar 2 temperature, 833 voltage and current sensors abilities. 834 835 This driver can also be built as a module. If so, the module 836 will be called lochnagar-hwmon. 837 838config SENSORS_LTC2945 839 tristate "Linear Technology LTC2945" 840 depends on I2C 841 select REGMAP_I2C 842 help 843 If you say yes here you get support for Linear Technology LTC2945 844 I2C System Monitor. 845 846 This driver can also be built as a module. If so, the module will 847 be called ltc2945. 848 849config SENSORS_LTC2947 850 tristate 851 852config SENSORS_LTC2947_I2C 853 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C" 854 depends on I2C 855 select REGMAP_I2C 856 select SENSORS_LTC2947 857 help 858 If you say yes here you get support for Linear Technology LTC2947 859 I2C High Precision Power and Energy Monitor 860 861 This driver can also be built as a module. If so, the module will 862 be called ltc2947-i2c. 863 864config SENSORS_LTC2947_SPI 865 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI" 866 depends on SPI_MASTER 867 select REGMAP_SPI 868 select SENSORS_LTC2947 869 help 870 If you say yes here you get support for Linear Technology LTC2947 871 SPI High Precision Power and Energy Monitor 872 873 This driver can also be built as a module. If so, the module will 874 be called ltc2947-spi. 875 876config SENSORS_LTC2990 877 tristate "Linear Technology LTC2990" 878 depends on I2C 879 help 880 If you say yes here you get support for Linear Technology LTC2990 881 I2C System Monitor. The LTC2990 supports a combination of voltage, 882 current and temperature monitoring. 883 884 This driver can also be built as a module. If so, the module will 885 be called ltc2990. 886 887config SENSORS_LTC2992 888 tristate "Linear Technology LTC2992" 889 depends on I2C 890 depends on GPIOLIB 891 help 892 If you say yes here you get support for Linear Technology LTC2992 893 I2C System Monitor. The LTC2992 measures current, voltage, and 894 power of two supplies. 895 896 This driver can also be built as a module. If so, the module will 897 be called ltc2992. 898 899config SENSORS_LTC4151 900 tristate "Linear Technology LTC4151" 901 depends on I2C 902 help 903 If you say yes here you get support for Linear Technology LTC4151 904 High Voltage I2C Current and Voltage Monitor interface. 905 906 This driver can also be built as a module. If so, the module will 907 be called ltc4151. 908 909config SENSORS_LTC4215 910 tristate "Linear Technology LTC4215" 911 depends on I2C 912 help 913 If you say yes here you get support for Linear Technology LTC4215 914 Hot Swap Controller I2C interface. 915 916 This driver can also be built as a module. If so, the module will 917 be called ltc4215. 918 919config SENSORS_LTC4222 920 tristate "Linear Technology LTC4222" 921 depends on I2C 922 select REGMAP_I2C 923 help 924 If you say yes here you get support for Linear Technology LTC4222 925 Dual Hot Swap Controller I2C interface. 926 927 This driver can also be built as a module. If so, the module will 928 be called ltc4222. 929 930config SENSORS_LTC4245 931 tristate "Linear Technology LTC4245" 932 depends on I2C 933 help 934 If you say yes here you get support for Linear Technology LTC4245 935 Multiple Supply Hot Swap Controller I2C interface. 936 937 This driver can also be built as a module. If so, the module will 938 be called ltc4245. 939 940config SENSORS_LTC4260 941 tristate "Linear Technology LTC4260" 942 depends on I2C 943 select REGMAP_I2C 944 help 945 If you say yes here you get support for Linear Technology LTC4260 946 Positive Voltage Hot Swap Controller I2C interface. 947 948 This driver can also be built as a module. If so, the module will 949 be called ltc4260. 950 951config SENSORS_LTC4261 952 tristate "Linear Technology LTC4261" 953 depends on I2C 954 help 955 If you say yes here you get support for Linear Technology LTC4261 956 Negative Voltage Hot Swap Controller I2C interface. 957 958 This driver can also be built as a module. If so, the module will 959 be called ltc4261. 960 961config SENSORS_LTQ_CPUTEMP 962 bool "Lantiq cpu temperature sensor driver" 963 depends on LANTIQ 964 help 965 If you say yes here you get support for the temperature 966 sensor inside your CPU. 967 968config SENSORS_MAX1111 969 tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" 970 depends on SPI_MASTER 971 help 972 Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113 973 ADC chips. 974 975 This driver can also be built as a module. If so, the module 976 will be called max1111. 977 978config SENSORS_MAX127 979 tristate "Maxim MAX127 12-bit 8-channel Data Acquisition System" 980 depends on I2C 981 help 982 Say y here to support Maxim's MAX127 DAS chips. 983 984 This driver can also be built as a module. If so, the module 985 will be called max127. 986 987config SENSORS_MAX16065 988 tristate "Maxim MAX16065 System Manager and compatibles" 989 depends on I2C 990 help 991 If you say yes here you get support for hardware monitoring 992 capabilities of the following Maxim System Manager chips. 993 MAX16065 994 MAX16066 995 MAX16067 996 MAX16068 997 MAX16070 998 MAX16071 999 1000 This driver can also be built as a module. If so, the module 1001 will be called max16065. 1002 1003config SENSORS_MAX1619 1004 tristate "Maxim MAX1619 sensor chip" 1005 depends on I2C 1006 help 1007 If you say yes here you get support for MAX1619 sensor chip. 1008 1009 This driver can also be built as a module. If so, the module 1010 will be called max1619. 1011 1012config SENSORS_MAX1668 1013 tristate "Maxim MAX1668 and compatibles" 1014 depends on I2C 1015 help 1016 If you say yes here you get support for MAX1668, MAX1989 and 1017 MAX1805 chips. 1018 1019 This driver can also be built as a module. If so, the module 1020 will be called max1668. 1021 1022config SENSORS_MAX197 1023 tristate "Maxim MAX197 and compatibles" 1024 help 1025 Support for the Maxim MAX197 A/D converter. 1026 Support will include, but not be limited to, MAX197, and MAX199. 1027 1028 This driver can also be built as a module. If so, the module 1029 will be called max197. 1030 1031config SENSORS_MAX31722 1032 tristate "MAX31722 temperature sensor" 1033 depends on SPI 1034 help 1035 Support for the Maxim Integrated MAX31722/MAX31723 digital 1036 thermometers/thermostats operating over an SPI interface. 1037 1038 This driver can also be built as a module. If so, the module 1039 will be called max31722. 1040 1041config SENSORS_MAX31730 1042 tristate "MAX31730 temperature sensor" 1043 depends on I2C 1044 help 1045 Support for the Maxim Integrated MAX31730 3-Channel Remote 1046 Temperature Sensor. 1047 1048 This driver can also be built as a module. If so, the module 1049 will be called max31730. 1050 1051config SENSORS_MAX6620 1052 tristate "Maxim MAX6620 fan controller" 1053 depends on I2C 1054 help 1055 If you say yes here you get support for the MAX6620 1056 fan controller. 1057 1058 This driver can also be built as a module. If so, the module 1059 will be called max6620. 1060 1061config SENSORS_MAX6621 1062 tristate "Maxim MAX6621 sensor chip" 1063 depends on I2C 1064 select REGMAP_I2C 1065 help 1066 If you say yes here you get support for MAX6621 sensor chip. 1067 MAX6621 is a PECI-to-I2C translator provides an efficient, 1068 low-cost solution for PECI-to-SMBus/I2C protocol conversion. 1069 It allows reading the temperature from the PECI-compliant 1070 host directly from up to four PECI-enabled CPUs. 1071 1072 This driver can also be built as a module. If so, the module 1073 will be called max6621. 1074 1075config SENSORS_MAX6639 1076 tristate "Maxim MAX6639 sensor chip" 1077 depends on I2C 1078 help 1079 If you say yes here you get support for the MAX6639 1080 sensor chips. 1081 1082 This driver can also be built as a module. If so, the module 1083 will be called max6639. 1084 1085config SENSORS_MAX6642 1086 tristate "Maxim MAX6642 sensor chip" 1087 depends on I2C 1088 help 1089 If you say yes here you get support for MAX6642 sensor chip. 1090 MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor 1091 with Overtemperature Alarm from Maxim. 1092 1093 This driver can also be built as a module. If so, the module 1094 will be called max6642. 1095 1096config SENSORS_MAX6650 1097 tristate "Maxim MAX6650 sensor chip" 1098 depends on I2C 1099 depends on THERMAL || THERMAL=n 1100 help 1101 If you say yes here you get support for the MAX6650 / MAX6651 1102 sensor chips. 1103 1104 This driver can also be built as a module. If so, the module 1105 will be called max6650. 1106 1107config SENSORS_MAX6697 1108 tristate "Maxim MAX6697 and compatibles" 1109 depends on I2C 1110 help 1111 If you say yes here you get support for MAX6581, MAX6602, MAX6622, 1112 MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699 1113 temperature sensor chips. 1114 1115 This driver can also be built as a module. If so, the module 1116 will be called max6697. 1117 1118config SENSORS_MAX31790 1119 tristate "Maxim MAX31790 sensor chip" 1120 depends on I2C 1121 help 1122 If you say yes here you get support for 6-Channel PWM-Output 1123 Fan RPM Controller. 1124 1125 This driver can also be built as a module. If so, the module 1126 will be called max31790. 1127 1128config SENSORS_MCP3021 1129 tristate "Microchip MCP3021 and compatibles" 1130 depends on I2C 1131 help 1132 If you say yes here you get support for MCP3021 and MCP3221. 1133 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 1134 with 12-bit resolution. 1135 1136 This driver can also be built as a module. If so, the module 1137 will be called mcp3021. 1138 1139config SENSORS_MLXREG_FAN 1140 tristate "Mellanox FAN driver" 1141 depends on MELLANOX_PLATFORM 1142 imply THERMAL 1143 select REGMAP 1144 help 1145 This option enables support for the FAN control on the Mellanox 1146 Ethernet and InfiniBand switches. The driver can be activated by the 1147 platform device add call. Say Y to enable these. To compile this 1148 driver as a module, choose 'M' here: the module will be called 1149 mlxreg-fan. 1150 1151config SENSORS_TC654 1152 tristate "Microchip TC654/TC655 and compatibles" 1153 depends on I2C 1154 help 1155 If you say yes here you get support for TC654 and TC655. 1156 The TC654 and TC655 are PWM mode fan speed controllers with 1157 FanSense technology for use with brushless DC fans. 1158 1159 This driver can also be built as a module. If so, the module 1160 will be called tc654. 1161 1162config SENSORS_TPS23861 1163 tristate "Texas Instruments TPS23861 PoE PSE" 1164 depends on I2C 1165 select REGMAP_I2C 1166 help 1167 If you say yes here you get support for Texas Instruments 1168 TPS23861 802.3at PoE PSE chips. 1169 1170 This driver can also be built as a module. If so, the module 1171 will be called tps23861. 1172 1173config SENSORS_MENF21BMC_HWMON 1174 tristate "MEN 14F021P00 BMC Hardware Monitoring" 1175 depends on MFD_MENF21BMC 1176 help 1177 Say Y here to include support for the MEN 14F021P00 BMC 1178 hardware monitoring. 1179 1180 This driver can also be built as a module. If so the module 1181 will be called menf21bmc_hwmon. 1182 1183config SENSORS_MR75203 1184 tristate "Moortec Semiconductor MR75203 PVT Controller" 1185 select REGMAP_MMIO 1186 help 1187 If you say yes here you get support for Moortec MR75203 1188 PVT controller. 1189 1190 This driver can also be built as a module. If so, the module 1191 will be called mr75203. 1192 1193config SENSORS_ADCXX 1194 tristate "National Semiconductor ADCxxxSxxx" 1195 depends on SPI_MASTER 1196 help 1197 If you say yes here you get support for the National Semiconductor 1198 ADC<bb><c>S<sss> chip family, where 1199 * bb is the resolution in number of bits (8, 10, 12) 1200 * c is the number of channels (1, 2, 4, 8) 1201 * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500 1202 kSPS and 101 for 1 MSPS) 1203 1204 Examples : ADC081S101, ADC124S501, ... 1205 1206 This driver can also be built as a module. If so, the module 1207 will be called adcxx. 1208 1209config SENSORS_LM63 1210 tristate "National Semiconductor LM63 and compatibles" 1211 depends on I2C 1212 help 1213 If you say yes here you get support for the National 1214 Semiconductor LM63, LM64, and LM96163 remote diode digital temperature 1215 sensors with integrated fan control. Such chips are found 1216 on the Tyan S4882 (Thunder K8QS Pro) motherboard, among 1217 others. 1218 1219 This driver can also be built as a module. If so, the module 1220 will be called lm63. 1221 1222config SENSORS_LM70 1223 tristate "National Semiconductor LM70 and compatibles" 1224 depends on SPI_MASTER 1225 help 1226 If you say yes here you get support for the National Semiconductor 1227 LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera- 1228 ture sensor chips. 1229 1230 This driver can also be built as a module. If so, the module 1231 will be called lm70. 1232 1233config SENSORS_LM73 1234 tristate "National Semiconductor LM73" 1235 depends on I2C 1236 help 1237 If you say yes here you get support for National Semiconductor LM73 1238 sensor chips. 1239 This driver can also be built as a module. If so, the module 1240 will be called lm73. 1241 1242config SENSORS_LM75 1243 tristate "National Semiconductor LM75 and compatibles" 1244 depends on I2C 1245 select REGMAP_I2C 1246 help 1247 If you say yes here you get support for one common type of 1248 temperature sensor chip, with models including: 1249 1250 - Analog Devices ADT75 1251 - Dallas Semiconductor DS75, DS1775 and DS7505 1252 - Global Mixed-mode Technology (GMT) G751 1253 - Maxim MAX6625 and MAX6626 1254 - Microchip MCP980x 1255 - National Semiconductor LM75, LM75A 1256 - NXP's LM75A 1257 - ST Microelectronics STDS75 1258 - ST Microelectronics STLM75 1259 - TelCom (now Microchip) TCN75 1260 - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, 1261 TMP175, TMP275 1262 1263 This driver supports driver model based binding through board 1264 specific I2C device tables. 1265 1266 It also supports the "legacy" style of driver binding. To use 1267 that with some chips which don't replicate LM75 quirks exactly, 1268 you may need the "force" module parameter. 1269 1270 This driver can also be built as a module. If so, the module 1271 will be called lm75. 1272 1273config SENSORS_LM77 1274 tristate "National Semiconductor LM77" 1275 depends on I2C 1276 help 1277 If you say yes here you get support for National Semiconductor LM77 1278 sensor chips. 1279 1280 This driver can also be built as a module. If so, the module 1281 will be called lm77. 1282 1283config SENSORS_LM78 1284 tristate "National Semiconductor LM78 and compatibles" 1285 depends on I2C 1286 select HWMON_VID 1287 help 1288 If you say yes here you get support for National Semiconductor LM78, 1289 LM78-J and LM79. 1290 1291 This driver can also be built as a module. If so, the module 1292 will be called lm78. 1293 1294config SENSORS_LM80 1295 tristate "National Semiconductor LM80 and LM96080" 1296 depends on I2C 1297 help 1298 If you say yes here you get support for National Semiconductor 1299 LM80 and LM96080 sensor chips. 1300 1301 This driver can also be built as a module. If so, the module 1302 will be called lm80. 1303 1304config SENSORS_LM83 1305 tristate "National Semiconductor LM83 and compatibles" 1306 depends on I2C 1307 select REGMAP 1308 help 1309 If you say yes here you get support for National Semiconductor 1310 LM82 and LM83 sensor chips. 1311 1312 This driver can also be built as a module. If so, the module 1313 will be called lm83. 1314 1315config SENSORS_LM85 1316 tristate "National Semiconductor LM85 and compatibles" 1317 depends on I2C 1318 select HWMON_VID 1319 help 1320 If you say yes here you get support for National Semiconductor LM85 1321 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100, 1322 EMC6D101, EMC6D102, and EMC6D103. 1323 1324 This driver can also be built as a module. If so, the module 1325 will be called lm85. 1326 1327config SENSORS_LM87 1328 tristate "National Semiconductor LM87 and compatibles" 1329 depends on I2C 1330 select HWMON_VID 1331 help 1332 If you say yes here you get support for National Semiconductor LM87 1333 and Analog Devices ADM1024 sensor chips. 1334 1335 This driver can also be built as a module. If so, the module 1336 will be called lm87. 1337 1338config SENSORS_LM90 1339 tristate "National Semiconductor LM90 and compatibles" 1340 depends on I2C 1341 help 1342 If you say yes here you get support for National Semiconductor LM90, 1343 LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A, 1344 Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6654, MAX6657, MAX6658, 1345 MAX6659, MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, 1346 ON Semiconductor NCT1008, Winbond/Nuvoton W83L771W/G/AWG/ASG, 1347 Philips SA56004, GMT G781, Texas Instruments TMP451 and TMP461 1348 sensor chips. 1349 1350 This driver can also be built as a module. If so, the module 1351 will be called lm90. 1352 1353config SENSORS_LM92 1354 tristate "National Semiconductor LM92 and compatibles" 1355 depends on I2C 1356 help 1357 If you say yes here you get support for National Semiconductor LM92 1358 and Maxim MAX6635 sensor chips. 1359 1360 This driver can also be built as a module. If so, the module 1361 will be called lm92. 1362 1363config SENSORS_LM93 1364 tristate "National Semiconductor LM93 and compatibles" 1365 depends on I2C 1366 select HWMON_VID 1367 help 1368 If you say yes here you get support for National Semiconductor LM93, 1369 LM94, and compatible sensor chips. 1370 1371 This driver can also be built as a module. If so, the module 1372 will be called lm93. 1373 1374config SENSORS_LM95234 1375 tristate "National Semiconductor LM95234 and compatibles" 1376 depends on I2C 1377 help 1378 If you say yes here you get support for the LM95233 and LM95234 1379 temperature sensor chips. 1380 1381 This driver can also be built as a module. If so, the module 1382 will be called lm95234. 1383 1384config SENSORS_LM95241 1385 tristate "National Semiconductor LM95241 and compatibles" 1386 depends on I2C 1387 help 1388 If you say yes here you get support for LM95231 and LM95241 sensor 1389 chips. 1390 1391 This driver can also be built as a module. If so, the module 1392 will be called lm95241. 1393 1394config SENSORS_LM95245 1395 tristate "National Semiconductor LM95245 and compatibles" 1396 depends on I2C 1397 select REGMAP_I2C 1398 help 1399 If you say yes here you get support for LM95235 and LM95245 1400 temperature sensor chips. 1401 1402 This driver can also be built as a module. If so, the module 1403 will be called lm95245. 1404 1405config SENSORS_PC87360 1406 tristate "National Semiconductor PC87360 family" 1407 depends on !PPC 1408 select HWMON_VID 1409 help 1410 If you say yes here you get access to the hardware monitoring 1411 functions of the National Semiconductor PC8736x Super-I/O chips. 1412 The PC87360, PC87363 and PC87364 only have fan monitoring and 1413 control. The PC87365 and PC87366 additionally have voltage and 1414 temperature monitoring. 1415 1416 This driver can also be built as a module. If so, the module 1417 will be called pc87360. 1418 1419config SENSORS_PC87427 1420 tristate "National Semiconductor PC87427" 1421 depends on !PPC 1422 help 1423 If you say yes here you get access to the hardware monitoring 1424 functions of the National Semiconductor PC87427 Super-I/O chip. 1425 The chip has two distinct logical devices, one for fan speed 1426 monitoring and control, and one for voltage and temperature 1427 monitoring. Fan speed monitoring and control are supported, as 1428 well as temperature monitoring. Voltages aren't supported yet. 1429 1430 This driver can also be built as a module. If so, the module 1431 will be called pc87427. 1432 1433config SENSORS_NTC_THERMISTOR 1434 tristate "NTC thermistor support" 1435 depends on IIO 1436 depends on THERMAL || !THERMAL_OF 1437 help 1438 This driver supports NTC thermistors sensor reading and its 1439 interpretation. The driver can also monitor the temperature and 1440 send notifications about the temperature. 1441 1442 Currently, this driver supports 1443 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333, 1444 NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and 1445 B57891S0103 from EPCOS. 1446 1447 This driver can also be built as a module. If so, the module 1448 will be called ntc-thermistor. 1449 1450config SENSORS_NCT6683 1451 tristate "Nuvoton NCT6683D" 1452 depends on !PPC 1453 help 1454 If you say yes here you get support for the hardware monitoring 1455 functionality of the Nuvoton NCT6683D eSIO chip. 1456 1457 This driver can also be built as a module. If so, the module 1458 will be called nct6683. 1459 1460config SENSORS_NCT6775 1461 tristate "Nuvoton NCT6775F and compatibles" 1462 depends on !PPC 1463 depends on ACPI_WMI || ACPI_WMI=n 1464 select HWMON_VID 1465 help 1466 If you say yes here you get support for the hardware monitoring 1467 functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, 1468 NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible 1469 Super-I/O chips. This driver replaces the w83627ehf driver for 1470 NCT6775F and NCT6776F. 1471 1472 This driver can also be built as a module. If so, the module 1473 will be called nct6775. 1474 1475config SENSORS_NCT7802 1476 tristate "Nuvoton NCT7802Y" 1477 depends on I2C 1478 select REGMAP_I2C 1479 help 1480 If you say yes here you get support for the Nuvoton NCT7802Y 1481 hardware monitoring chip. 1482 1483 This driver can also be built as a module. If so, the module 1484 will be called nct7802. 1485 1486config SENSORS_NCT7904 1487 tristate "Nuvoton NCT7904" 1488 depends on I2C && WATCHDOG 1489 select WATCHDOG_CORE 1490 help 1491 If you say yes here you get support for the Nuvoton NCT7904 1492 hardware monitoring chip, including manual fan speed control 1493 and support for the integrated watchdog. 1494 1495 This driver can also be built as a module. If so, the module 1496 will be called nct7904. 1497 1498config SENSORS_NPCM7XX 1499 tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers" 1500 imply THERMAL 1501 help 1502 This driver provides support for Nuvoton NPCM750/730/715/705 PWM 1503 and Fan controllers. 1504 1505 This driver can also be built as a module. If so, the module 1506 will be called npcm750-pwm-fan. 1507 1508config SENSORS_NSA320 1509 tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors" 1510 depends on GPIOLIB && OF 1511 depends on MACH_KIRKWOOD || COMPILE_TEST 1512 help 1513 If you say yes here you get support for hardware monitoring 1514 for the ZyXEL NSA320 Media Server and other compatible devices 1515 (probably the NSA325 and some NSA310 variants). 1516 1517 The sensor data is taken from a Holtek HT46R065 microcontroller 1518 connected to GPIO lines. 1519 1520 This driver can also be built as a module. If so, the module 1521 will be called nsa320-hwmon. 1522 1523config SENSORS_NZXT_KRAKEN2 1524 tristate "NZXT Kraken X42/X51/X62/X72 liquid coolers" 1525 depends on USB_HID 1526 help 1527 If you say yes here you get support for hardware monitoring for the 1528 NZXT Kraken X42/X52/X62/X72 all-in-one CPU liquid coolers. 1529 1530 This driver can also be built as a module. If so, the module 1531 will be called nzxt-kraken2. 1532 1533config SENSORS_NZXT_SMART2 1534 tristate "NZXT RGB & Fan Controller/Smart Device v2" 1535 depends on USB_HID 1536 help 1537 If you say yes here you get support for hardware monitoring for the 1538 NZXT RGB & Fan Controller/Smart Device v2. 1539 1540 This driver can also be built as a module. If so, the module 1541 will be called nzxt-smart2. 1542 1543source "drivers/hwmon/occ/Kconfig" 1544 1545config SENSORS_PCF8591 1546 tristate "Philips PCF8591 ADC/DAC" 1547 depends on I2C 1548 help 1549 If you say yes here you get support for Philips PCF8591 4-channel 1550 ADC, 1-channel DAC chips. 1551 1552 This driver can also be built as a module. If so, the module 1553 will be called pcf8591. 1554 1555 These devices are hard to detect and rarely found on mainstream 1556 hardware. If unsure, say N. 1557 1558source "drivers/hwmon/pmbus/Kconfig" 1559 1560config SENSORS_PWM_FAN 1561 tristate "PWM fan" 1562 depends on (PWM && OF) || COMPILE_TEST 1563 depends on THERMAL || THERMAL=n 1564 help 1565 If you say yes here you get support for fans connected to PWM lines. 1566 The driver uses the generic PWM interface, thus it will work on a 1567 variety of SoCs. 1568 1569 This driver can also be built as a module. If so, the module 1570 will be called pwm-fan. 1571 1572config SENSORS_RASPBERRYPI_HWMON 1573 tristate "Raspberry Pi voltage monitor" 1574 depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE) 1575 help 1576 If you say yes here you get support for voltage sensor on the 1577 Raspberry Pi. 1578 1579 This driver can also be built as a module. If so, the module 1580 will be called raspberrypi-hwmon. 1581 1582config SENSORS_SL28CPLD 1583 tristate "Kontron sl28cpld hardware monitoring driver" 1584 depends on MFD_SL28CPLD || COMPILE_TEST 1585 help 1586 If you say yes here you get support for the fan supervisor of the 1587 sl28cpld board management controller. 1588 1589 This driver can also be built as a module. If so, the module 1590 will be called sl28cpld-hwmon. 1591 1592config SENSORS_SBTSI 1593 tristate "Emulated SB-TSI temperature sensor" 1594 depends on I2C 1595 help 1596 If you say yes here you get support for emulated temperature 1597 sensors on AMD SoCs with SB-TSI interface connected to a BMC device. 1598 1599 This driver can also be built as a module. If so, the module will 1600 be called sbtsi_temp. 1601 1602config SENSORS_SBRMI 1603 tristate "Emulated SB-RMI sensor" 1604 depends on I2C 1605 help 1606 If you say yes here you get support for emulated RMI 1607 sensors on AMD SoCs with APML interface connected to a BMC device. 1608 1609 This driver can also be built as a module. If so, the module will 1610 be called sbrmi. 1611 1612config SENSORS_SHT15 1613 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 1614 depends on GPIOLIB || COMPILE_TEST 1615 select BITREVERSE 1616 help 1617 If you say yes here you get support for the Sensiron SHT10, SHT11, 1618 SHT15, SHT71, SHT75 humidity and temperature sensors. 1619 1620 This driver can also be built as a module. If so, the module 1621 will be called sht15. 1622 1623config SENSORS_SHT21 1624 tristate "Sensiron humidity and temperature sensors. SHT21 and compat." 1625 depends on I2C 1626 help 1627 If you say yes here you get support for the Sensiron SHT21, SHT25 1628 humidity and temperature sensors. 1629 1630 This driver can also be built as a module. If so, the module 1631 will be called sht21. 1632 1633config SENSORS_SHT3x 1634 tristate "Sensiron humidity and temperature sensors. SHT3x and compat." 1635 depends on I2C 1636 select CRC8 1637 help 1638 If you say yes here you get support for the Sensiron SHT30 and SHT31 1639 humidity and temperature sensors. 1640 1641 This driver can also be built as a module. If so, the module 1642 will be called sht3x. 1643 1644config SENSORS_SHT4x 1645 tristate "Sensiron humidity and temperature sensors. SHT4x and compat." 1646 depends on I2C 1647 select CRC8 1648 help 1649 If you say yes here you get support for the Sensiron SHT40, SHT41 and 1650 SHT45 humidity and temperature sensors. 1651 1652 This driver can also be built as a module. If so, the module 1653 will be called sht4x. 1654 1655config SENSORS_SHTC1 1656 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 1657 depends on I2C 1658 help 1659 If you say yes here you get support for the Sensiron SHTC1, SHTW1, 1660 and SHTC3 humidity and temperature sensors. 1661 1662 This driver can also be built as a module. If so, the module 1663 will be called shtc1. 1664 1665config SENSORS_S3C 1666 tristate "Samsung built-in ADC" 1667 depends on S3C_ADC 1668 help 1669 If you say yes here you get support for the on-board ADCs of 1670 the Samsung S3C24XX, S3C64XX and other series of SoC 1671 1672 This driver can also be built as a module. If so, the module 1673 will be called s3c-hwmon. 1674 1675config SENSORS_S3C_RAW 1676 bool "Include raw channel attributes in sysfs" 1677 depends on SENSORS_S3C 1678 help 1679 Say Y here if you want to include raw copies of all the ADC 1680 channels in sysfs. 1681 1682config SENSORS_SIS5595 1683 tristate "Silicon Integrated Systems Corp. SiS5595" 1684 depends on PCI 1685 help 1686 If you say yes here you get support for the integrated sensors in 1687 SiS5595 South Bridges. 1688 1689 This driver can also be built as a module. If so, the module 1690 will be called sis5595. 1691 1692config SENSORS_DME1737 1693 tristate "SMSC DME1737, SCH311x and compatibles" 1694 depends on I2C && !PPC 1695 select HWMON_VID 1696 help 1697 If you say yes here you get support for the hardware monitoring 1698 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and 1699 Asus A8000 Super-I/O chips. 1700 1701 This driver can also be built as a module. If so, the module 1702 will be called dme1737. 1703 1704config SENSORS_EMC1403 1705 tristate "SMSC EMC1403/23 thermal sensor" 1706 depends on I2C 1707 select REGMAP_I2C 1708 help 1709 If you say yes here you get support for the SMSC EMC1403/23 1710 temperature monitoring chip. 1711 1712 Threshold values can be configured using sysfs. 1713 Data from the different diodes are accessible via sysfs. 1714 1715config SENSORS_EMC2103 1716 tristate "SMSC EMC2103" 1717 depends on I2C 1718 help 1719 If you say yes here you get support for the temperature 1720 and fan sensors of the SMSC EMC2103 chips. 1721 1722 This driver can also be built as a module. If so, the module 1723 will be called emc2103. 1724 1725config SENSORS_EMC6W201 1726 tristate "SMSC EMC6W201" 1727 depends on I2C 1728 help 1729 If you say yes here you get support for the SMSC EMC6W201 1730 hardware monitoring chip. 1731 1732 This driver can also be built as a module. If so, the module 1733 will be called emc6w201. 1734 1735config SENSORS_SMSC47M1 1736 tristate "SMSC LPC47M10x and compatibles" 1737 depends on !PPC 1738 help 1739 If you say yes here you get support for the integrated fan 1740 monitoring and control capabilities of the SMSC LPC47B27x, 1741 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 1742 LPC47M192, LPC47M292 and LPC47M997 chips. 1743 1744 The temperature and voltage sensor features of the LPC47M15x, 1745 LPC47M192, LPC47M292 and LPC47M997 are supported by another 1746 driver, select also "SMSC LPC47M192 and compatibles" below for 1747 those. 1748 1749 This driver can also be built as a module. If so, the module 1750 will be called smsc47m1. 1751 1752config SENSORS_SMSC47M192 1753 tristate "SMSC LPC47M192 and compatibles" 1754 depends on I2C 1755 select HWMON_VID 1756 help 1757 If you say yes here you get support for the temperature and 1758 voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292 1759 and LPC47M997 chips. 1760 1761 The fan monitoring and control capabilities of these chips 1762 are supported by another driver, select 1763 "SMSC LPC47M10x and compatibles" above. You need both drivers 1764 if you want fan control and voltage/temperature sensor support. 1765 1766 This driver can also be built as a module. If so, the module 1767 will be called smsc47m192. 1768 1769config SENSORS_SMSC47B397 1770 tristate "SMSC LPC47B397-NC" 1771 depends on !PPC 1772 help 1773 If you say yes here you get support for the SMSC LPC47B397-NC 1774 sensor chip. 1775 1776 This driver can also be built as a module. If so, the module 1777 will be called smsc47b397. 1778 1779config SENSORS_SCH56XX_COMMON 1780 tristate 1781 1782config SENSORS_SCH5627 1783 tristate "SMSC SCH5627" 1784 depends on !PPC && WATCHDOG 1785 select SENSORS_SCH56XX_COMMON 1786 select WATCHDOG_CORE 1787 help 1788 If you say yes here you get support for the hardware monitoring 1789 features of the SMSC SCH5627 Super-I/O chip including support for 1790 the integrated watchdog. 1791 1792 This driver can also be built as a module. If so, the module 1793 will be called sch5627. 1794 1795config SENSORS_SCH5636 1796 tristate "SMSC SCH5636" 1797 depends on !PPC && WATCHDOG 1798 select SENSORS_SCH56XX_COMMON 1799 select WATCHDOG_CORE 1800 help 1801 SMSC SCH5636 Super I/O chips include an embedded microcontroller for 1802 hardware monitoring solutions, allowing motherboard manufacturers to 1803 create their own custom hwmon solution based upon the SCH5636. 1804 1805 Currently this driver only supports the Fujitsu Theseus SCH5636 based 1806 hwmon solution. Say yes here if you want support for the Fujitsu 1807 Theseus' hardware monitoring features including support for the 1808 integrated watchdog. 1809 1810 This driver can also be built as a module. If so, the module 1811 will be called sch5636. 1812 1813config SENSORS_STTS751 1814 tristate "ST Microelectronics STTS751" 1815 depends on I2C 1816 help 1817 If you say yes here you get support for STTS751 1818 temperature sensor chips. 1819 1820 This driver can also be built as a module. If so, the module 1821 will be called stts751. 1822 1823config SENSORS_SMM665 1824 tristate "Summit Microelectronics SMM665" 1825 depends on I2C 1826 help 1827 If you say yes here you get support for the hardware monitoring 1828 features of the Summit Microelectronics SMM665/SMM665B Six-Channel 1829 Active DC Output Controller / Monitor. 1830 1831 Other supported chips are SMM465, SMM665C, SMM764, and SMM766. 1832 Support for those chips is untested. 1833 1834 This driver can also be built as a module. If so, the module will 1835 be called smm665. 1836 1837config SENSORS_ADC128D818 1838 tristate "Texas Instruments ADC128D818" 1839 depends on I2C 1840 help 1841 If you say yes here you get support for the Texas Instruments 1842 ADC128D818 System Monitor with Temperature Sensor chip. 1843 1844 This driver can also be built as a module. If so, the module 1845 will be called adc128d818. 1846 1847config SENSORS_ADS7828 1848 tristate "Texas Instruments ADS7828 and compatibles" 1849 depends on I2C 1850 select REGMAP_I2C 1851 help 1852 If you say yes here you get support for Texas Instruments ADS7828 and 1853 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while 1854 it is 8-bit on ADS7830. 1855 1856 This driver can also be built as a module. If so, the module 1857 will be called ads7828. 1858 1859config SENSORS_ADS7871 1860 tristate "Texas Instruments ADS7871 A/D converter" 1861 depends on SPI 1862 help 1863 If you say yes here you get support for TI ADS7871 & ADS7870 1864 1865 This driver can also be built as a module. If so, the module 1866 will be called ads7871. 1867 1868config SENSORS_AMC6821 1869 tristate "Texas Instruments AMC6821" 1870 depends on I2C 1871 help 1872 If you say yes here you get support for the Texas Instruments 1873 AMC6821 hardware monitoring chips. 1874 1875 This driver can also be built as a module. If so, the module 1876 will be called amc6821. 1877 1878config SENSORS_INA209 1879 tristate "TI / Burr Brown INA209" 1880 depends on I2C 1881 help 1882 If you say yes here you get support for the TI / Burr Brown INA209 1883 voltage / current / power monitor I2C interface. 1884 1885 This driver can also be built as a module. If so, the module will 1886 be called ina209. 1887 1888config SENSORS_INA2XX 1889 tristate "Texas Instruments INA219 and compatibles" 1890 depends on I2C 1891 select REGMAP_I2C 1892 help 1893 If you say yes here you get support for INA219, INA220, INA226, 1894 INA230, and INA231 power monitor chips. 1895 1896 The INA2xx driver is configured for the default configuration of 1897 the part as described in the datasheet. 1898 Default value for Rshunt is 10 mOhms. 1899 This driver can also be built as a module. If so, the module 1900 will be called ina2xx. 1901 1902config SENSORS_INA238 1903 tristate "Texas Instruments INA238" 1904 depends on I2C 1905 select REGMAP_I2C 1906 help 1907 If you say yes here you get support for the INA238 power monitor 1908 chip. This driver supports voltage, current, power and temperature 1909 measurements as well as alarm configuration. 1910 1911 This driver can also be built as a module. If so, the module 1912 will be called ina238. 1913 1914config SENSORS_INA3221 1915 tristate "Texas Instruments INA3221 Triple Power Monitor" 1916 depends on I2C 1917 select REGMAP_I2C 1918 help 1919 If you say yes here you get support for the TI INA3221 Triple Power 1920 Monitor. 1921 1922 This driver can also be built as a module. If so, the module 1923 will be called ina3221. 1924 1925config SENSORS_TC74 1926 tristate "Microchip TC74" 1927 depends on I2C 1928 help 1929 If you say yes here you get support for Microchip TC74 single 1930 input temperature sensor chips. 1931 1932 This driver can also be built as a module. If so, the module 1933 will be called tc74. 1934 1935config SENSORS_THMC50 1936 tristate "Texas Instruments THMC50 / Analog Devices ADM1022" 1937 depends on I2C 1938 help 1939 If you say yes here you get support for Texas Instruments THMC50 1940 sensor chips and clones: the Analog Devices ADM1022. 1941 1942 This driver can also be built as a module. If so, the module 1943 will be called thmc50. 1944 1945config SENSORS_TMP102 1946 tristate "Texas Instruments TMP102" 1947 depends on I2C 1948 select REGMAP_I2C 1949 help 1950 If you say yes here you get support for Texas Instruments TMP102 1951 sensor chips. 1952 1953 This driver can also be built as a module. If so, the module 1954 will be called tmp102. 1955 1956config SENSORS_TMP103 1957 tristate "Texas Instruments TMP103" 1958 depends on I2C 1959 select REGMAP_I2C 1960 help 1961 If you say yes here you get support for Texas Instruments TMP103 1962 sensor chips. 1963 1964 This driver can also be built as a module. If so, the module 1965 will be called tmp103. 1966 1967config SENSORS_TMP108 1968 tristate "Texas Instruments TMP108" 1969 depends on I2C 1970 select REGMAP_I2C 1971 help 1972 If you say yes here you get support for Texas Instruments TMP108 1973 sensor chips. 1974 1975 This driver can also be built as a module. If so, the module 1976 will be called tmp108. 1977 1978config SENSORS_TMP401 1979 tristate "Texas Instruments TMP401 and compatibles" 1980 depends on I2C 1981 select REGMAP 1982 help 1983 If you say yes here you get support for Texas Instruments TMP401, 1984 TMP411, TMP431, TMP432, and TMP435 temperature sensor chips. 1985 1986 This driver can also be built as a module. If so, the module 1987 will be called tmp401. 1988 1989config SENSORS_TMP421 1990 tristate "Texas Instruments TMP421 and compatible" 1991 depends on I2C 1992 help 1993 If you say yes here you get support for Texas Instruments TMP421, 1994 TMP422, TMP423, TMP441, and TMP442 temperature sensor chips. 1995 1996 This driver can also be built as a module. If so, the module 1997 will be called tmp421. 1998 1999config SENSORS_TMP513 2000 tristate "Texas Instruments TMP513 and compatibles" 2001 depends on I2C 2002 help 2003 If you say yes here you get support for Texas Instruments TMP512, 2004 and TMP513 temperature and power supply sensor chips. 2005 2006 This driver can also be built as a module. If so, the module 2007 will be called tmp513. 2008 2009config SENSORS_VEXPRESS 2010 tristate "Versatile Express" 2011 depends on VEXPRESS_CONFIG 2012 help 2013 This driver provides support for hardware sensors available on 2014 the ARM Ltd's Versatile Express platform. It can provide wide 2015 range of information like temperature, power, energy. 2016 2017config SENSORS_VIA_CPUTEMP 2018 tristate "VIA CPU temperature sensor" 2019 depends on X86 2020 select HWMON_VID 2021 help 2022 If you say yes here you get support for the temperature 2023 sensor inside your CPU. Supported are all known variants of 2024 the VIA C7 and Nano. 2025 2026config SENSORS_VIA686A 2027 tristate "VIA686A" 2028 depends on PCI 2029 help 2030 If you say yes here you get support for the integrated sensors in 2031 Via 686A/B South Bridges. 2032 2033 This driver can also be built as a module. If so, the module 2034 will be called via686a. 2035 2036config SENSORS_VT1211 2037 tristate "VIA VT1211" 2038 depends on !PPC 2039 select HWMON_VID 2040 help 2041 If you say yes here then you get support for hardware monitoring 2042 features of the VIA VT1211 Super-I/O chip. 2043 2044 This driver can also be built as a module. If so, the module 2045 will be called vt1211. 2046 2047config SENSORS_VT8231 2048 tristate "VIA VT8231" 2049 depends on PCI 2050 select HWMON_VID 2051 help 2052 If you say yes here then you get support for the integrated sensors 2053 in the VIA VT8231 device. 2054 2055 This driver can also be built as a module. If so, the module 2056 will be called vt8231. 2057 2058config SENSORS_W83773G 2059 tristate "Nuvoton W83773G" 2060 depends on I2C 2061 select REGMAP_I2C 2062 help 2063 If you say yes here you get support for the Nuvoton W83773G hardware 2064 monitoring chip. 2065 2066 This driver can also be built as a module. If so, the module 2067 will be called w83773g. 2068 2069config SENSORS_W83781D 2070 tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F" 2071 depends on I2C 2072 select HWMON_VID 2073 help 2074 If you say yes here you get support for the Winbond W8378x series 2075 of sensor chips: the W83781D, W83782D and W83783S, and the similar 2076 Asus AS99127F. 2077 2078 This driver can also be built as a module. If so, the module 2079 will be called w83781d. 2080 2081config SENSORS_W83791D 2082 tristate "Winbond W83791D" 2083 depends on I2C 2084 select HWMON_VID 2085 help 2086 If you say yes here you get support for the Winbond W83791D chip. 2087 2088 This driver can also be built as a module. If so, the module 2089 will be called w83791d. 2090 2091config SENSORS_W83792D 2092 tristate "Winbond W83792D" 2093 depends on I2C 2094 help 2095 If you say yes here you get support for the Winbond W83792D chip. 2096 2097 This driver can also be built as a module. If so, the module 2098 will be called w83792d. 2099 2100config SENSORS_W83793 2101 tristate "Winbond W83793" 2102 depends on I2C 2103 select HWMON_VID 2104 help 2105 If you say yes here you get support for the Winbond W83793 2106 hardware monitoring chip, including support for the integrated 2107 watchdog. 2108 2109 This driver can also be built as a module. If so, the module 2110 will be called w83793. 2111 2112config SENSORS_W83795 2113 tristate "Winbond/Nuvoton W83795G/ADG" 2114 depends on I2C 2115 help 2116 If you say yes here you get support for the Winbond W83795G and 2117 W83795ADG hardware monitoring chip, including manual fan speed 2118 control. 2119 2120 This driver can also be built as a module. If so, the module 2121 will be called w83795. 2122 2123config SENSORS_W83795_FANCTRL 2124 bool "Include automatic fan control support" 2125 depends on SENSORS_W83795 2126 help 2127 If you say yes here, support for automatic fan speed control 2128 will be included in the driver. 2129 2130 Please also note that this option will create sysfs attribute 2131 files which may change in the future, so you shouldn't rely 2132 on them being stable. 2133 2134config SENSORS_W83L785TS 2135 tristate "Winbond W83L785TS-S" 2136 depends on I2C 2137 help 2138 If you say yes here you get support for the Winbond W83L785TS-S 2139 sensor chip, which is used on the Asus A7N8X, among other 2140 motherboards. 2141 2142 This driver can also be built as a module. If so, the module 2143 will be called w83l785ts. 2144 2145config SENSORS_W83L786NG 2146 tristate "Winbond W83L786NG, W83L786NR" 2147 depends on I2C 2148 help 2149 If you say yes here you get support for the Winbond W83L786NG 2150 and W83L786NR sensor chips. 2151 2152 This driver can also be built as a module. If so, the module 2153 will be called w83l786ng. 2154 2155config SENSORS_W83627HF 2156 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" 2157 depends on !PPC 2158 select HWMON_VID 2159 help 2160 If you say yes here you get support for the Winbond W836X7 series 2161 of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and 2162 W83697HF. 2163 2164 This driver can also be built as a module. If so, the module 2165 will be called w83627hf. 2166 2167config SENSORS_W83627EHF 2168 tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG" 2169 depends on !PPC 2170 select HWMON_VID 2171 help 2172 If you say yes here you get support for the hardware 2173 monitoring functionality of the Winbond W83627EHF Super-I/O chip. 2174 2175 This driver also supports the W83627EHG, which is the lead-free 2176 version of the W83627EHF, and the W83627DHG, which is a similar 2177 chip suited for specific Intel processors that use PECI such as 2178 the Core 2 Duo. And also the W83627UHG, which is a stripped down 2179 version of the W83627DHG (as far as hardware monitoring goes.) 2180 2181 This driver also supports Nuvoton W83667HG and W83667HG-B. 2182 2183 This driver can also be built as a module. If so, the module 2184 will be called w83627ehf. 2185 2186config SENSORS_WM831X 2187 tristate "WM831x PMICs" 2188 depends on MFD_WM831X 2189 help 2190 If you say yes here you get support for the hardware 2191 monitoring functionality of the Wolfson Microelectronics 2192 WM831x series of PMICs. 2193 2194 This driver can also be built as a module. If so, the module 2195 will be called wm831x-hwmon. 2196 2197config SENSORS_WM8350 2198 tristate "Wolfson Microelectronics WM835x" 2199 depends on MFD_WM8350 2200 help 2201 If you say yes here you get support for the hardware 2202 monitoring features of the WM835x series of PMICs. 2203 2204 This driver can also be built as a module. If so, the module 2205 will be called wm8350-hwmon. 2206 2207config SENSORS_ULTRA45 2208 tristate "Sun Ultra45 PIC16F747" 2209 depends on SPARC64 2210 help 2211 This driver provides support for the Ultra45 workstation environmental 2212 sensors. 2213 2214config SENSORS_XGENE 2215 tristate "APM X-Gene SoC hardware monitoring driver" 2216 depends on XGENE_SLIMPRO_MBOX || PCC 2217 help 2218 If you say yes here you get support for the temperature 2219 and power sensors for APM X-Gene SoC. 2220 2221config SENSORS_INTEL_M10_BMC_HWMON 2222 tristate "Intel MAX10 BMC Hardware Monitoring" 2223 depends on MFD_INTEL_M10_BMC 2224 help 2225 This driver provides support for the hardware monitoring functionality 2226 on Intel MAX10 BMC chip. 2227 2228 This BMC Chip is used on Intel FPGA PCIe Acceleration Cards (PAC). Its 2229 sensors monitor various telemetry data of different components on the 2230 card, e.g. board temperature, FPGA core temperature/voltage/current. 2231 2232if ACPI 2233 2234comment "ACPI drivers" 2235 2236config SENSORS_ACPI_POWER 2237 tristate "ACPI 4.0 power meter" 2238 help 2239 This driver exposes ACPI 4.0 power meters as hardware monitoring 2240 devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware 2241 and a power meter. 2242 2243 To compile this driver as a module, choose M here: 2244 the module will be called acpi_power_meter. 2245 2246config SENSORS_ATK0110 2247 tristate "ASUS ATK0110" 2248 depends on X86 2249 help 2250 If you say yes here you get support for the ACPI hardware 2251 monitoring interface found in many ASUS motherboards. This 2252 driver will provide readings of fans, voltages and temperatures 2253 through the system firmware. 2254 2255 This driver can also be built as a module. If so, the module 2256 will be called asus_atk0110. 2257 2258config SENSORS_ASUS_WMI 2259 tristate "ASUS WMI X370/X470/B450/X399" 2260 depends on ACPI_WMI 2261 help 2262 If you say yes here you get support for the ACPI hardware monitoring 2263 interface found in X370/X470/B450/X399 ASUS motherboards. This driver 2264 will provide readings of fans, voltages and temperatures through the system 2265 firmware. 2266 2267 This driver can also be built as a module. If so, the module 2268 will be called asus_wmi_sensors. 2269 2270config SENSORS_ASUS_WMI_EC 2271 tristate "ASUS WMI B550/X570" 2272 depends on ACPI_WMI && SENSORS_ASUS_EC=n 2273 help 2274 If you say yes here you get support for the ACPI embedded controller 2275 hardware monitoring interface found in B550/X570 ASUS motherboards. 2276 This driver will provide readings of fans, voltages and temperatures 2277 through the system firmware. 2278 2279 This driver is deprecated in favor of the ASUS EC Sensors driver 2280 which provides fully compatible output. 2281 2282 This driver can also be built as a module. If so, the module 2283 will be called asus_wmi_sensors_ec. 2284 2285config SENSORS_ASUS_EC 2286 tristate "ASUS EC Sensors" 2287 depends on X86 2288 help 2289 If you say yes here you get support for the ACPI embedded controller 2290 hardware monitoring interface found in ASUS motherboards. The driver 2291 currently supports B550/X570 boards, although other ASUS boards might 2292 provide this monitoring interface as well. 2293 2294 This driver can also be built as a module. If so, the module 2295 will be called asus_ec_sensors. 2296 2297endif # ACPI 2298 2299endif # HWMON 2300