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