1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2ad2f931dSJean Delvare# 3060b2f55SJean Delvare# Hardware monitoring chip drivers configuration 4ad2f931dSJean Delvare# 5ad2f931dSJean Delvare 61d72acf9SJan Engelhardtmenuconfig HWMON 7ad2f931dSJean Delvare tristate "Hardware Monitoring support" 8e25df120SMartin Schwidefsky depends on HAS_IOMEM 9ad2f931dSJean Delvare default y 10ad2f931dSJean Delvare help 11ad2f931dSJean Delvare Hardware monitoring devices let you monitor the hardware health 12ad2f931dSJean Delvare of a system. Most modern motherboards include such a device. It 13ad2f931dSJean Delvare can include temperature sensors, voltage sensors, fan speed 14ad2f931dSJean Delvare sensors and various additional features such as the ability to 151236441fSMark M. Hoffman control the speed of the fans. If you want this support you 161236441fSMark M. Hoffman should say Y here and also to the specific driver(s) for your 171236441fSMark M. Hoffman sensors chip(s) below. 181236441fSMark M. Hoffman 190d0001ddSJean Delvare To find out which specific driver(s) you need, use the 200d0001ddSJean Delvare sensors-detect script from the lm_sensors package. Read 217ebd8b66SMauro Carvalho Chehab <file:Documentation/hwmon/userspace-tools.rst> for details. 220d0001ddSJean Delvare 231236441fSMark M. Hoffman This support can also be built as a module. If so, the module 241236441fSMark M. Hoffman will be called hwmon. 25ad2f931dSJean Delvare 261d72acf9SJan Engelhardtif HWMON 271d72acf9SJan Engelhardt 28303760b4SJean Delvareconfig HWMON_VID 29303760b4SJean Delvare tristate 30303760b4SJean Delvare 3161cba5c2SJean Delvareconfig HWMON_DEBUG_CHIP 3261cba5c2SJean Delvare bool "Hardware Monitoring Chip debugging messages" 3361cba5c2SJean Delvare help 3461cba5c2SJean Delvare Say Y here if you want the I2C chip drivers to produce a bunch of 3561cba5c2SJean Delvare debug messages to the system log. Select this if you are having 3661cba5c2SJean Delvare a problem with I2C support and want to see more of what is going 3761cba5c2SJean Delvare on. 3861cba5c2SJean Delvare 3961cba5c2SJean Delvarecomment "Native drivers" 4061cba5c2SJean Delvare 41f2b84bbcSHans de Goedeconfig SENSORS_ABITUGURU 423faa1ffbSHans de Goede tristate "Abit uGuru (rev 1 & 2)" 43523315a9SNiklas Schnelle depends on (X86 && DMI) || COMPILE_TEST && HAS_IOPORT 44f2b84bbcSHans de Goede help 453faa1ffbSHans de Goede If you say yes here you get support for the sensor part of the first 463faa1ffbSHans de Goede and second revision of the Abit uGuru chip. The voltage and frequency 473faa1ffbSHans de Goede control parts of the Abit uGuru are not supported. The Abit uGuru 483faa1ffbSHans de Goede chip can be found on Abit uGuru featuring motherboards (most modern 493faa1ffbSHans de Goede Abit motherboards from before end 2005). For more info and a list 503faa1ffbSHans de Goede of which motherboards have which revision see 517ebd8b66SMauro Carvalho Chehab Documentation/hwmon/abituguru.rst 52f2b84bbcSHans de Goede 53f2b84bbcSHans de Goede This driver can also be built as a module. If so, the module 54f2b84bbcSHans de Goede will be called abituguru. 55f2b84bbcSHans de Goede 563faa1ffbSHans de Goedeconfig SENSORS_ABITUGURU3 573faa1ffbSHans de Goede tristate "Abit uGuru (rev 3)" 58523315a9SNiklas Schnelle depends on (X86 && DMI) || COMPILE_TEST && HAS_IOPORT 593faa1ffbSHans de Goede help 603faa1ffbSHans de Goede If you say yes here you get support for the sensor part of the 613faa1ffbSHans de Goede third revision of the Abit uGuru chip. Only reading the sensors 623faa1ffbSHans de Goede and their settings is supported. The third revision of the Abit 633faa1ffbSHans de Goede uGuru chip can be found on recent Abit motherboards (since end 643faa1ffbSHans de Goede 2005). For more info and a list of which motherboards have which 657ebd8b66SMauro Carvalho Chehab revision see Documentation/hwmon/abituguru3.rst 663faa1ffbSHans de Goede 673faa1ffbSHans de Goede This driver can also be built as a module. If so, the module 683faa1ffbSHans de Goede will be called abituguru3. 693faa1ffbSHans de Goede 707bce8981SQuan Nguyenconfig SENSORS_SMPRO 717bce8981SQuan Nguyen tristate "Ampere's Altra SMpro hardware monitoring driver" 727bce8981SQuan Nguyen depends on MFD_SMPRO 737bce8981SQuan Nguyen help 747bce8981SQuan Nguyen If you say yes here you get support for the thermal, voltage, 757bce8981SQuan Nguyen current and power sensors of Ampere's Altra processor family SoC 767bce8981SQuan Nguyen with SMpro co-processor. 777bce8981SQuan Nguyen 784f3a6595SJonathan Cameronconfig SENSORS_AD7314 794f3a6595SJonathan Cameron tristate "Analog Devices AD7314 and compatibles" 80e2d8c2b6SGuenter Roeck depends on SPI 814f3a6595SJonathan Cameron help 824f3a6595SJonathan Cameron If you say yes here you get support for the Analog Devices 834f3a6595SJonathan Cameron AD7314, ADT7301 and ADT7302 temperature sensors. 844f3a6595SJonathan Cameron 854f3a6595SJonathan Cameron This driver can also be built as a module. If so, the module 864f3a6595SJonathan Cameron will be called ad7314. 874f3a6595SJonathan Cameron 886c633c30SSean MacLennanconfig SENSORS_AD7414 896c633c30SSean MacLennan tristate "Analog Devices AD7414" 90e2d8c2b6SGuenter Roeck depends on I2C 916c633c30SSean MacLennan help 926c633c30SSean MacLennan If you say yes here you get support for the Analog Devices 936c633c30SSean MacLennan AD7414 temperature monitoring chip. 946c633c30SSean MacLennan 956c633c30SSean MacLennan This driver can also be built as a module. If so, the module 966c633c30SSean MacLennan will be called ad7414. 976c633c30SSean MacLennan 982d8dd65fSAlessandro Zummoconfig SENSORS_AD7418 992d8dd65fSAlessandro Zummo tristate "Analog Devices AD7416, AD7417 and AD7418" 100e2d8c2b6SGuenter Roeck depends on I2C 1012d8dd65fSAlessandro Zummo help 1022d8dd65fSAlessandro Zummo If you say yes here you get support for the Analog Devices 1032d8dd65fSAlessandro Zummo AD7416, AD7417 and AD7418 temperature monitoring chips. 1042d8dd65fSAlessandro Zummo 1052d8dd65fSAlessandro Zummo This driver can also be built as a module. If so, the module 1062d8dd65fSAlessandro Zummo will be called ad7418. 1072d8dd65fSAlessandro Zummo 108ad2f931dSJean Delvareconfig SENSORS_ADM1025 109ad2f931dSJean Delvare tristate "Analog Devices ADM1025 and compatibles" 1101d72acf9SJan Engelhardt depends on I2C 111303760b4SJean Delvare select HWMON_VID 112ad2f931dSJean Delvare help 113ad2f931dSJean Delvare If you say yes here you get support for Analog Devices ADM1025 114ad2f931dSJean Delvare and Philips NE1619 sensor chips. 115ad2f931dSJean Delvare 116ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 117ad2f931dSJean Delvare will be called adm1025. 118ad2f931dSJean Delvare 119ad2f931dSJean Delvareconfig SENSORS_ADM1026 120ad2f931dSJean Delvare tristate "Analog Devices ADM1026 and compatibles" 1210b22ce3bSJean Delvare depends on I2C 122303760b4SJean Delvare select HWMON_VID 123ad2f931dSJean Delvare help 124ad2f931dSJean Delvare If you say yes here you get support for Analog Devices ADM1026 125ad2f931dSJean Delvare sensor chip. 126ad2f931dSJean Delvare 127ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 128ad2f931dSJean Delvare will be called adm1026. 129ad2f931dSJean Delvare 130cae2caaeSCorentin Labbeconfig SENSORS_ADM1029 131cae2caaeSCorentin Labbe tristate "Analog Devices ADM1029" 1320b22ce3bSJean Delvare depends on I2C 133cae2caaeSCorentin Labbe help 134cae2caaeSCorentin Labbe If you say yes here you get support for Analog Devices ADM1029 135cae2caaeSCorentin Labbe sensor chip. 136cae2caaeSCorentin Labbe Very rare chip, please let us know you use it. 137cae2caaeSCorentin Labbe 138cae2caaeSCorentin Labbe This driver can also be built as a module. If so, the module 139cae2caaeSCorentin Labbe will be called adm1029. 140cae2caaeSCorentin Labbe 141ad2f931dSJean Delvareconfig SENSORS_ADM1031 142ad2f931dSJean Delvare tristate "Analog Devices ADM1031 and compatibles" 1430b22ce3bSJean Delvare depends on I2C 144ad2f931dSJean Delvare help 145ad2f931dSJean Delvare If you say yes here you get support for Analog Devices ADM1031 146ad2f931dSJean Delvare and ADM1030 sensor chips. 147ad2f931dSJean Delvare 148ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 149ad2f931dSJean Delvare will be called adm1031. 150ad2f931dSJean Delvare 15109b08ac9SBeniamin Biaconfig SENSORS_ADM1177 15209b08ac9SBeniamin Bia tristate "Analog Devices ADM1177 and compatibles" 15309b08ac9SBeniamin Bia depends on I2C 15409b08ac9SBeniamin Bia help 15509b08ac9SBeniamin Bia If you say yes here you get support for Analog Devices ADM1177 15609b08ac9SBeniamin Bia sensor chips. 15709b08ac9SBeniamin Bia 15809b08ac9SBeniamin Bia This driver can also be built as a module. If so, the module 15909b08ac9SBeniamin Bia will be called adm1177. 16009b08ac9SBeniamin Bia 161ad2f931dSJean Delvareconfig SENSORS_ADM9240 162ad2f931dSJean Delvare tristate "Analog Devices ADM9240 and compatibles" 16368f823deSGrant Coady depends on I2C 164303760b4SJean Delvare select HWMON_VID 16514849a2eSJavier Carrasco select REGMAP_I2C 166ad2f931dSJean Delvare help 167ad2f931dSJean Delvare If you say yes here you get support for Analog Devices ADM9240, 168ad2f931dSJean Delvare Dallas DS1780, National Semiconductor LM81 sensor chips. 169ad2f931dSJean Delvare 170ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 171ad2f931dSJean Delvare will be called adm9240. 172ad2f931dSJean Delvare 17351c2a487SLars-Peter Clausenconfig SENSORS_ADT7X10 17451c2a487SLars-Peter Clausen tristate 175f5320701SGuenter Roeck select REGMAP 17651c2a487SLars-Peter Clausen help 17751c2a487SLars-Peter Clausen This module contains common code shared by the ADT7310/ADT7320 and 17851c2a487SLars-Peter Clausen ADT7410/ADT7420 temperature monitoring chip drivers. 17951c2a487SLars-Peter Clausen 180b71464c9SCorentin Labbe If built as a module, the module will be called adt7x10. 18151c2a487SLars-Peter Clausen 18251c2a487SLars-Peter Clausenconfig SENSORS_ADT7310 18351c2a487SLars-Peter Clausen tristate "Analog Devices ADT7310/ADT7320" 18451c2a487SLars-Peter Clausen depends on SPI_MASTER 18551c2a487SLars-Peter Clausen select SENSORS_ADT7X10 18651c2a487SLars-Peter Clausen help 18751c2a487SLars-Peter Clausen If you say yes here you get support for the Analog Devices 18851c2a487SLars-Peter Clausen ADT7310 and ADT7320 temperature monitoring chips. 18951c2a487SLars-Peter Clausen 19051c2a487SLars-Peter Clausen This driver can also be built as a module. If so, the module 19151c2a487SLars-Peter Clausen will be called adt7310. 19251c2a487SLars-Peter Clausen 193983b97beSHartmut Knaackconfig SENSORS_ADT7410 194e46e5dc2SLars-Peter Clausen tristate "Analog Devices ADT7410/ADT7420" 195e2d8c2b6SGuenter Roeck depends on I2C 19651c2a487SLars-Peter Clausen select SENSORS_ADT7X10 197983b97beSHartmut Knaack help 198983b97beSHartmut Knaack If you say yes here you get support for the Analog Devices 199e46e5dc2SLars-Peter Clausen ADT7410 and ADT7420 temperature monitoring chips. 200983b97beSHartmut Knaack 201983b97beSHartmut Knaack This driver can also be built as a module. If so, the module 202983b97beSHartmut Knaack will be called adt7410. 203983b97beSHartmut Knaack 204d84ca5b3SWolfram Sangconfig SENSORS_ADT7411 205d84ca5b3SWolfram Sang tristate "Analog Devices ADT7411" 206e2d8c2b6SGuenter Roeck depends on I2C 207d84ca5b3SWolfram Sang help 208d84ca5b3SWolfram Sang If you say yes here you get support for the Analog Devices 209d84ca5b3SWolfram Sang ADT7411 voltage and temperature monitoring chip. 210d84ca5b3SWolfram Sang 211d84ca5b3SWolfram Sang This driver can also be built as a module. If so, the module 212d84ca5b3SWolfram Sang will be called adt7411. 213d84ca5b3SWolfram Sang 214c0b4e3abSDarrick J. Wongconfig SENSORS_ADT7462 215c0b4e3abSDarrick J. Wong tristate "Analog Devices ADT7462" 216e2d8c2b6SGuenter Roeck depends on I2C 217c0b4e3abSDarrick J. Wong help 218c0b4e3abSDarrick J. Wong If you say yes here you get support for the Analog Devices 219c0b4e3abSDarrick J. Wong ADT7462 temperature monitoring chips. 220c0b4e3abSDarrick J. Wong 221c0b4e3abSDarrick J. Wong This driver can also be built as a module. If so, the module 222c0b4e3abSDarrick J. Wong will be called adt7462. 223c0b4e3abSDarrick J. Wong 2246f9703d0SDarrick J. Wongconfig SENSORS_ADT7470 2256f9703d0SDarrick J. Wong tristate "Analog Devices ADT7470" 226e2d8c2b6SGuenter Roeck depends on I2C 227b6abcc19SJavier Carrasco select REGMAP_I2C 2286f9703d0SDarrick J. Wong help 2296f9703d0SDarrick J. Wong If you say yes here you get support for the Analog Devices 2306f9703d0SDarrick J. Wong ADT7470 temperature monitoring chips. 2316f9703d0SDarrick J. Wong 2326f9703d0SDarrick J. Wong This driver can also be built as a module. If so, the module 2336f9703d0SDarrick J. Wong will be called adt7470. 2346f9703d0SDarrick J. Wong 2351c301fc5SJordan Crouseconfig SENSORS_ADT7475 236d8d2ee07SJean Delvare tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" 2370b22ce3bSJean Delvare depends on I2C 23854fe4671SJean Delvare select HWMON_VID 2391c301fc5SJordan Crouse help 2401c301fc5SJordan Crouse If you say yes here you get support for the Analog Devices 241d8d2ee07SJean Delvare ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring 242d8d2ee07SJean Delvare chips. 2431c301fc5SJordan Crouse 244b71464c9SCorentin Labbe This driver can also be built as a module. If so, the module 2451c301fc5SJordan Crouse will be called adt7475. 2461c301fc5SJordan Crouse 2478c78f0deSJohannes Cornelis Draaijer (datdenkikniet)config SENSORS_AHT10 248d2abcb5cSKirill Yatsenko tristate "Aosong AHT10, AHT20" 2498c78f0deSJohannes Cornelis Draaijer (datdenkikniet) depends on I2C 250d2abcb5cSKirill Yatsenko select CRC8 2518c78f0deSJohannes Cornelis Draaijer (datdenkikniet) help 252d2abcb5cSKirill Yatsenko If you say yes here, you get support for the Aosong AHT10 and AHT20 2538c78f0deSJohannes Cornelis Draaijer (datdenkikniet) temperature and humidity sensors 2548c78f0deSJohannes Cornelis Draaijer (datdenkikniet) 2558c78f0deSJohannes Cornelis Draaijer (datdenkikniet) This driver can also be built as a module. If so, the module 2568c78f0deSJohannes Cornelis Draaijer (datdenkikniet) will be called aht10. 2578c78f0deSJohannes Cornelis Draaijer (datdenkikniet) 2580e35f63fSAleksa Savicconfig SENSORS_AQUACOMPUTER_D5NEXT 259aed80bb9SAleksa Savic tristate "Aquacomputer D5 Next, Octo, Quadro, Farbwerk, Farbwerk 360, High Flow Next" 2600e35f63fSAleksa Savic depends on USB_HID 261752b9279SAleksa Savic select CRC16 2620e35f63fSAleksa Savic help 263752b9279SAleksa Savic If you say yes here you get support for sensors and fans of 264cdbe34daSAleksa Savic the Aquacomputer D5 Next watercooling pump, Octo and Quadro fan 265aed80bb9SAleksa Savic controllers, Farbwerk and Farbwerk 360 RGB controllers, High Flow 266aed80bb9SAleksa Savic Next sensor, where available. 2670e35f63fSAleksa Savic 2680e35f63fSAleksa Savic This driver can also be built as a module. If so, the module 2690e35f63fSAleksa Savic will be called aquacomputer_d5next. 2700e35f63fSAleksa Savic 2717548666eSJisheng Zhangconfig SENSORS_AS370 2727548666eSJisheng Zhang tristate "Synaptics AS370 SoC hardware monitoring driver" 2737548666eSJisheng Zhang help 2747548666eSJisheng Zhang If you say yes here you get support for the PVT sensors of 2757548666eSJisheng Zhang the Synaptics AS370 SoC 2767548666eSJisheng Zhang 2777548666eSJisheng Zhang This driver can also be built as a module. If so, the module 2787548666eSJisheng Zhang will be called as370-hwmon. 2797548666eSJisheng Zhang 2807548666eSJisheng Zhang 281d58de038SGeorge Josephconfig SENSORS_ASC7621 282d58de038SGeorge Joseph tristate "Andigilog aSC7621" 2839854f971SJean Delvare depends on I2C 284d58de038SGeorge Joseph help 285d58de038SGeorge Joseph If you say yes here you get support for the aSC7621 286b00d8a7eSJaswinder Singh Rajput family of SMBus sensors chip found on most Intel X38, X48, X58, 287b00d8a7eSJaswinder Singh Rajput 945, 965 and 975 desktop boards. Currently supported chips: 288d58de038SGeorge Joseph aSC7621 289d58de038SGeorge Joseph aSC7621a 290d58de038SGeorge Joseph 291d58de038SGeorge Joseph This driver can also be built as a module. If so, the module 292d58de038SGeorge Joseph will be called asc7621. 293d58de038SGeorge Joseph 294ed3e0379SAleksa Savicconfig SENSORS_ASUS_ROG_RYUJIN 295ed3e0379SAleksa Savic tristate "ASUS ROG RYUJIN II 360 hardware monitoring driver" 296ed3e0379SAleksa Savic depends on HID 297ed3e0379SAleksa Savic help 298ed3e0379SAleksa Savic If you say yes here you get support for the fans and sensors of 299ed3e0379SAleksa Savic the ASUS ROG RYUJIN II 360 AIO CPU liquid cooler. 300ed3e0379SAleksa Savic 301ed3e0379SAleksa Savic This driver can also be built as a module. If so, the module 302ed3e0379SAleksa Savic will be called asus_rog_ryujin. 303ed3e0379SAleksa Savic 3048412b410SNuno Sáconfig SENSORS_AXI_FAN_CONTROL 3058412b410SNuno Sá tristate "Analog Devices FAN Control HDL Core driver" 3068412b410SNuno Sá help 3078412b410SNuno Sá If you say yes here you get support for the Analog Devices 3088412b410SNuno Sá AXI HDL FAN monitoring core. 3098412b410SNuno Sá 3108412b410SNuno Sá This driver can also be built as a module. If so, the module 3118412b410SNuno Sá will be called axi-fan-control 3128412b410SNuno Sá 31329fa06c1SRudolf Marekconfig SENSORS_K8TEMP 3144660cb35SRudolf Marek tristate "AMD Athlon64/FX or Opteron temperature sensor" 315e2d8c2b6SGuenter Roeck depends on X86 && PCI 31629fa06c1SRudolf Marek help 31729fa06c1SRudolf Marek If you say yes here you get support for the temperature 3184660cb35SRudolf Marek sensor(s) inside your CPU. Supported is whole AMD K8 3194660cb35SRudolf Marek microarchitecture. Please note that you will need at least 3204660cb35SRudolf Marek lm-sensors 2.10.1 for proper userspace support. 32129fa06c1SRudolf Marek 32229fa06c1SRudolf Marek This driver can also be built as a module. If so, the module 32329fa06c1SRudolf Marek will be called k8temp. 32429fa06c1SRudolf Marek 3253c57e89bSClemens Ladischconfig SENSORS_K10TEMP 3269e581311SAndre Przywara tristate "AMD Family 10h+ temperature sensor" 327d6caeafaSMario Limonciello depends on X86 && PCI && AMD_NODE 3283c57e89bSClemens Ladisch help 3293c57e89bSClemens Ladisch If you say yes here you get support for the temperature 3303c57e89bSClemens Ladisch sensor(s) inside your CPU. Supported are later revisions of 331aa4790a6SClemens Ladisch the AMD Family 10h and all revisions of the AMD Family 11h, 332f89ce270SAravind Gopalakrishnan 12h (Llano), 14h (Brazos), 15h (Bulldozer/Trinity/Kaveri/Carrizo) 333f89ce270SAravind Gopalakrishnan and 16h (Kabini/Mullins) microarchitectures. 3343c57e89bSClemens Ladisch 3353c57e89bSClemens Ladisch This driver can also be built as a module. If so, the module 3363c57e89bSClemens Ladisch will be called k10temp. 3373c57e89bSClemens Ladisch 3387e581c19SGerhard Englederconfig SENSORS_KBATT 3397e581c19SGerhard Engleder tristate "KEBA battery controller support" 3407e581c19SGerhard Engleder depends on KEBA_CP500 3417e581c19SGerhard Engleder help 3427e581c19SGerhard Engleder This driver supports the battery monitoring controller found in 3437e581c19SGerhard Engleder KEBA system FPGA devices. 3447e581c19SGerhard Engleder 3457e581c19SGerhard Engleder This driver can also be built as a module. If so, the module 3467e581c19SGerhard Engleder will be called kbatt. 3477e581c19SGerhard Engleder 3489b96f82cSGerhard Englederconfig SENSORS_KFAN 3499b96f82cSGerhard Engleder tristate "KEBA fan controller support" 3509b96f82cSGerhard Engleder depends on KEBA_CP500 3519b96f82cSGerhard Engleder help 3529b96f82cSGerhard Engleder This driver supports the fan controller found in KEBA system 3539b96f82cSGerhard Engleder FPGA devices. 3549b96f82cSGerhard Engleder 3559b96f82cSGerhard Engleder This driver can also be built as a module. If so, the module 3569b96f82cSGerhard Engleder will be called kfan. 3579b96f82cSGerhard Engleder 358512d1027SAndreas Herrmannconfig SENSORS_FAM15H_POWER 359512d1027SAndreas Herrmann tristate "AMD Family 15h processor power" 3603ba4e384SHuang Rui depends on X86 && PCI && CPU_SUP_AMD 361512d1027SAndreas Herrmann help 362512d1027SAndreas Herrmann If you say yes here you get support for processor power 363512d1027SAndreas Herrmann information of your AMD family 15h CPU. 364512d1027SAndreas Herrmann 365512d1027SAndreas Herrmann This driver can also be built as a module. If so, the module 366512d1027SAndreas Herrmann will be called fam15h_power. 367512d1027SAndreas Herrmann 368ebf5e877SJean Delvareconfig SENSORS_APPLESMC 369ebf5e877SJean Delvare tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" 370ebf5e877SJean Delvare depends on INPUT && X86 371ebf5e877SJean Delvare select NEW_LEDS 372ebf5e877SJean Delvare select LEDS_CLASS 373ebf5e877SJean Delvare help 374ebf5e877SJean Delvare This driver provides support for the Apple System Management 375ebf5e877SJean Delvare Controller, which provides an accelerometer (Apple Sudden Motion 376ebf5e877SJean Delvare Sensor), light sensors, temperature sensors, keyboard backlight 377ebf5e877SJean Delvare control and fan control. 378ebf5e877SJean Delvare 379ebf5e877SJean Delvare Only Intel-based Apple's computers are supported (MacBook Pro, 380ebf5e877SJean Delvare MacBook, MacMini). 381ebf5e877SJean Delvare 382ebf5e877SJean Delvare Data from the different sensors, keyboard backlight control and fan 383ebf5e877SJean Delvare control are accessible via sysfs. 384ebf5e877SJean Delvare 385ebf5e877SJean Delvare This driver also provides an absolute input class device, allowing 386ebf5e877SJean Delvare the laptop to act as a pinball machine-esque joystick. 387ebf5e877SJean Delvare 388ebf5e877SJean Delvare Say Y here if you have an applicable laptop and want to experience 389ebf5e877SJean Delvare the awesome power of applesmc. 390ebf5e877SJean Delvare 391b23688aeSSudeep Hollaconfig SENSORS_ARM_SCMI 392b23688aeSSudeep Holla tristate "ARM SCMI Sensors" 393b23688aeSSudeep Holla depends on ARM_SCMI_PROTOCOL 394b23688aeSSudeep Holla depends on THERMAL || !THERMAL_OF 395b23688aeSSudeep Holla help 396b23688aeSSudeep Holla This driver provides support for temperature, voltage, current 397b23688aeSSudeep Holla and power sensors available on SCMI based platforms. The actual 398b23688aeSSudeep Holla number and type of sensors exported depend on the platform. 399b23688aeSSudeep Holla 400b23688aeSSudeep Holla This driver can also be built as a module. If so, the module 401b23688aeSSudeep Holla will be called scmi-hwmon. 402b23688aeSSudeep Holla 403ea98b29aSPunit Agrawalconfig SENSORS_ARM_SCPI 404ea98b29aSPunit Agrawal tristate "ARM SCPI Sensors" 405ea98b29aSPunit Agrawal depends on ARM_SCPI_PROTOCOL 406d42d5b6fSArnd Bergmann depends on THERMAL || !THERMAL_OF 407ea98b29aSPunit Agrawal help 408ea98b29aSPunit Agrawal This driver provides support for temperature, voltage, current 409ea98b29aSPunit Agrawal and power sensors available on ARM Ltd's SCP based platforms. The 410ea98b29aSPunit Agrawal actual number and type of sensors exported depend on the platform. 411ea98b29aSPunit Agrawal 412ad2f931dSJean Delvareconfig SENSORS_ASB100 413ad2f931dSJean Delvare tristate "Asus ASB100 Bach" 414b97adb59SUwe Kleine-König depends on (X86 || COMPILE_TEST) && I2C 415303760b4SJean Delvare select HWMON_VID 416ad2f931dSJean Delvare help 417ad2f931dSJean Delvare If you say yes here you get support for the ASB100 Bach sensor 418ad2f931dSJean Delvare chip found on some Asus mainboards. 419ad2f931dSJean Delvare 420ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 421ad2f931dSJean Delvare will be called asb100. 422ad2f931dSJean Delvare 4232d7a548aSJaghathiswari Rankappagounder Natarajanconfig SENSORS_ASPEED 4242d7a548aSJaghathiswari Rankappagounder Natarajan tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver" 425331ed050SPeter Robinson depends on ARCH_ASPEED || COMPILE_TEST 426d5553c26SArnd Bergmann depends on THERMAL || THERMAL=n 42708fd5e76SGuenter Roeck select REGMAP 4282d7a548aSJaghathiswari Rankappagounder Natarajan help 4292d7a548aSJaghathiswari Rankappagounder Natarajan This driver provides support for ASPEED AST2400/AST2500 PWM 4302d7a548aSJaghathiswari Rankappagounder Natarajan and Fan Tacho controllers. 4312d7a548aSJaghathiswari Rankappagounder Natarajan 4322d7a548aSJaghathiswari Rankappagounder Natarajan This driver can also be built as a module. If so, the module 4332d7a548aSJaghathiswari Rankappagounder Natarajan will be called aspeed_pwm_tacho. 4342d7a548aSJaghathiswari Rankappagounder Natarajan 4357e1449cdSBilly Tsaiconfig SENSORS_ASPEED_G6 436c8571eabSJoel Stanley tristate "ASPEED G6 PWM and Fan tach driver" 4377e1449cdSBilly Tsai depends on ARCH_ASPEED || COMPILE_TEST 4387e1449cdSBilly Tsai depends on PWM 4397e1449cdSBilly Tsai help 4407e1449cdSBilly Tsai This driver provides support for ASPEED G6 PWM and Fan Tach 4417e1449cdSBilly Tsai controllers. 4427e1449cdSBilly Tsai 4437e1449cdSBilly Tsai This driver can also be built as a module. If so, the module 444c8571eabSJoel Stanley will be called aspeed_g6_pwm_tach. 4457e1449cdSBilly Tsai 446ad2f931dSJean Delvareconfig SENSORS_ATXP1 447ad2f931dSJean Delvare tristate "Attansic ATXP1 VID controller" 448e2d8c2b6SGuenter Roeck depends on I2C 449303760b4SJean Delvare select HWMON_VID 450ad2f931dSJean Delvare help 451ad2f931dSJean Delvare If you say yes here you get support for the Attansic ATXP1 VID 452ad2f931dSJean Delvare controller. 453ad2f931dSJean Delvare 454ad2f931dSJean Delvare If your board have such a chip, you are able to control your CPU 455ad2f931dSJean Delvare core and other voltages. 456ad2f931dSJean Delvare 457ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 458ad2f931dSJean Delvare will be called atxp1. 459ad2f931dSJean Delvare 46087976ce2SSerge Seminconfig SENSORS_BT1_PVT 46187976ce2SSerge Semin tristate "Baikal-T1 Process, Voltage, Temperature sensor driver" 46287976ce2SSerge Semin depends on MIPS_BAIKAL_T1 || COMPILE_TEST 463e0daf1a6SMichael Walle select POLYNOMIAL 46487976ce2SSerge Semin help 46587976ce2SSerge Semin If you say yes here you get support for Baikal-T1 PVT sensor 46687976ce2SSerge Semin embedded into the SoC. 46787976ce2SSerge Semin 46887976ce2SSerge Semin This driver can also be built as a module. If so, the module will be 46987976ce2SSerge Semin called bt1-pvt. 47087976ce2SSerge Semin 47187976ce2SSerge Seminconfig SENSORS_BT1_PVT_ALARMS 47287976ce2SSerge Semin bool "Enable Baikal-T1 PVT sensor alarms" 47387976ce2SSerge Semin depends on SENSORS_BT1_PVT 47487976ce2SSerge Semin help 47587976ce2SSerge Semin Baikal-T1 PVT IP-block provides threshold registers for each 47687976ce2SSerge Semin supported sensor. But the corresponding interrupts might be 47787976ce2SSerge Semin generated by the thresholds comparator only in synchronization with 47887976ce2SSerge Semin a data conversion. Additionally there is only one sensor data can 47987976ce2SSerge Semin be converted at a time. All of these makes the interface impossible 48087976ce2SSerge Semin to be used for the hwmon alarms implementation without periodic 48187976ce2SSerge Semin switch between the PVT sensors. By default the data conversion is 48287976ce2SSerge Semin performed on demand from the user-space. If this config is enabled 48387976ce2SSerge Semin the data conversion will be periodically performed and the data will be 48487976ce2SSerge Semin saved in the internal driver cache. 48587976ce2SSerge Semin 48608ebc9deSThomas Richardconfig SENSORS_CGBC 48708ebc9deSThomas Richard tristate "Congatec Board Controller Sensors" 48808ebc9deSThomas Richard depends on MFD_CGBC 48908ebc9deSThomas Richard help 49008ebc9deSThomas Richard Enable sensors support for the Congatec Board Controller. It has 49108ebc9deSThomas Richard temperature, voltage, current and fan sensors. 49208ebc9deSThomas Richard 49308ebc9deSThomas Richard This driver can also be built as a module. If so, the module will be 49408ebc9deSThomas Richard called cgbc-hwmon. 49508ebc9deSThomas Richard 4963af35092SJavier Carrascoconfig SENSORS_CHIPCAP2 4973af35092SJavier Carrasco tristate "Amphenol ChipCap 2 relative humidity and temperature sensor" 4983af35092SJavier Carrasco depends on I2C 4993af35092SJavier Carrasco help 5003af35092SJavier Carrasco Say yes here to build support for the Amphenol ChipCap 2 5013af35092SJavier Carrasco relative humidity and temperature sensor. 5023af35092SJavier Carrasco 5033af35092SJavier Carrasco To compile this driver as a module, choose M here: the module 5043af35092SJavier Carrasco will be called chipcap2. 5053af35092SJavier Carrasco 50640c3a445SMarius Zachmannconfig SENSORS_CORSAIR_CPRO 50740c3a445SMarius Zachmann tristate "Corsair Commander Pro controller" 50840c3a445SMarius Zachmann depends on HID 50940c3a445SMarius Zachmann help 51040c3a445SMarius Zachmann If you say yes here you get support for the Corsair Commander Pro 51140c3a445SMarius Zachmann controller. 51240c3a445SMarius Zachmann 51340c3a445SMarius Zachmann This driver can also be built as a module. If so, the module 51440c3a445SMarius Zachmann will be called corsair-cpro. 51540c3a445SMarius Zachmann 516d115b51eSWilken Gottwaltconfig SENSORS_CORSAIR_PSU 517d115b51eSWilken Gottwalt tristate "Corsair PSU HID controller" 518d115b51eSWilken Gottwalt depends on HID 519d115b51eSWilken Gottwalt help 520d115b51eSWilken Gottwalt If you say yes here you get support for Corsair PSUs with a HID 521d115b51eSWilken Gottwalt interface. 522d115b51eSWilken Gottwalt Currently this driver supports the (RM/HX)550i, (RM/HX)650i, 523d115b51eSWilken Gottwalt (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies 524d115b51eSWilken Gottwalt by Corsair. 525d115b51eSWilken Gottwalt 526d115b51eSWilken Gottwalt This driver can also be built as a module. If so, the module 527d115b51eSWilken Gottwalt will be called corsair-psu. 528d115b51eSWilken Gottwalt 529bc3e4525SThomas Weißschuhconfig SENSORS_CROS_EC 530bc3e4525SThomas Weißschuh tristate "ChromeOS Embedded Controller sensors" 531bc3e4525SThomas Weißschuh depends on MFD_CROS_EC_DEV 532bc3e4525SThomas Weißschuh default MFD_CROS_EC_DEV 533bc3e4525SThomas Weißschuh help 534bc3e4525SThomas Weißschuh If you say yes here you get support for ChromeOS Embedded Controller 535bc3e4525SThomas Weißschuh sensors. 536bc3e4525SThomas Weißschuh 537bc3e4525SThomas Weißschuh This driver can also be built as a module. If so, the module 538bc3e4525SThomas Weißschuh will be called cros_ec_hwmon. 539bc3e4525SThomas Weißschuh 5405b46903dSGuenter Roeckconfig SENSORS_DRIVETEMP 5415b46903dSGuenter Roeck tristate "Hard disk drives with temperature sensors" 5425b46903dSGuenter Roeck depends on SCSI && ATA 5435b46903dSGuenter Roeck help 5445b46903dSGuenter Roeck If you say yes you get support for the temperature sensor on 5455b46903dSGuenter Roeck hard disk drives. 5465b46903dSGuenter Roeck 5475b46903dSGuenter Roeck This driver can also be built as a module. If so, the module 5486bdf8f3eSAnn T Ropea will be called drivetemp. 5495b46903dSGuenter Roeck 55060994698SRoland Stiggeconfig SENSORS_DS620 55160994698SRoland Stigge tristate "Dallas Semiconductor DS620" 55260994698SRoland Stigge depends on I2C 55360994698SRoland Stigge help 55460994698SRoland Stigge If you say yes here you get support for Dallas Semiconductor 55560994698SRoland Stigge DS620 sensor chip. 55660994698SRoland Stigge 55760994698SRoland Stigge This driver can also be built as a module. If so, the module 55860994698SRoland Stigge will be called ds620. 55960994698SRoland Stigge 560ad2f931dSJean Delvareconfig SENSORS_DS1621 561cd6c8a42SRobert Coulson tristate "Dallas Semiconductor DS1621 and compatibles" 5621d72acf9SJan Engelhardt depends on I2C 563ad2f931dSJean Delvare help 564cd6c8a42SRobert Coulson If you say yes here you get support for Dallas Semiconductor/Maxim 565cd6c8a42SRobert Coulson Integrated DS1621 sensor chips and compatible models including: 566cd6c8a42SRobert Coulson 567cd6c8a42SRobert Coulson - Dallas Semiconductor DS1625 56879c1cc1cSRobert Coulson - Maxim Integrated DS1631 569cd6c8a42SRobert Coulson - Maxim Integrated DS1721 570260f81ffSRobert Coulson - Maxim Integrated DS1731 571ad2f931dSJean Delvare 572ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 573ad2f931dSJean Delvare will be called ds1621. 574ad2f931dSJean Delvare 575039ae585SPali Rohárconfig SENSORS_DELL_SMM 576039ae585SPali Rohár tristate "Dell laptop SMM BIOS hwmon driver" 577b7a4706fSArmin Wolf depends on ACPI_WMI 578039ae585SPali Rohár depends on X86 579e0d3f7cbSArmin Wolf imply THERMAL 580039ae585SPali Rohár help 581039ae585SPali Rohár This hwmon driver adds support for reporting temperature of different 582039ae585SPali Rohár sensors and controls the fans on Dell laptops via System Management 583039ae585SPali Rohár Mode provided by Dell BIOS. 584039ae585SPali Rohár 585039ae585SPali Rohár When option I8K is also enabled this driver provides legacy /proc/i8k 586039ae585SPali Rohár userspace interface for i8kutils package. 587039ae585SPali Rohár 588a7a6f65aSMateusz Jończykconfig I8K 5895f86cce6SMateusz Jończyk bool "Legacy /proc/i8k interface of Dell laptop SMM BIOS hwmon driver" 590a7a6f65aSMateusz Jończyk depends on SENSORS_DELL_SMM 591a7a6f65aSMateusz Jończyk depends on PROC_FS 592a7a6f65aSMateusz Jończyk help 5935f86cce6SMateusz Jończyk This option enables the legacy /proc/i8k userspace interface of the 5945f86cce6SMateusz Jończyk dell-smm-hwmon driver. The character file /proc/i8k exposes the BIOS 5955f86cce6SMateusz Jończyk version, temperatures and allows control of fan speeds of some Dell 5965f86cce6SMateusz Jończyk laptops. Sometimes it also reports power and hotkey status. 597a7a6f65aSMateusz Jończyk 5985f86cce6SMateusz Jończyk This interface is required to run programs from the i8kutils package. 5995f86cce6SMateusz Jończyk 6005f86cce6SMateusz Jończyk Say Y if you intend to run userspace programs that use this interface. 601a7a6f65aSMateusz Jończyk Say N otherwise. 602a7a6f65aSMateusz Jończyk 603e41f6432SAshish Jangamconfig SENSORS_DA9052_ADC 604e41f6432SAshish Jangam tristate "Dialog DA9052/DA9053 ADC" 605e41f6432SAshish Jangam depends on PMIC_DA9052 606e41f6432SAshish Jangam help 607e41f6432SAshish Jangam Say y here to support the ADC found on Dialog Semiconductor 608e41f6432SAshish Jangam DA9052-BC and DA9053-AA/Bx PMICs. 609e41f6432SAshish Jangam 610e41f6432SAshish Jangam This driver can also be built as module. If so, the module 611e41f6432SAshish Jangam will be called da9052-hwmon. 612e41f6432SAshish Jangam 613e5970223SAshish Jangamconfig SENSORS_DA9055 614e5970223SAshish Jangam tristate "Dialog Semiconductor DA9055 ADC" 615e5970223SAshish Jangam depends on MFD_DA9055 616e5970223SAshish Jangam help 617e5970223SAshish Jangam If you say yes here you get support for ADC on the Dialog 618e5970223SAshish Jangam Semiconductor DA9055 PMIC. 619e5970223SAshish Jangam 620e5970223SAshish Jangam This driver can also be built as a module. If so, the module 621e5970223SAshish Jangam will be called da9055-hwmon. 622e5970223SAshish Jangam 623298c7524SDarrick J. Wongconfig SENSORS_I5K_AMB 624298c7524SDarrick J. Wong tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets" 625e2d8c2b6SGuenter Roeck depends on PCI 626298c7524SDarrick J. Wong help 627298c7524SDarrick J. Wong If you say yes here you get support for FB-DIMM AMB temperature 628298c7524SDarrick J. Wong monitoring chips on systems with the Intel 5000 series chipset. 629298c7524SDarrick J. Wong 630298c7524SDarrick J. Wong This driver can also be built as a module. If so, the module 631298c7524SDarrick J. Wong will be called i5k_amb. 632298c7524SDarrick J. Wong 633e4922176SLars Povlsenconfig SENSORS_SPARX5 634e4922176SLars Povlsen tristate "Sparx5 SoC temperature sensor" 635e4922176SLars Povlsen depends on ARCH_SPARX5 || COMPILE_TEST 636e4922176SLars Povlsen help 637e4922176SLars Povlsen If you say yes here you get support for temperature monitoring 638e4922176SLars Povlsen with the Microchip Sparx5 SoC. 639e4922176SLars Povlsen 640e4922176SLars Povlsen This driver can also be built as a module. If so, the module 641e4922176SLars Povlsen will be called sparx5-temp. 642e4922176SLars Povlsen 643e53004e2SJean Delvareconfig SENSORS_F71805F 6449cab0217SJean Delvare tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG" 645523315a9SNiklas Schnelle depends on HAS_IOPORT 646746cdfbfSDean Nelson depends on !PPC 647e53004e2SJean Delvare help 648e53004e2SJean Delvare If you say yes here you get support for hardware monitoring 6499cab0217SJean Delvare features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG 6509cab0217SJean Delvare Super-I/O chips. 651e53004e2SJean Delvare 652e53004e2SJean Delvare This driver can also be built as a module. If so, the module 653e53004e2SJean Delvare will be called f71805f. 654e53004e2SJean Delvare 65545fb3669SHans de Goedeconfig SENSORS_F71882FG 6565d7f77bfSJean Delvare tristate "Fintek F71882FG and compatibles" 657523315a9SNiklas Schnelle depends on HAS_IOPORT 658746cdfbfSDean Nelson depends on !PPC 65945fb3669SHans de Goede help 660f2e41e91SAndrew Morton If you say yes here you get support for hardware monitoring 6615d7f77bfSJean Delvare features of many Fintek Super-I/O (LPC) chips. The currently 6625d7f77bfSJean Delvare supported chips are: 663629c58baSHans de Goede F71808E/A 6645d7f77bfSJean Delvare F71858FG 6655d7f77bfSJean Delvare F71862FG 6665d7f77bfSJean Delvare F71863FG 6675da556e3SHans de Goede F71869F/E/A 6685d7f77bfSJean Delvare F71882FG 6695d7f77bfSJean Delvare F71883FG 670a66c1088SHans de Goede F71889FG/ED/A 6715d7f77bfSJean Delvare F8000 6725d7f77bfSJean Delvare F81801U 673383586b1SJean Delvare F81865F 67445fb3669SHans de Goede 67545fb3669SHans de Goede This driver can also be built as a module. If so, the module 67645fb3669SHans de Goede will be called f71882fg. 67745fb3669SHans de Goede 67884f1e442SRiku Voipioconfig SENSORS_F75375S 679f58c44e6SBjörn Gerhart tristate "Fintek F75375S/SP, F75373 and F75387" 6800b22ce3bSJean Delvare depends on I2C 68184f1e442SRiku Voipio help 68284f1e442SRiku Voipio If you say yes here you get support for hardware monitoring 683f58c44e6SBjörn Gerhart features of the Fintek F75375S/SP, F75373 and F75387 68484f1e442SRiku Voipio 68584f1e442SRiku Voipio This driver can also be built as a module. If so, the module 68684f1e442SRiku Voipio will be called f75375s. 68784f1e442SRiku Voipio 6883bce5377STim Harveyconfig SENSORS_GSC 6893bce5377STim Harvey tristate "Gateworks System Controller ADC" 6903bce5377STim Harvey depends on MFD_GATEWORKS_GSC 6913bce5377STim Harvey help 6923bce5377STim Harvey Support for the Gateworks System Controller A/D converters. 6933bce5377STim Harvey 6943bce5377STim Harvey To compile this driver as a module, choose M here: 6953bce5377STim Harvey the module will be called gsc-hwmon. 6963bce5377STim Harvey 697ebf5e877SJean Delvareconfig SENSORS_MC13783_ADC 698ebf5e877SJean Delvare tristate "Freescale MC13783/MC13892 ADC" 699ebf5e877SJean Delvare depends on MFD_MC13XXX 700ebf5e877SJean Delvare help 701ebf5e877SJean Delvare Support for the A/D converter on MC13783 and MC13892 PMIC. 702ebf5e877SJean Delvare 703a02b105fSDimitri Fedrauconfig SENSORS_MC33XS2410 704a02b105fSDimitri Fedrau tristate "MC33XS2410 HWMON support" 705a02b105fSDimitri Fedrau depends on PWM_MC33XS2410 706a02b105fSDimitri Fedrau help 707a02b105fSDimitri Fedrau If you say yes here you get hardware monitoring support for 708a02b105fSDimitri Fedrau MC33XS2410. 709a02b105fSDimitri Fedrau 710a02b105fSDimitri Fedrau This driver can also be built as a module. If so, the module 711a02b105fSDimitri Fedrau will be called mc33xs2410_hwmon. 712a02b105fSDimitri Fedrau 713569ff102SHans de Goedeconfig SENSORS_FSCHMD 714c69ab2b7SHans de Goede tristate "Fujitsu Siemens Computers sensor chips" 715b97adb59SUwe Kleine-König depends on (X86 || COMPILE_TEST) && I2C 716569ff102SHans de Goede help 717c69ab2b7SHans de Goede If you say yes here you get support for the following Fujitsu 718c69ab2b7SHans de Goede Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes, 719de15f093SHans de Goede Heimdall, Heracles, Hades and Syleus including support for the 720de15f093SHans de Goede integrated watchdog. 721569ff102SHans de Goede 7220589c2deSHans de Goede This is a merged driver for FSC sensor chips replacing the fscpos, 7230589c2deSHans de Goede fscscy and fscher drivers and adding support for several other FSC 7240589c2deSHans de Goede sensor chips. 725569ff102SHans de Goede 726569ff102SHans de Goede This driver can also be built as a module. If so, the module 727569ff102SHans de Goede will be called fschmd. 728569ff102SHans de Goede 72908426edaSThilo Cestonaroconfig SENSORS_FTSTEUTATES 73008426edaSThilo Cestonaro tristate "Fujitsu Technology Solutions sensor chip Teutates" 73108426edaSThilo Cestonaro depends on I2C && WATCHDOG 73208426edaSThilo Cestonaro select WATCHDOG_CORE 73308426edaSThilo Cestonaro help 73408426edaSThilo Cestonaro If you say yes here you get support for the Fujitsu Technology 73508426edaSThilo Cestonaro Solutions (FTS) sensor chip "Teutates" including support for 73608426edaSThilo Cestonaro the integrated watchdog. 73708426edaSThilo Cestonaro 73808426edaSThilo Cestonaro This driver can also be built as a module. If so, the module 73908426edaSThilo Cestonaro will be called ftsteutates. 74008426edaSThilo Cestonaro 74142ac68e3SAleksa Savicconfig SENSORS_GIGABYTE_WATERFORCE 74242ac68e3SAleksa Savic tristate "Gigabyte Waterforce X240/X280/X360 AIO CPU coolers" 74342ac68e3SAleksa Savic depends on USB_HID 74442ac68e3SAleksa Savic help 74542ac68e3SAleksa Savic If you say yes here you get support for hardware monitoring for the 74642ac68e3SAleksa Savic Gigabyte Waterforce X240/X280/X360 all-in-one CPU liquid coolers. 74742ac68e3SAleksa Savic 74842ac68e3SAleksa Savic This driver can also be built as a module. If so, the module 74942ac68e3SAleksa Savic will be called gigabyte_waterforce. 75042ac68e3SAleksa Savic 751ad2f931dSJean Delvareconfig SENSORS_GL518SM 752ad2f931dSJean Delvare tristate "Genesys Logic GL518SM" 7531d72acf9SJan Engelhardt depends on I2C 754ad2f931dSJean Delvare help 755ad2f931dSJean Delvare If you say yes here you get support for Genesys Logic GL518SM 756ad2f931dSJean Delvare sensor chips. 757ad2f931dSJean Delvare 758ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 759ad2f931dSJean Delvare will be called gl518sm. 760ad2f931dSJean Delvare 761ad2f931dSJean Delvareconfig SENSORS_GL520SM 762ad2f931dSJean Delvare tristate "Genesys Logic GL520SM" 7631d72acf9SJan Engelhardt depends on I2C 764303760b4SJean Delvare select HWMON_VID 765ad2f931dSJean Delvare help 766ad2f931dSJean Delvare If you say yes here you get support for Genesys Logic GL520SM 767ad2f931dSJean Delvare sensor chips. 768ad2f931dSJean Delvare 769ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 770ad2f931dSJean Delvare will be called gl520sm. 771ad2f931dSJean Delvare 7720ab88e23SCryolitia PukNgaeconfig SENSORS_GPD 7730ab88e23SCryolitia PukNgae tristate "GPD handhelds" 774205c7302SCryolitia PukNgae depends on X86 && DMI && HAS_IOPORT 7750ab88e23SCryolitia PukNgae help 7760ab88e23SCryolitia PukNgae If you say yes here you get support for fan readings and 7770ab88e23SCryolitia PukNgae control over GPD handheld devices. 7780ab88e23SCryolitia PukNgae 7790ab88e23SCryolitia PukNgae Can also be built as a module. In that case it will be 7800ab88e23SCryolitia PukNgae called gpd-fan. 7810ab88e23SCryolitia PukNgae 782ebf5e877SJean Delvareconfig SENSORS_G760A 783ebf5e877SJean Delvare tristate "GMT G760A" 784ebf5e877SJean Delvare depends on I2C 785ebf5e877SJean Delvare help 786ebf5e877SJean Delvare If you say yes here you get support for Global Mixed-mode 787ebf5e877SJean Delvare Technology Inc G760A fan speed PWM controller chips. 788ebf5e877SJean Delvare 789ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 790ebf5e877SJean Delvare will be called g760a. 791ebf5e877SJean Delvare 792ebf5e877SJean Delvareconfig SENSORS_G762 793ebf5e877SJean Delvare tristate "GMT G762 and G763" 794ebf5e877SJean Delvare depends on I2C 795ebf5e877SJean Delvare help 796ebf5e877SJean Delvare If you say yes here you get support for Global Mixed-mode 797ebf5e877SJean Delvare Technology Inc G762 and G763 fan speed PWM controller chips. 798ebf5e877SJean Delvare 799ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 800ebf5e877SJean Delvare will be called g762. 801ebf5e877SJean Delvare 802d6fe1360SSimon Guinotconfig SENSORS_GPIO_FAN 803d6fe1360SSimon Guinot tristate "GPIO fan" 804a9b4c8afSLinus Walleij depends on OF_GPIO 8051376e2c3SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 806f6906edeSRandy Dunlap depends on THERMAL || THERMAL=n 807d6fe1360SSimon Guinot help 808d6fe1360SSimon Guinot If you say yes here you get support for fans connected to GPIO lines. 809d6fe1360SSimon Guinot 810d6fe1360SSimon Guinot This driver can also be built as a module. If so, the module 811d6fe1360SSimon Guinot will be called gpio-fan. 812d6fe1360SSimon Guinot 81390905f7cSNick Hawkinsconfig SENSORS_GXP_FAN_CTRL 81490905f7cSNick Hawkins tristate "HPE GXP fan controller" 81590905f7cSNick Hawkins depends on ARCH_HPE_GXP || COMPILE_TEST 81690905f7cSNick Hawkins help 81790905f7cSNick Hawkins If you say yes here you get support for GXP fan control functionality. 81890905f7cSNick Hawkins 81990905f7cSNick Hawkins The GXP controls fan function via the CPLD through the use of PWM 82090905f7cSNick Hawkins registers. This driver reports status and pwm setting of the fans. 82190905f7cSNick Hawkins 82227f8b135SIain Patonconfig SENSORS_HIH6130 82327f8b135SIain Paton tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor" 824e2d8c2b6SGuenter Roeck depends on I2C 82527f8b135SIain Paton help 82627f8b135SIain Paton If you say yes here you get support for Honeywell Humidicon 82727f8b135SIain Paton HIH-6130 and HIH-6131 Humidicon humidity sensors. 82827f8b135SIain Paton 82927f8b135SIain Paton This driver can also be built as a module. If so, the module 83027f8b135SIain Paton will be called hih6130. 83127f8b135SIain Paton 83243fbe66dSAndre Wernerconfig SENSORS_HS3001 83343fbe66dSAndre Werner tristate "Renesas HS3001 humidity and temperature sensors" 83443fbe66dSAndre Werner depends on I2C 83543fbe66dSAndre Werner help 83643fbe66dSAndre Werner If you say yes here you get support for the Renesas HS3001, 83743fbe66dSAndre Werner to HS3004 humidity and temperature sensors. 83843fbe66dSAndre Werner 83943fbe66dSAndre Werner This driver can also be built as a module. If so, the module 84043fbe66dSAndre Werner will be called hs3001. 84143fbe66dSAndre Werner 842bf1bb26fSAndrei Lalaevconfig SENSORS_HTU31 843bf1bb26fSAndrei Lalaev tristate "Measurement Specialties HTU31 humidity and temperature sensor" 844bf1bb26fSAndrei Lalaev depends on I2C 845bf1bb26fSAndrei Lalaev select CRC8 846bf1bb26fSAndrei Lalaev help 847bf1bb26fSAndrei Lalaev If you say yes here you get support for the HTU31 humidity 848bf1bb26fSAndrei Lalaev and temperature sensors. 849bf1bb26fSAndrei Lalaev 850bf1bb26fSAndrei Lalaev This driver can also be built as a module. If so, the module 851bf1bb26fSAndrei Lalaev will be called htu31. 852bf1bb26fSAndrei Lalaev 8538808a793SDarrick J. Wongconfig SENSORS_IBMAEM 8548808a793SDarrick J. Wong tristate "IBM Active Energy Manager temperature/power sensors and control" 8558808a793SDarrick J. Wong select IPMI_SI 8568808a793SDarrick J. Wong depends on IPMI_HANDLER 8578808a793SDarrick J. Wong help 8588808a793SDarrick J. Wong If you say yes here you get support for the temperature and 8598808a793SDarrick J. Wong power sensors and capping hardware in various IBM System X 8608808a793SDarrick J. Wong servers that support Active Energy Manager. This includes 8618808a793SDarrick J. Wong the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2, 8628070408bSDarrick J. Wong and certain HC10/HS2x/LS2x/QS2x blades. 8638808a793SDarrick J. Wong 8648808a793SDarrick J. Wong This driver can also be built as a module. If so, the module 8658808a793SDarrick J. Wong will be called ibmaem. 8668808a793SDarrick J. Wong 86757c7c3a0SDarrick J. Wongconfig SENSORS_IBMPEX 86857c7c3a0SDarrick J. Wong tristate "IBM PowerExecutive temperature/power sensors" 86957c7c3a0SDarrick J. Wong select IPMI_SI 87057c7c3a0SDarrick J. Wong depends on IPMI_HANDLER 87157c7c3a0SDarrick J. Wong help 87257c7c3a0SDarrick J. Wong If you say yes here you get support for the temperature and 87357c7c3a0SDarrick J. Wong power sensors in various IBM System X servers that support 8743d960a99SDarrick J. Wong PowerExecutive. So far this includes the x3350, x3550, x3650, 8753d960a99SDarrick J. Wong x3655, and x3755; the x3800, x3850, and x3950 models that have 8763d960a99SDarrick J. Wong PCI Express; and some of the HS2x, LS2x, and QS2x blades. 87757c7c3a0SDarrick J. Wong 87857c7c3a0SDarrick J. Wong This driver can also be built as a module. If so, the module 87957c7c3a0SDarrick J. Wong will be called ibmpex. 88057c7c3a0SDarrick J. Wong 88124c1aa85SNeelesh Guptaconfig SENSORS_IBMPOWERNV 88224c1aa85SNeelesh Gupta tristate "IBM POWERNV platform sensors" 88324c1aa85SNeelesh Gupta depends on PPC_POWERNV 88424c1aa85SNeelesh Gupta default y 88524c1aa85SNeelesh Gupta help 88624c1aa85SNeelesh Gupta If you say yes here you get support for the temperature/fan/power 88724c1aa85SNeelesh Gupta sensors on your PowerNV platform. 88824c1aa85SNeelesh Gupta 88924c1aa85SNeelesh Gupta This driver can also be built as a module. If so, the module 89024c1aa85SNeelesh Gupta will be called ibmpowernv. 89124c1aa85SNeelesh Gupta 89251b53dc9SJonathan Cameronconfig SENSORS_IIO_HWMON 89351b53dc9SJonathan Cameron tristate "Hwmon driver that uses channels specified via iio maps" 89451b53dc9SJonathan Cameron depends on IIO 89551b53dc9SJonathan Cameron help 89651b53dc9SJonathan Cameron This is a platform driver that in combination with a suitable 89751b53dc9SJonathan Cameron map allows IIO devices to provide basic hwmon functionality 89851b53dc9SJonathan Cameron for those channels specified in the map. This map can be provided 89951b53dc9SJonathan Cameron either via platform data or the device tree bindings. 90051b53dc9SJonathan Cameron 901ada07281SJean Delvareconfig SENSORS_I5500 902ada07281SJean Delvare tristate "Intel 5500/5520/X58 temperature sensor" 903ada07281SJean Delvare depends on X86 && PCI 904ada07281SJean Delvare help 905ada07281SJean Delvare If you say yes here you get support for the temperature 906ada07281SJean Delvare sensor inside the Intel 5500, 5520 and X58 chipsets. 907ada07281SJean Delvare 908ada07281SJean Delvare This driver can also be built as a module. If so, the module 909ada07281SJean Delvare will be called i5500_temp. 910ada07281SJean Delvare 911ebf5e877SJean Delvareconfig SENSORS_CORETEMP 912ebf5e877SJean Delvare tristate "Intel Core/Core2/Atom temperature sensor" 913ebf5e877SJean Delvare depends on X86 914ebf5e877SJean Delvare help 915ebf5e877SJean Delvare If you say yes here you get support for the temperature 916ebf5e877SJean Delvare sensor inside your CPU. Most of the family 6 CPUs 9177ebd8b66SMauro Carvalho Chehab are supported. Check Documentation/hwmon/coretemp.rst for details. 918ebf5e877SJean Delvare 91939671a14SYikai Tsaiconfig SENSORS_ISL28022 92039671a14SYikai Tsai tristate "Renesas ISL28022" 92139671a14SYikai Tsai depends on I2C 92239671a14SYikai Tsai select REGMAP_I2C 92339671a14SYikai Tsai help 92439671a14SYikai Tsai If you say yes here you get support for ISL28022 power monitor. 92539671a14SYikai Tsai Check Documentation/hwmon/isl28022.rst for details. 92639671a14SYikai Tsai 92739671a14SYikai Tsai This driver can also be built as a module. If so, the module 92839671a14SYikai Tsai will be called isl28022. 92939671a14SYikai Tsai 930ad2f931dSJean Delvareconfig SENSORS_IT87 931ad2f931dSJean Delvare tristate "ITE IT87xx and compatibles" 932523315a9SNiklas Schnelle depends on HAS_IOPORT 933746cdfbfSDean Nelson depends on !PPC 934303760b4SJean Delvare select HWMON_VID 935ad2f931dSJean Delvare help 936ead80803SJustin Maggard If you say yes here you get support for ITE IT8705F, IT8712F, IT8716F, 937ead80803SJustin Maggard IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8732F, IT8758E, 9384ee07157SGuenter Roeck IT8771E, IT8772E, IT8781F, IT8782F, IT8783E/F, IT8786E, IT8790E, 93971a9c232SGuenter Roeck IT8603E, IT8620E, IT8623E, and IT8628E sensor chips, and the SiS950 94071a9c232SGuenter Roeck clone. 941ad2f931dSJean Delvare 942ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 943ad2f931dSJean Delvare will be called it87. 944ad2f931dSJean Delvare 9454453d736SGuenter Roeckconfig SENSORS_JC42 946d5622f5bSClemens Ladisch tristate "JEDEC JC42.4 compliant memory module temperature sensors" 9474bd2691dSRandy Dunlap depends on I2C 9488f2fa472SMartin Blumenstingl select REGMAP_I2C 9494453d736SGuenter Roeck help 950d5622f5bSClemens Ladisch If you say yes here, you get support for JEDEC JC42.4 compliant 951d5622f5bSClemens Ladisch temperature sensors, which are used on many DDR3 memory modules for 952d5622f5bSClemens Ladisch mobile devices and servers. Support will include, but not be limited 9531bd612a2SGuenter Roeck to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805, 954a31887dcSAlison Schofield MCP9808, MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98, 955a31887dcSAlison Schofield STTS424(E), STTS2002, STTS3000, TSE2002, TSE2004, TS3000, and TS3001. 9564453d736SGuenter Roeck 9574453d736SGuenter Roeck This driver can also be built as a module. If so, the module 9584453d736SGuenter Roeck will be called jc42. 9594453d736SGuenter Roeck 9604381a36aSThomas Weißschuhconfig SENSORS_POWERZ 9614381a36aSThomas Weißschuh tristate "ChargerLAB POWER-Z USB-C tester" 9624381a36aSThomas Weißschuh depends on USB 9634381a36aSThomas Weißschuh help 9644381a36aSThomas Weißschuh If you say yes here you get support for ChargerLAB POWER-Z series of 9654381a36aSThomas Weißschuh USB-C charging testers. 9664381a36aSThomas Weißschuh 9674381a36aSThomas Weißschuh This driver can also be built as a module. If so, the module 9684381a36aSThomas Weißschuh will be called powerz. 9694381a36aSThomas Weißschuh 970f4ff4155SScott Kanowitzconfig SENSORS_POWR1220 971f4ff4155SScott Kanowitz tristate "Lattice POWR1220 Power Monitoring" 972f4ff4155SScott Kanowitz depends on I2C 973f4ff4155SScott Kanowitz help 974f4ff4155SScott Kanowitz If you say yes here you get access to the hardware monitoring 975f4ff4155SScott Kanowitz functions of the Lattice POWR1220 isp Power Supply Monitoring, 976f4ff4155SScott Kanowitz Sequencing and Margining Controller. 977f4ff4155SScott Kanowitz 978f4ff4155SScott Kanowitz This driver can also be built as a module. If so, the module 979f4ff4155SScott Kanowitz will be called powr1220. 980f4ff4155SScott Kanowitz 981c8f55be4SMichael Walleconfig SENSORS_LAN966X 982c8f55be4SMichael Walle tristate "Microchip LAN966x Hardware Monitoring" 983c8f55be4SMichael Walle depends on SOC_LAN966 || COMPILE_TEST 984c8f55be4SMichael Walle select REGMAP 985c8f55be4SMichael Walle select POLYNOMIAL 986c8f55be4SMichael Walle help 987c8f55be4SMichael Walle If you say yes here you get support for temperature monitoring 988c8f55be4SMichael Walle on the Microchip LAN966x SoC. 989c8f55be4SMichael Walle 990c8f55be4SMichael Walle This driver can also be built as a module. If so, the module 991c8f55be4SMichael Walle will be called lan966x-hwmon. 992c8f55be4SMichael Walle 99370118f85SDavid Oberconfig SENSORS_LENOVO_EC 99470118f85SDavid Ober tristate "Sensor reader for Lenovo ThinkStations" 99570118f85SDavid Ober depends on X86 99670118f85SDavid Ober help 99770118f85SDavid Ober If you say yes here you get support for LENOVO 99870118f85SDavid Ober EC Sensor data on newer ThinkStation systems 99970118f85SDavid Ober 100070118f85SDavid Ober This driver can also be built as a module. If so, the module 100170118f85SDavid Ober will be called lenovo_ec_sensors. 100270118f85SDavid Ober 1003502b5a01SGuenter Roeckconfig SENSORS_LINEAGE 1004502b5a01SGuenter Roeck tristate "Lineage Compact Power Line Power Entry Module" 1005e2d8c2b6SGuenter Roeck depends on I2C 1006502b5a01SGuenter Roeck help 1007502b5a01SGuenter Roeck If you say yes here you get support for the Lineage Compact Power Line 1008502b5a01SGuenter Roeck series of DC/DC and AC/DC converters such as CP1800, CP2000AC, 1009502b5a01SGuenter Roeck CP2000DC, CP2725, and others. 1010502b5a01SGuenter Roeck 1011502b5a01SGuenter Roeck This driver can also be built as a module. If so, the module 1012502b5a01SGuenter Roeck will be called lineage-pem. 1013502b5a01SGuenter Roeck 10144cdb5621SLucas Tanureconfig SENSORS_LOCHNAGAR 10154cdb5621SLucas Tanure tristate "Lochnagar Hardware Monitor" 10164cdb5621SLucas Tanure depends on MFD_LOCHNAGAR 10174cdb5621SLucas Tanure help 10184cdb5621SLucas Tanure If you say yes here you get support for Lochnagar 2 temperature, 10194cdb5621SLucas Tanure voltage and current sensors abilities. 10204cdb5621SLucas Tanure 10214cdb5621SLucas Tanure This driver can also be built as a module. If so, the module 10224cdb5621SLucas Tanure will be called lochnagar-hwmon. 10234cdb5621SLucas Tanure 1024ebf5e877SJean Delvareconfig SENSORS_LTC2945 1025ebf5e877SJean Delvare tristate "Linear Technology LTC2945" 1026ebf5e877SJean Delvare depends on I2C 1027ebf5e877SJean Delvare select REGMAP_I2C 1028ebf5e877SJean Delvare help 1029ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC2945 1030ebf5e877SJean Delvare I2C System Monitor. 1031ebf5e877SJean Delvare 1032ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1033ebf5e877SJean Delvare be called ltc2945. 1034ebf5e877SJean Delvare 10359f90fd65SNuno Sáconfig SENSORS_LTC2947 10369f90fd65SNuno Sá tristate 10379f90fd65SNuno Sá 10389f90fd65SNuno Sáconfig SENSORS_LTC2947_I2C 10399f90fd65SNuno Sá tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C" 10409f90fd65SNuno Sá depends on I2C 10419f90fd65SNuno Sá select REGMAP_I2C 10429f90fd65SNuno Sá select SENSORS_LTC2947 10439f90fd65SNuno Sá help 10449f90fd65SNuno Sá If you say yes here you get support for Linear Technology LTC2947 10459f90fd65SNuno Sá I2C High Precision Power and Energy Monitor 10469f90fd65SNuno Sá 10479f90fd65SNuno Sá This driver can also be built as a module. If so, the module will 10489f90fd65SNuno Sá be called ltc2947-i2c. 10499f90fd65SNuno Sá 10509f90fd65SNuno Sáconfig SENSORS_LTC2947_SPI 10519f90fd65SNuno Sá tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI" 10529f90fd65SNuno Sá depends on SPI_MASTER 10539f90fd65SNuno Sá select REGMAP_SPI 10549f90fd65SNuno Sá select SENSORS_LTC2947 10559f90fd65SNuno Sá help 10569f90fd65SNuno Sá If you say yes here you get support for Linear Technology LTC2947 10579f90fd65SNuno Sá SPI High Precision Power and Energy Monitor 10589f90fd65SNuno Sá 10599f90fd65SNuno Sá This driver can also be built as a module. If so, the module will 10609f90fd65SNuno Sá be called ltc2947-spi. 10619f90fd65SNuno Sá 1062df922703SMike Looijmansconfig SENSORS_LTC2990 10635d9ca430STom Levens tristate "Linear Technology LTC2990" 1064df922703SMike Looijmans depends on I2C 1065df922703SMike Looijmans help 1066df922703SMike Looijmans If you say yes here you get support for Linear Technology LTC2990 1067df922703SMike Looijmans I2C System Monitor. The LTC2990 supports a combination of voltage, 10685d9ca430STom Levens current and temperature monitoring. 1069df922703SMike Looijmans 1070df922703SMike Looijmans This driver can also be built as a module. If so, the module will 1071df922703SMike Looijmans be called ltc2990. 1072df922703SMike Looijmans 10732b9ea426SAntoniu Miclausconfig SENSORS_LTC2991 10742b9ea426SAntoniu Miclaus tristate "Analog Devices LTC2991" 10752b9ea426SAntoniu Miclaus depends on I2C 10767d4cc7fdSJavier Carrasco select REGMAP_I2C 10772b9ea426SAntoniu Miclaus help 10782b9ea426SAntoniu Miclaus If you say yes here you get support for Analog Devices LTC2991 10792b9ea426SAntoniu Miclaus Octal I2C Voltage, Current, and Temperature Monitor. The LTC2991 10802b9ea426SAntoniu Miclaus supports a combination of voltage, current and temperature monitoring. 10812b9ea426SAntoniu Miclaus 10822b9ea426SAntoniu Miclaus This driver can also be built as a module. If so, the module will 10832b9ea426SAntoniu Miclaus be called ltc2991. 10842b9ea426SAntoniu Miclaus 1085b0bd407eSAlexandru Tachiciconfig SENSORS_LTC2992 1086b0bd407eSAlexandru Tachici tristate "Linear Technology LTC2992" 1087b0bd407eSAlexandru Tachici depends on I2C 10889ca26df1SAlexandru Tachici depends on GPIOLIB 1089b0bd407eSAlexandru Tachici help 1090b0bd407eSAlexandru Tachici If you say yes here you get support for Linear Technology LTC2992 1091b0bd407eSAlexandru Tachici I2C System Monitor. The LTC2992 measures current, voltage, and 1092b0bd407eSAlexandru Tachici power of two supplies. 1093b0bd407eSAlexandru Tachici 1094b0bd407eSAlexandru Tachici This driver can also be built as a module. If so, the module will 1095b0bd407eSAlexandru Tachici be called ltc2992. 1096b0bd407eSAlexandru Tachici 1097ebf5e877SJean Delvareconfig SENSORS_LTC4151 1098ebf5e877SJean Delvare tristate "Linear Technology LTC4151" 1099ebf5e877SJean Delvare depends on I2C 1100ebf5e877SJean Delvare help 1101ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4151 1102ebf5e877SJean Delvare High Voltage I2C Current and Voltage Monitor interface. 1103ebf5e877SJean Delvare 1104ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1105ebf5e877SJean Delvare be called ltc4151. 1106ebf5e877SJean Delvare 1107ebf5e877SJean Delvareconfig SENSORS_LTC4215 1108ebf5e877SJean Delvare tristate "Linear Technology LTC4215" 1109ebf5e877SJean Delvare depends on I2C 1110ebf5e877SJean Delvare help 1111ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4215 1112ebf5e877SJean Delvare Hot Swap Controller I2C interface. 1113ebf5e877SJean Delvare 1114ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1115ebf5e877SJean Delvare be called ltc4215. 1116ebf5e877SJean Delvare 1117ebf5e877SJean Delvareconfig SENSORS_LTC4222 1118ebf5e877SJean Delvare tristate "Linear Technology LTC4222" 1119ebf5e877SJean Delvare depends on I2C 1120ebf5e877SJean Delvare select REGMAP_I2C 1121ebf5e877SJean Delvare help 1122ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4222 1123ebf5e877SJean Delvare Dual Hot Swap Controller I2C interface. 1124ebf5e877SJean Delvare 1125ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1126ebf5e877SJean Delvare be called ltc4222. 1127ebf5e877SJean Delvare 1128ebf5e877SJean Delvareconfig SENSORS_LTC4245 1129ebf5e877SJean Delvare tristate "Linear Technology LTC4245" 1130ebf5e877SJean Delvare depends on I2C 1131ebf5e877SJean Delvare help 1132ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4245 1133ebf5e877SJean Delvare Multiple Supply Hot Swap Controller I2C interface. 1134ebf5e877SJean Delvare 1135ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1136ebf5e877SJean Delvare be called ltc4245. 1137ebf5e877SJean Delvare 1138ebf5e877SJean Delvareconfig SENSORS_LTC4260 1139ebf5e877SJean Delvare tristate "Linear Technology LTC4260" 1140ebf5e877SJean Delvare depends on I2C 1141ebf5e877SJean Delvare select REGMAP_I2C 1142ebf5e877SJean Delvare help 1143ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4260 1144ebf5e877SJean Delvare Positive Voltage Hot Swap Controller I2C interface. 1145ebf5e877SJean Delvare 1146ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1147ebf5e877SJean Delvare be called ltc4260. 1148ebf5e877SJean Delvare 1149ebf5e877SJean Delvareconfig SENSORS_LTC4261 1150ebf5e877SJean Delvare tristate "Linear Technology LTC4261" 1151ebf5e877SJean Delvare depends on I2C 1152ebf5e877SJean Delvare help 1153ebf5e877SJean Delvare If you say yes here you get support for Linear Technology LTC4261 1154ebf5e877SJean Delvare Negative Voltage Hot Swap Controller I2C interface. 1155ebf5e877SJean Delvare 1156ebf5e877SJean Delvare This driver can also be built as a module. If so, the module will 1157ebf5e877SJean Delvare be called ltc4261. 1158ebf5e877SJean Delvare 1159cbc29538SNuno Saconfig SENSORS_LTC4282 1160cbc29538SNuno Sa tristate "Analog Devices LTC4282" 1161cbc29538SNuno Sa depends on I2C 1162cbc29538SNuno Sa select REGMAP_I2C 1163cbc29538SNuno Sa help 1164cbc29538SNuno Sa If you say yes here you get support for Analog Devices LTC4282 1165cbc29538SNuno Sa High Current Hot Swap Controller I2C interface. 1166cbc29538SNuno Sa 1167cbc29538SNuno Sa This driver can also be built as a module. If so, the module will 1168cbc29538SNuno Sa be called ltc4282. 1169cbc29538SNuno Sa 11707074d0a9SFlorian Eckertconfig SENSORS_LTQ_CPUTEMP 11717074d0a9SFlorian Eckert bool "Lantiq cpu temperature sensor driver" 1172151d6dcbSRandy Dunlap depends on SOC_XWAY 11737074d0a9SFlorian Eckert help 11747074d0a9SFlorian Eckert If you say yes here you get support for the temperature 11757074d0a9SFlorian Eckert sensor inside your CPU. 11767074d0a9SFlorian Eckert 1177ebf5e877SJean Delvareconfig SENSORS_MAX1111 1178ebf5e877SJean Delvare tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles" 1179ebf5e877SJean Delvare depends on SPI_MASTER 1180ebf5e877SJean Delvare help 1181ebf5e877SJean Delvare Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113 1182ebf5e877SJean Delvare ADC chips. 1183ebf5e877SJean Delvare 1184ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1185ebf5e877SJean Delvare will be called max1111. 1186ebf5e877SJean Delvare 11878efd1014STao Renconfig SENSORS_MAX127 11888efd1014STao Ren tristate "Maxim MAX127 12-bit 8-channel Data Acquisition System" 11898efd1014STao Ren depends on I2C 11908efd1014STao Ren help 11918efd1014STao Ren Say y here to support Maxim's MAX127 DAS chips. 11928efd1014STao Ren 11938efd1014STao Ren This driver can also be built as a module. If so, the module 11948efd1014STao Ren will be called max127. 11958efd1014STao Ren 1196ebf5e877SJean Delvareconfig SENSORS_MAX16065 1197ebf5e877SJean Delvare tristate "Maxim MAX16065 System Manager and compatibles" 1198ebf5e877SJean Delvare depends on I2C 1199ebf5e877SJean Delvare help 1200ebf5e877SJean Delvare If you say yes here you get support for hardware monitoring 1201ebf5e877SJean Delvare capabilities of the following Maxim System Manager chips. 1202ebf5e877SJean Delvare MAX16065 1203ebf5e877SJean Delvare MAX16066 1204ebf5e877SJean Delvare MAX16067 1205ebf5e877SJean Delvare MAX16068 1206ebf5e877SJean Delvare MAX16070 1207ebf5e877SJean Delvare MAX16071 1208ebf5e877SJean Delvare 1209ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1210ebf5e877SJean Delvare will be called max16065. 1211ebf5e877SJean Delvare 1212ebf5e877SJean Delvareconfig SENSORS_MAX1619 1213ebf5e877SJean Delvare tristate "Maxim MAX1619 sensor chip" 1214ebf5e877SJean Delvare depends on I2C 1215ebf5e877SJean Delvare help 1216ebf5e877SJean Delvare If you say yes here you get support for MAX1619 sensor chip. 1217ebf5e877SJean Delvare 1218ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1219ebf5e877SJean Delvare will be called max1619. 1220ebf5e877SJean Delvare 1221ebf5e877SJean Delvareconfig SENSORS_MAX1668 1222ebf5e877SJean Delvare tristate "Maxim MAX1668 and compatibles" 1223ebf5e877SJean Delvare depends on I2C 12242d6c6689SJavier Carrasco select REGMAP_I2C 1225ebf5e877SJean Delvare help 1226ebf5e877SJean Delvare If you say yes here you get support for MAX1668, MAX1989 and 1227ebf5e877SJean Delvare MAX1805 chips. 1228ebf5e877SJean Delvare 1229ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1230ebf5e877SJean Delvare will be called max1668. 1231ebf5e877SJean Delvare 1232ebf5e877SJean Delvareconfig SENSORS_MAX197 1233ebf5e877SJean Delvare tristate "Maxim MAX197 and compatibles" 1234ebf5e877SJean Delvare help 1235ebf5e877SJean Delvare Support for the Maxim MAX197 A/D converter. 1236ebf5e877SJean Delvare Support will include, but not be limited to, MAX197, and MAX199. 1237ebf5e877SJean Delvare 1238ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1239ebf5e877SJean Delvare will be called max197. 1240ebf5e877SJean Delvare 124104e1e70aSTiberiu Breanaconfig SENSORS_MAX31722 124204e1e70aSTiberiu Breana tristate "MAX31722 temperature sensor" 124304e1e70aSTiberiu Breana depends on SPI 124404e1e70aSTiberiu Breana help 124504e1e70aSTiberiu Breana Support for the Maxim Integrated MAX31722/MAX31723 digital 124604e1e70aSTiberiu Breana thermometers/thermostats operating over an SPI interface. 124704e1e70aSTiberiu Breana 124804e1e70aSTiberiu Breana This driver can also be built as a module. If so, the module 124904e1e70aSTiberiu Breana will be called max31722. 1250d21ed22bSGuenter Roeck 1251d21ed22bSGuenter Roeckconfig SENSORS_MAX31730 1252d21ed22bSGuenter Roeck tristate "MAX31730 temperature sensor" 1253d21ed22bSGuenter Roeck depends on I2C 1254d21ed22bSGuenter Roeck help 1255d21ed22bSGuenter Roeck Support for the Maxim Integrated MAX31730 3-Channel Remote 1256d21ed22bSGuenter Roeck Temperature Sensor. 1257d21ed22bSGuenter Roeck 1258d21ed22bSGuenter Roeck This driver can also be built as a module. If so, the module 1259d21ed22bSGuenter Roeck will be called max31730. 126004e1e70aSTiberiu Breana 126138b04ad0SIbrahim Tilkiconfig SENSORS_MAX31760 126238b04ad0SIbrahim Tilki tristate "MAX31760 fan speed controller" 126338b04ad0SIbrahim Tilki depends on I2C 126438b04ad0SIbrahim Tilki select REGMAP_I2C 126538b04ad0SIbrahim Tilki help 126638b04ad0SIbrahim Tilki Support for the Analog Devices MAX31760 Precision Fan-Speed 126738b04ad0SIbrahim Tilki Controller. MAX31760 integrates temperature sensing along with 126838b04ad0SIbrahim Tilki precision PWM fan control. 126938b04ad0SIbrahim Tilki 127038b04ad0SIbrahim Tilki This driver can also be built as a module. If so, the module 127138b04ad0SIbrahim Tilki will be called max31760. 127238b04ad0SIbrahim Tilki 127316d60ba8SDaniel Matyasconfig MAX31827 127416d60ba8SDaniel Matyas tristate "MAX31827 low-power temperature switch and similar devices" 127516d60ba8SDaniel Matyas depends on I2C 127616d60ba8SDaniel Matyas select REGMAP_I2C 127716d60ba8SDaniel Matyas help 127816d60ba8SDaniel Matyas If you say yes here you get support for MAX31827, MAX31828 and 127916d60ba8SDaniel Matyas MAX31829 low-power temperature switches and sensors connected with I2C. 128016d60ba8SDaniel Matyas 128116d60ba8SDaniel Matyas This driver can also be built as a module. If so, the module 128216d60ba8SDaniel Matyas will be called max31827. 128316d60ba8SDaniel Matyas 1284e8ac01e5SArun Saravanan Balachandranconfig SENSORS_MAX6620 1285e8ac01e5SArun Saravanan Balachandran tristate "Maxim MAX6620 fan controller" 1286e8ac01e5SArun Saravanan Balachandran depends on I2C 1287e8ac01e5SArun Saravanan Balachandran help 1288e8ac01e5SArun Saravanan Balachandran If you say yes here you get support for the MAX6620 1289e8ac01e5SArun Saravanan Balachandran fan controller. 1290e8ac01e5SArun Saravanan Balachandran 1291e8ac01e5SArun Saravanan Balachandran This driver can also be built as a module. If so, the module 1292e8ac01e5SArun Saravanan Balachandran will be called max6620. 1293e8ac01e5SArun Saravanan Balachandran 129492b64580SVadim Pasternakconfig SENSORS_MAX6621 129592b64580SVadim Pasternak tristate "Maxim MAX6621 sensor chip" 129692b64580SVadim Pasternak depends on I2C 129792b64580SVadim Pasternak select REGMAP_I2C 129892b64580SVadim Pasternak help 129992b64580SVadim Pasternak If you say yes here you get support for MAX6621 sensor chip. 130092b64580SVadim Pasternak MAX6621 is a PECI-to-I2C translator provides an efficient, 130192b64580SVadim Pasternak low-cost solution for PECI-to-SMBus/I2C protocol conversion. 130292b64580SVadim Pasternak It allows reading the temperature from the PECI-compliant 130392b64580SVadim Pasternak host directly from up to four PECI-enabled CPUs. 130492b64580SVadim Pasternak 130592b64580SVadim Pasternak This driver can also be built as a module. If so, the module 130692b64580SVadim Pasternak will be called max6621. 130792b64580SVadim Pasternak 1308ebf5e877SJean Delvareconfig SENSORS_MAX6639 1309ebf5e877SJean Delvare tristate "Maxim MAX6639 sensor chip" 1310ebf5e877SJean Delvare depends on I2C 131145bf8305SNaresh Solanki select REGMAP_I2C 1312ebf5e877SJean Delvare help 1313ebf5e877SJean Delvare If you say yes here you get support for the MAX6639 1314ebf5e877SJean Delvare sensor chips. 1315ebf5e877SJean Delvare 1316ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1317ebf5e877SJean Delvare will be called max6639. 1318ebf5e877SJean Delvare 1319ebf5e877SJean Delvareconfig SENSORS_MAX6650 1320ebf5e877SJean Delvare tristate "Maxim MAX6650 sensor chip" 1321ebf5e877SJean Delvare depends on I2C 13224f8d374bSJean-Francois Dagenais depends on THERMAL || THERMAL=n 1323ebf5e877SJean Delvare help 1324ebf5e877SJean Delvare If you say yes here you get support for the MAX6650 / MAX6651 1325ebf5e877SJean Delvare sensor chips. 1326ebf5e877SJean Delvare 1327ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1328ebf5e877SJean Delvare will be called max6650. 1329ebf5e877SJean Delvare 1330ebf5e877SJean Delvareconfig SENSORS_MAX6697 1331ebf5e877SJean Delvare tristate "Maxim MAX6697 and compatibles" 1332ebf5e877SJean Delvare depends on I2C 1333ebf5e877SJean Delvare help 1334ebf5e877SJean Delvare If you say yes here you get support for MAX6581, MAX6602, MAX6622, 1335ebf5e877SJean Delvare MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699 1336ebf5e877SJean Delvare temperature sensor chips. 1337ebf5e877SJean Delvare 1338ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1339ebf5e877SJean Delvare will be called max6697. 1340ebf5e877SJean Delvare 1341195a4b42SIl Hanconfig SENSORS_MAX31790 1342195a4b42SIl Han tristate "Maxim MAX31790 sensor chip" 1343195a4b42SIl Han depends on I2C 1344195a4b42SIl Han help 1345195a4b42SIl Han If you say yes here you get support for 6-Channel PWM-Output 1346195a4b42SIl Han Fan RPM Controller. 1347195a4b42SIl Han 1348195a4b42SIl Han This driver can also be built as a module. If so, the module 1349195a4b42SIl Han will be called max31790. 1350195a4b42SIl Han 13518debd851SDzmitry Sankouskiconfig SENSORS_MAX77705 13528debd851SDzmitry Sankouski tristate "MAX77705 current and voltage sensor" 13538debd851SDzmitry Sankouski depends on MFD_MAX77705 13548debd851SDzmitry Sankouski help 13558debd851SDzmitry Sankouski If you say yes here you get support for MAX77705 sensors connected with I2C. 13568debd851SDzmitry Sankouski 13578debd851SDzmitry Sankouski This driver can also be built as a module. If so, the module 13588debd851SDzmitry Sankouski will be called max77705-hwmon. 13598debd851SDzmitry Sankouski 136007830d9aSMario Kichererconfig SENSORS_MC34VR500 136107830d9aSMario Kicherer tristate "NXP MC34VR500 hardware monitoring driver" 136207830d9aSMario Kicherer depends on I2C 136356c77c0fSJavier Carrasco select REGMAP_I2C 136407830d9aSMario Kicherer help 136507830d9aSMario Kicherer If you say yes here you get support for the temperature and input 136607830d9aSMario Kicherer voltage sensors of the NXP MC34VR500. 136707830d9aSMario Kicherer 1368ebf5e877SJean Delvareconfig SENSORS_MCP3021 1369ebf5e877SJean Delvare tristate "Microchip MCP3021 and compatibles" 1370ebf5e877SJean Delvare depends on I2C 1371ebf5e877SJean Delvare help 1372ebf5e877SJean Delvare If you say yes here you get support for MCP3021 and MCP3221. 1373ebf5e877SJean Delvare The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 1374ebf5e877SJean Delvare with 12-bit resolution. 1375ebf5e877SJean Delvare 1376ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1377ebf5e877SJean Delvare will be called mcp3021. 1378ebf5e877SJean Delvare 137965afb4c8SVadim Pasternakconfig SENSORS_MLXREG_FAN 1380712d1b37SGeert Uytterhoeven tristate "Mellanox FAN driver" 138165afb4c8SVadim Pasternak depends on MELLANOX_PLATFORM 138265afb4c8SVadim Pasternak imply THERMAL 138365afb4c8SVadim Pasternak select REGMAP 138465afb4c8SVadim Pasternak help 138565afb4c8SVadim Pasternak This option enables support for the FAN control on the Mellanox 138665afb4c8SVadim Pasternak Ethernet and InfiniBand switches. The driver can be activated by the 138765afb4c8SVadim Pasternak platform device add call. Say Y to enable these. To compile this 138865afb4c8SVadim Pasternak driver as a module, choose 'M' here: the module will be called 138965afb4c8SVadim Pasternak mlxreg-fan. 139065afb4c8SVadim Pasternak 1391aaf6fabfSChris Packhamconfig SENSORS_TC654 1392aaf6fabfSChris Packham tristate "Microchip TC654/TC655 and compatibles" 1393aaf6fabfSChris Packham depends on I2C 1394aaf6fabfSChris Packham help 1395aaf6fabfSChris Packham If you say yes here you get support for TC654 and TC655. 1396aaf6fabfSChris Packham The TC654 and TC655 are PWM mode fan speed controllers with 1397aaf6fabfSChris Packham FanSense technology for use with brushless DC fans. 1398aaf6fabfSChris Packham 1399aaf6fabfSChris Packham This driver can also be built as a module. If so, the module 1400aaf6fabfSChris Packham will be called tc654. 1401aaf6fabfSChris Packham 1402fff7b8abSRobert Markoconfig SENSORS_TPS23861 1403fff7b8abSRobert Marko tristate "Texas Instruments TPS23861 PoE PSE" 1404fff7b8abSRobert Marko depends on I2C 1405fff7b8abSRobert Marko select REGMAP_I2C 1406fff7b8abSRobert Marko help 1407fff7b8abSRobert Marko If you say yes here you get support for Texas Instruments 1408fff7b8abSRobert Marko TPS23861 802.3at PoE PSE chips. 1409fff7b8abSRobert Marko 1410fff7b8abSRobert Marko This driver can also be built as a module. If so, the module 1411fff7b8abSRobert Marko will be called tps23861. 1412fff7b8abSRobert Marko 141396435693SAndreas Wernerconfig SENSORS_MENF21BMC_HWMON 141496435693SAndreas Werner tristate "MEN 14F021P00 BMC Hardware Monitoring" 141596435693SAndreas Werner depends on MFD_MENF21BMC 141696435693SAndreas Werner help 141796435693SAndreas Werner Say Y here to include support for the MEN 14F021P00 BMC 141896435693SAndreas Werner hardware monitoring. 141996435693SAndreas Werner 142096435693SAndreas Werner This driver can also be built as a module. If so the module 142196435693SAndreas Werner will be called menf21bmc_hwmon. 142296435693SAndreas Werner 14239d823351SRahul Tanwarconfig SENSORS_MR75203 14249d823351SRahul Tanwar tristate "Moortec Semiconductor MR75203 PVT Controller" 14259d823351SRahul Tanwar select REGMAP_MMIO 14269d823351SRahul Tanwar help 14279d823351SRahul Tanwar If you say yes here you get support for Moortec MR75203 14289d823351SRahul Tanwar PVT controller. 14299d823351SRahul Tanwar 14309d823351SRahul Tanwar This driver can also be built as a module. If so, the module 14319d823351SRahul Tanwar will be called mr75203. 14329d823351SRahul Tanwar 1433ebf5e877SJean Delvareconfig SENSORS_ADCXX 1434ebf5e877SJean Delvare tristate "National Semiconductor ADCxxxSxxx" 1435ebf5e877SJean Delvare depends on SPI_MASTER 1436ebf5e877SJean Delvare help 1437ebf5e877SJean Delvare If you say yes here you get support for the National Semiconductor 1438ebf5e877SJean Delvare ADC<bb><c>S<sss> chip family, where 1439ebf5e877SJean Delvare * bb is the resolution in number of bits (8, 10, 12) 1440ebf5e877SJean Delvare * c is the number of channels (1, 2, 4, 8) 1441ebf5e877SJean Delvare * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500 1442ebf5e877SJean Delvare kSPS and 101 for 1 MSPS) 1443ebf5e877SJean Delvare 1444ebf5e877SJean Delvare Examples : ADC081S101, ADC124S501, ... 1445ebf5e877SJean Delvare 1446ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1447ebf5e877SJean Delvare will be called adcxx. 1448ebf5e877SJean Delvare 1449ad2f931dSJean Delvareconfig SENSORS_LM63 1450210961c4SGuenter Roeck tristate "National Semiconductor LM63 and compatibles" 14511d72acf9SJan Engelhardt depends on I2C 1452ad2f931dSJean Delvare help 145310f2ed31SMatthew Garrett If you say yes here you get support for the National 1454210961c4SGuenter Roeck Semiconductor LM63, LM64, and LM96163 remote diode digital temperature 145510f2ed31SMatthew Garrett sensors with integrated fan control. Such chips are found 145610f2ed31SMatthew Garrett on the Tyan S4882 (Thunder K8QS Pro) motherboard, among 145710f2ed31SMatthew Garrett others. 1458ad2f931dSJean Delvare 1459ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1460ad2f931dSJean Delvare will be called lm63. 1461ad2f931dSJean Delvare 1462e1a8e913SKaiwan N Billimoriaconfig SENSORS_LM70 1463a86e94dcSChristophe Leroy tristate "National Semiconductor LM70 and compatibles" 14640b22ce3bSJean Delvare depends on SPI_MASTER 1465e1a8e913SKaiwan N Billimoria help 1466e1a8e913SKaiwan N Billimoria If you say yes here you get support for the National Semiconductor 1467cd929672SChristian Lamparter LM70, LM71, LM74 and Texas Instruments TMP121/TMP123, TMP122/TMP124, 1468cd929672SChristian Lamparter TMP125 digital temperature sensor chips. 1469e1a8e913SKaiwan N Billimoria 1470e1a8e913SKaiwan N Billimoria This driver can also be built as a module. If so, the module 1471e1a8e913SKaiwan N Billimoria will be called lm70. 1472e1a8e913SKaiwan N Billimoria 14734e233cbeSAdrien Demarezconfig SENSORS_LM73 14744e233cbeSAdrien Demarez tristate "National Semiconductor LM73" 14754e233cbeSAdrien Demarez depends on I2C 14764e233cbeSAdrien Demarez help 14774e233cbeSAdrien Demarez If you say yes here you get support for National Semiconductor LM73 14784e233cbeSAdrien Demarez sensor chips. 14794e233cbeSAdrien Demarez This driver can also be built as a module. If so, the module 14804e233cbeSAdrien Demarez will be called lm73. 14814e233cbeSAdrien Demarez 1482ad2f931dSJean Delvareconfig SENSORS_LM75 1483ad2f931dSJean Delvare tristate "National Semiconductor LM75 and compatibles" 14841d72acf9SJan Engelhardt depends on I2C 14856071d104SWolfram Sang depends on I3C || !I3C 1486e65365feSGuenter Roeck select REGMAP_I2C 14876071d104SWolfram Sang select REGMAP_I3C if I3C 1488ad2f931dSJean Delvare help 148901a52397SDavid Brownell If you say yes here you get support for one common type of 149001a52397SDavid Brownell temperature sensor chip, with models including: 1491ad2f931dSJean Delvare 1492e96f9d89SMichael Hennerich - Analog Devices ADT75 1493c851b715SPeter Rosin - Atmel (now Microchip) AT30TS74 14943fbc81e3SJean Delvare - Dallas Semiconductor DS75, DS1775 and DS7505 1495c98d6c65SArnaud Ebalard - Global Mixed-mode Technology (GMT) G751 149601a52397SDavid Brownell - Maxim MAX6625 and MAX6626 149701a52397SDavid Brownell - Microchip MCP980x 149805e82fe4SLen Sorensen - National Semiconductor LM75, LM75A 149901a52397SDavid Brownell - NXP's LM75A 150001a52397SDavid Brownell - ST Microelectronics STDS75 15012e9a41bbSJagan Teki - ST Microelectronics STLM75 150201a52397SDavid Brownell - TelCom (now Microchip) TCN75 1503c83959f8SFrans Klaver - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, 1504c83959f8SFrans Klaver TMP175, TMP275 150501a52397SDavid Brownell 15069ebd3d82SDavid Brownell This driver supports driver model based binding through board 15079ebd3d82SDavid Brownell specific I2C device tables. 15089ebd3d82SDavid Brownell 15099ebd3d82SDavid Brownell It also supports the "legacy" style of driver binding. To use 15109ebd3d82SDavid Brownell that with some chips which don't replicate LM75 quirks exactly, 15119ebd3d82SDavid Brownell you may need the "force" module parameter. 1512ad2f931dSJean Delvare 1513ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1514ad2f931dSJean Delvare will be called lm75. 1515ad2f931dSJean Delvare 1516ad2f931dSJean Delvareconfig SENSORS_LM77 1517ad2f931dSJean Delvare tristate "National Semiconductor LM77" 15181d72acf9SJan Engelhardt depends on I2C 1519ad2f931dSJean Delvare help 1520ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor LM77 1521ad2f931dSJean Delvare sensor chips. 1522ad2f931dSJean Delvare 1523ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1524ad2f931dSJean Delvare will be called lm77. 1525ad2f931dSJean Delvare 1526ad2f931dSJean Delvareconfig SENSORS_LM78 1527ad2f931dSJean Delvare tristate "National Semiconductor LM78 and compatibles" 15281d72acf9SJan Engelhardt depends on I2C 152919f673edSJean Delvare select HWMON_VID 1530ad2f931dSJean Delvare help 1531ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor LM78, 1532ad2f931dSJean Delvare LM78-J and LM79. 1533ad2f931dSJean Delvare 1534ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1535ad2f931dSJean Delvare will be called lm78. 1536ad2f931dSJean Delvare 1537ad2f931dSJean Delvareconfig SENSORS_LM80 15389908ad4cSJean Delvare tristate "National Semiconductor LM80 and LM96080" 15390b22ce3bSJean Delvare depends on I2C 1540ad2f931dSJean Delvare help 1541ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor 15429908ad4cSJean Delvare LM80 and LM96080 sensor chips. 1543ad2f931dSJean Delvare 1544ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1545ad2f931dSJean Delvare will be called lm80. 1546ad2f931dSJean Delvare 1547ad2f931dSJean Delvareconfig SENSORS_LM83 154843cb7ebeSJordan Crouse tristate "National Semiconductor LM83 and compatibles" 15491d72acf9SJan Engelhardt depends on I2C 1550719af4f1SGuenter Roeck select REGMAP 1551ad2f931dSJean Delvare help 1552ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor 155343cb7ebeSJordan Crouse LM82 and LM83 sensor chips. 1554ad2f931dSJean Delvare 1555ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1556ad2f931dSJean Delvare will be called lm83. 1557ad2f931dSJean Delvare 1558ad2f931dSJean Delvareconfig SENSORS_LM85 1559ad2f931dSJean Delvare tristate "National Semiconductor LM85 and compatibles" 15600b22ce3bSJean Delvare depends on I2C 1561303760b4SJean Delvare select HWMON_VID 1562ad2f931dSJean Delvare help 1563ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor LM85 1564c36364dbSJean Delvare sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100, 1565f065a93eSJan Beulich EMC6D101, EMC6D102, and EMC6D103. 1566ad2f931dSJean Delvare 1567ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1568ad2f931dSJean Delvare will be called lm85. 1569ad2f931dSJean Delvare 1570ad2f931dSJean Delvareconfig SENSORS_LM87 1571c7fa3737SJean Delvare tristate "National Semiconductor LM87 and compatibles" 15721d72acf9SJan Engelhardt depends on I2C 1573303760b4SJean Delvare select HWMON_VID 1574ad2f931dSJean Delvare help 1575ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor LM87 1576c7fa3737SJean Delvare and Analog Devices ADM1024 sensor chips. 1577ad2f931dSJean Delvare 1578ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1579ad2f931dSJean Delvare will be called lm87. 1580ad2f931dSJean Delvare 1581ad2f931dSJean Delvareconfig SENSORS_LM90 1582ad2f931dSJean Delvare tristate "National Semiconductor LM90 and compatibles" 15831d72acf9SJan Engelhardt depends on I2C 1584ad2f931dSJean Delvare help 1585c09472fcSGuenter Roeck If you say yes here you get support for National Semiconductor LM84, 1586f63f6cceSGuenter Roeck LM90, LM86, LM89 and LM99, Analog Devices ADM1020, ADM2021, ADM1021A, 1587f63f6cceSGuenter Roeck ADM1023, ADM1032, ADT7461, ADT7461A, ADT7481, ADT7482, and ADT7483A, 1588c09472fcSGuenter Roeck Maxim MAX1617, MAX6642, MAX6646, MAX6647, MAX6648, MAX6649, MAX6654, 1589c09472fcSGuenter Roeck MAX6657, MAX6658, MAX6659, MAX6680, MAX6681, MAX6692, MAX6695, 1590c09472fcSGuenter Roeck MAX6696, 1591d8521f82SGuenter Roeck ON Semiconductor NCT1008, NCT210, NCT72, NCT214, NCT218, 159202778f69SMing Yu Winbond/Nuvoton W83L771W/G/AWG/ASG, NCT7716, NCT7717 and NCT7718, 15939a198663SGuenter Roeck Philips NE1618, SA56004, GMT G781, Texas Instruments TMP451 and TMP461 1594229d495dSJosh Lehan sensor chips. 1595ad2f931dSJean Delvare 1596ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1597ad2f931dSJean Delvare will be called lm90. 1598ad2f931dSJean Delvare 1599ad2f931dSJean Delvareconfig SENSORS_LM92 1600ad2f931dSJean Delvare tristate "National Semiconductor LM92 and compatibles" 16011d72acf9SJan Engelhardt depends on I2C 16021359590aSGuenter Roeck select REGMAP_I2C 1603ad2f931dSJean Delvare help 1604ad2f931dSJean Delvare If you say yes here you get support for National Semiconductor LM92 160505aa8cbeSGuenter Roeck and LM76 as well as Maxim MAX6633/6634/6635 sensor chips. 1606ad2f931dSJean Delvare 1607ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1608ad2f931dSJean Delvare will be called lm92. 1609ad2f931dSJean Delvare 1610e46957edSHans-Jürgen Kochconfig SENSORS_LM93 1611e46957edSHans-Jürgen Koch tristate "National Semiconductor LM93 and compatibles" 1612dabf375bSJean Delvare depends on I2C 1613e46957edSHans-Jürgen Koch select HWMON_VID 1614e46957edSHans-Jürgen Koch help 1615c7bf71c5SGuenter Roeck If you say yes here you get support for National Semiconductor LM93, 1616c7bf71c5SGuenter Roeck LM94, and compatible sensor chips. 1617e46957edSHans-Jürgen Koch 1618e46957edSHans-Jürgen Koch This driver can also be built as a module. If so, the module 1619e46957edSHans-Jürgen Koch will be called lm93. 1620e46957edSHans-Jürgen Koch 1621e1eb4906SGuenter Roeckconfig SENSORS_LM95234 1622dfcd4c53SGuenter Roeck tristate "National Semiconductor LM95234 and compatibles" 1623e1eb4906SGuenter Roeck depends on I2C 1624963f9bc9SGuenter Roeck select REGMAP_I2C 1625e1eb4906SGuenter Roeck help 1626dfcd4c53SGuenter Roeck If you say yes here you get support for the LM95233 and LM95234 1627dfcd4c53SGuenter Roeck temperature sensor chips. 1628e1eb4906SGuenter Roeck 1629e1eb4906SGuenter Roeck This driver can also be built as a module. If so, the module 1630e1eb4906SGuenter Roeck will be called lm95234. 1631e1eb4906SGuenter Roeck 163206160327SDavide Rizzoconfig SENSORS_LM95241 16338c1d0419SGuenter Roeck tristate "National Semiconductor LM95241 and compatibles" 163406160327SDavide Rizzo depends on I2C 163506160327SDavide Rizzo help 16368c1d0419SGuenter Roeck If you say yes here you get support for LM95231 and LM95241 sensor 16378c1d0419SGuenter Roeck chips. 163806160327SDavide Rizzo 163906160327SDavide Rizzo This driver can also be built as a module. If so, the module 164006160327SDavide Rizzo will be called lm95241. 164106160327SDavide Rizzo 1642fffd80ccSAlexander Steinconfig SENSORS_LM95245 1643162a8dfeSGuenter Roeck tristate "National Semiconductor LM95245 and compatibles" 1644e2d8c2b6SGuenter Roeck depends on I2C 1645ca05ab20SAxel Lin select REGMAP_I2C 1646fffd80ccSAlexander Stein help 1647162a8dfeSGuenter Roeck If you say yes here you get support for LM95235 and LM95245 1648162a8dfeSGuenter Roeck temperature sensor chips. 1649fffd80ccSAlexander Stein 1650fffd80ccSAlexander Stein This driver can also be built as a module. If so, the module 1651fffd80ccSAlexander Stein will be called lm95245. 1652fffd80ccSAlexander Stein 1653ad2f931dSJean Delvareconfig SENSORS_PC87360 1654ad2f931dSJean Delvare tristate "National Semiconductor PC87360 family" 1655523315a9SNiklas Schnelle depends on HAS_IOPORT 1656746cdfbfSDean Nelson depends on !PPC 1657303760b4SJean Delvare select HWMON_VID 1658ad2f931dSJean Delvare help 1659ad2f931dSJean Delvare If you say yes here you get access to the hardware monitoring 1660ad2f931dSJean Delvare functions of the National Semiconductor PC8736x Super-I/O chips. 1661ad2f931dSJean Delvare The PC87360, PC87363 and PC87364 only have fan monitoring and 1662ad2f931dSJean Delvare control. The PC87365 and PC87366 additionally have voltage and 1663ad2f931dSJean Delvare temperature monitoring. 1664ad2f931dSJean Delvare 1665ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 1666ad2f931dSJean Delvare will be called pc87360. 1667ad2f931dSJean Delvare 1668ba224e2cSJean Delvareconfig SENSORS_PC87427 1669ba224e2cSJean Delvare tristate "National Semiconductor PC87427" 1670523315a9SNiklas Schnelle depends on HAS_IOPORT 1671746cdfbfSDean Nelson depends on !PPC 1672ba224e2cSJean Delvare help 1673ba224e2cSJean Delvare If you say yes here you get access to the hardware monitoring 1674ba224e2cSJean Delvare functions of the National Semiconductor PC87427 Super-I/O chip. 1675ba224e2cSJean Delvare The chip has two distinct logical devices, one for fan speed 1676ba224e2cSJean Delvare monitoring and control, and one for voltage and temperature 1677008e5f33SJean Delvare monitoring. Fan speed monitoring and control are supported, as 1678008e5f33SJean Delvare well as temperature monitoring. Voltages aren't supported yet. 1679ba224e2cSJean Delvare 1680ba224e2cSJean Delvare This driver can also be built as a module. If so, the module 1681ba224e2cSJean Delvare will be called pc87427. 1682ba224e2cSJean Delvare 1683ebf5e877SJean Delvareconfig SENSORS_NTC_THERMISTOR 1684209218efSLinus Walleij tristate "NTC thermistor support" 1685209218efSLinus Walleij depends on IIO 1686c08860ffSJonghwa Lee depends on THERMAL || !THERMAL_OF 1687ebf5e877SJean Delvare help 1688ebf5e877SJean Delvare This driver supports NTC thermistors sensor reading and its 1689ebf5e877SJean Delvare interpretation. The driver can also monitor the temperature and 1690ebf5e877SJean Delvare send notifications about the temperature. 1691ebf5e877SJean Delvare 1692ebf5e877SJean Delvare Currently, this driver supports 1693887ee434SBeomho Seo NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333, 1694e8fda2c8SPeter Rosin NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and 1695e8fda2c8SPeter Rosin B57891S0103 from EPCOS. 1696ebf5e877SJean Delvare 1697ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1698e3ff0c72SMaud Spierings will be called ntc_thermistor. 1699ebf5e877SJean Delvare 170041082d66SGuenter Roeckconfig SENSORS_NCT6683 170141082d66SGuenter Roeck tristate "Nuvoton NCT6683D" 1702523315a9SNiklas Schnelle depends on HAS_IOPORT 170341082d66SGuenter Roeck depends on !PPC 170441082d66SGuenter Roeck help 170541082d66SGuenter Roeck If you say yes here you get support for the hardware monitoring 170641082d66SGuenter Roeck functionality of the Nuvoton NCT6683D eSIO chip. 170741082d66SGuenter Roeck 170841082d66SGuenter Roeck This driver can also be built as a module. If so, the module 170941082d66SGuenter Roeck will be called nct6683. 171041082d66SGuenter Roeck 1711197e779dSMing Yuconfig SENSORS_NCT6694 1712197e779dSMing Yu tristate "Nuvoton NCT6694 Hardware Monitor support" 1713197e779dSMing Yu depends on MFD_NCT6694 1714197e779dSMing Yu help 1715197e779dSMing Yu Say Y here to support Nuvoton NCT6694 hardware monitoring 1716197e779dSMing Yu functionality. 1717197e779dSMing Yu 1718197e779dSMing Yu This driver can also be built as a module. If so, the module 1719197e779dSMing Yu will be called nct6694-hwmon. 1720197e779dSMing Yu 1721c3963bc0SZev Weissconfig SENSORS_NCT6775_CORE 1722c3963bc0SZev Weiss tristate 1723c3963bc0SZev Weiss select REGMAP 1724c3963bc0SZev Weiss help 1725c3963bc0SZev Weiss This module contains common code shared by the platform and 1726c3963bc0SZev Weiss i2c versions of the nct6775 driver; it is not useful on its 1727c3963bc0SZev Weiss own. 1728c3963bc0SZev Weiss 1729c3963bc0SZev Weiss If built as a module, the module will be called 1730c3963bc0SZev Weiss nct6775-core. 1731c3963bc0SZev Weiss 1732ebf5e877SJean Delvareconfig SENSORS_NCT6775 1733c3963bc0SZev Weiss tristate "Platform driver for Nuvoton NCT6775F and compatibles" 1734523315a9SNiklas Schnelle depends on HAS_IOPORT 1735ebf5e877SJean Delvare depends on !PPC 1736c3b3747dSDenis Pauk depends on ACPI || ACPI=n 1737ebf5e877SJean Delvare select HWMON_VID 1738c3963bc0SZev Weiss select SENSORS_NCT6775_CORE 1739ebf5e877SJean Delvare help 1740ebf5e877SJean Delvare If you say yes here you get support for the hardware monitoring 174178313b95SAxel Lin functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, 174281820059SGuenter Roeck NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible 174381820059SGuenter Roeck Super-I/O chips. This driver replaces the w83627ehf driver for 174481820059SGuenter Roeck NCT6775F and NCT6776F. 1745ebf5e877SJean Delvare 1746ebf5e877SJean Delvare This driver can also be built as a module. If so, the module 1747ebf5e877SJean Delvare will be called nct6775. 1748ebf5e877SJean Delvare 17496bb77c55SZev Weissconfig SENSORS_NCT6775_I2C 17506bb77c55SZev Weiss tristate "I2C driver for Nuvoton NCT6775F and compatibles" 17516bb77c55SZev Weiss depends on I2C 17526bb77c55SZev Weiss select REGMAP_I2C 17536bb77c55SZev Weiss select SENSORS_NCT6775_CORE 17546bb77c55SZev Weiss help 17556bb77c55SZev Weiss If you say yes here you get support for the hardware monitoring 17566bb77c55SZev Weiss functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D, 17576bb77c55SZev Weiss NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible 17586bb77c55SZev Weiss Super-I/O chips via their I2C interface. 17596bb77c55SZev Weiss 17606bb77c55SZev Weiss If you're not building a kernel for a BMC, this is probably 17616bb77c55SZev Weiss not the driver you want (see CONFIG_SENSORS_NCT6775). 17626bb77c55SZev Weiss 17636bb77c55SZev Weiss This driver can also be built as a module. If so, the module 17646bb77c55SZev Weiss will be called nct6775-i2c. 17656bb77c55SZev Weiss 176646b94c48SBan Fengconfig SENSORS_NCT7363 176746b94c48SBan Feng tristate "Nuvoton NCT7363Y" 176846b94c48SBan Feng depends on I2C 176946b94c48SBan Feng select REGMAP_I2C 177046b94c48SBan Feng help 177146b94c48SBan Feng If you say yes here you get support for the Nuvoton NCT7363Y 177246b94c48SBan Feng hardware monitoring chip. 177346b94c48SBan Feng 177446b94c48SBan Feng This driver can also be built as a module. If so, the module 177546b94c48SBan Feng will be called nct7363. 177646b94c48SBan Feng 17773434f378SGuenter Roeckconfig SENSORS_NCT7802 17783434f378SGuenter Roeck tristate "Nuvoton NCT7802Y" 17793434f378SGuenter Roeck depends on I2C 17803434f378SGuenter Roeck select REGMAP_I2C 17813434f378SGuenter Roeck help 17823434f378SGuenter Roeck If you say yes here you get support for the Nuvoton NCT7802Y 17833434f378SGuenter Roeck hardware monitoring chip. 17843434f378SGuenter Roeck 17853434f378SGuenter Roeck This driver can also be built as a module. If so, the module 17863434f378SGuenter Roeck will be called nct7802. 17873434f378SGuenter Roeck 17889c947d25SVadim V. Vlasovconfig SENSORS_NCT7904 17899c947d25SVadim V. Vlasov tristate "Nuvoton NCT7904" 179077849a55SYuechao Zhao depends on I2C && WATCHDOG 179177849a55SYuechao Zhao select WATCHDOG_CORE 17929c947d25SVadim V. Vlasov help 17939c947d25SVadim V. Vlasov If you say yes here you get support for the Nuvoton NCT7904 179477849a55SYuechao Zhao hardware monitoring chip, including manual fan speed control 179577849a55SYuechao Zhao and support for the integrated watchdog. 17969c947d25SVadim V. Vlasov 17979c947d25SVadim V. Vlasov This driver can also be built as a module. If so, the module 17989c947d25SVadim V. Vlasov will be called nct7904. 17999c947d25SVadim V. Vlasov 1800f1fd4a4dSTomer Maimonconfig SENSORS_NPCM7XX 1801f1fd4a4dSTomer Maimon tristate "Nuvoton NPCM750 and compatible PWM and Fan controllers" 1802f1fd4a4dSTomer Maimon imply THERMAL 1803f1fd4a4dSTomer Maimon help 1804f1fd4a4dSTomer Maimon This driver provides support for Nuvoton NPCM750/730/715/705 PWM 1805f1fd4a4dSTomer Maimon and Fan controllers. 1806f1fd4a4dSTomer Maimon 1807f1fd4a4dSTomer Maimon This driver can also be built as a module. If so, the module 1808f1fd4a4dSTomer Maimon will be called npcm750-pwm-fan. 1809f1fd4a4dSTomer Maimon 1810630300d5SAdam Bakerconfig SENSORS_NSA320 1811630300d5SAdam Baker tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors" 1812630300d5SAdam Baker depends on GPIOLIB && OF 1813630300d5SAdam Baker depends on MACH_KIRKWOOD || COMPILE_TEST 1814630300d5SAdam Baker help 1815630300d5SAdam Baker If you say yes here you get support for hardware monitoring 1816630300d5SAdam Baker for the ZyXEL NSA320 Media Server and other compatible devices 1817630300d5SAdam Baker (probably the NSA325 and some NSA310 variants). 1818630300d5SAdam Baker 1819630300d5SAdam Baker The sensor data is taken from a Holtek HT46R065 microcontroller 1820630300d5SAdam Baker connected to GPIO lines. 1821630300d5SAdam Baker 1822630300d5SAdam Baker This driver can also be built as a module. If so, the module 1823630300d5SAdam Baker will be called nsa320-hwmon. 1824630300d5SAdam Baker 182582e3430dSJonas Malacoconfig SENSORS_NZXT_KRAKEN2 182682e3430dSJonas Malaco tristate "NZXT Kraken X42/X51/X62/X72 liquid coolers" 182782e3430dSJonas Malaco depends on USB_HID 182882e3430dSJonas Malaco help 182982e3430dSJonas Malaco If you say yes here you get support for hardware monitoring for the 183082e3430dSJonas Malaco NZXT Kraken X42/X52/X62/X72 all-in-one CPU liquid coolers. 183182e3430dSJonas Malaco 183282e3430dSJonas Malaco This driver can also be built as a module. If so, the module 183382e3430dSJonas Malaco will be called nzxt-kraken2. 183482e3430dSJonas Malaco 1835f3b4b146SAleksa Savicconfig SENSORS_NZXT_KRAKEN3 1836f3b4b146SAleksa Savic tristate "NZXT Kraken X53/X63/X73, Z53/Z63/Z73 coolers" 1837f3b4b146SAleksa Savic depends on USB_HID 1838f3b4b146SAleksa Savic help 1839f3b4b146SAleksa Savic If you say yes here you get support for hardware monitoring for the 1840f3b4b146SAleksa Savic NZXT Kraken X53/X63/X73, Z53/Z63/Z73 all-in-one CPU liquid coolers. 1841f3b4b146SAleksa Savic 1842f3b4b146SAleksa Savic This driver can also be built as a module. If so, the module 1843f3b4b146SAleksa Savic will be called nzxt-kraken3. 1844f3b4b146SAleksa Savic 184553e68c20SAleksandr Mezinconfig SENSORS_NZXT_SMART2 184653e68c20SAleksandr Mezin tristate "NZXT RGB & Fan Controller/Smart Device v2" 184753e68c20SAleksandr Mezin depends on USB_HID 184853e68c20SAleksandr Mezin help 184953e68c20SAleksandr Mezin If you say yes here you get support for hardware monitoring for the 185053e68c20SAleksandr Mezin NZXT RGB & Fan Controller/Smart Device v2. 185153e68c20SAleksandr Mezin 185253e68c20SAleksandr Mezin This driver can also be built as a module. If so, the module 185353e68c20SAleksandr Mezin will be called nzxt-smart2. 185453e68c20SAleksandr Mezin 18555b5513b8SEddie Jamessource "drivers/hwmon/occ/Kconfig" 18565b5513b8SEddie James 1857fb4504feSJean Delvareconfig SENSORS_PCF8591 1858fb4504feSJean Delvare tristate "Philips PCF8591 ADC/DAC" 1859fb4504feSJean Delvare depends on I2C 1860fb4504feSJean Delvare help 1861fb4504feSJean Delvare If you say yes here you get support for Philips PCF8591 4-channel 1862fb4504feSJean Delvare ADC, 1-channel DAC chips. 1863fb4504feSJean Delvare 1864fb4504feSJean Delvare This driver can also be built as a module. If so, the module 1865fb4504feSJean Delvare will be called pcf8591. 1866fb4504feSJean Delvare 1867fb4504feSJean Delvare These devices are hard to detect and rarely found on mainstream 1868fb4504feSJean Delvare hardware. If unsure, say N. 1869fb4504feSJean Delvare 1870bf3608f3SIwona Winiarskasource "drivers/hwmon/peci/Kconfig" 1871bf3608f3SIwona Winiarska 18728636a1f9SMasahiro Yamadasource "drivers/hwmon/pmbus/Kconfig" 1873442aba78SGuenter Roeck 18741b2ca93cSCosmo Chouconfig SENSORS_PT5161L 18751b2ca93cSCosmo Chou tristate "Astera Labs PT5161L PCIe retimer hardware monitoring" 18761b2ca93cSCosmo Chou depends on I2C 18771b2ca93cSCosmo Chou help 18781b2ca93cSCosmo Chou If you say yes here you get support for temperature monitoring 18791b2ca93cSCosmo Chou on the Astera Labs PT5161L PCIe retimer. 18801b2ca93cSCosmo Chou 18811b2ca93cSCosmo Chou This driver can also be built as a module. If so, the module 18821b2ca93cSCosmo Chou will be called pt5161l. 18831b2ca93cSCosmo Chou 1884d82d5776SKamil Debskiconfig SENSORS_PWM_FAN 1885d82d5776SKamil Debski tristate "PWM fan" 1886dfd977d8SAndy Shevchenko depends on PWM || COMPILE_TEST 188718fd303fSRandy Dunlap depends on THERMAL || THERMAL=n 1888d82d5776SKamil Debski help 1889d82d5776SKamil Debski If you say yes here you get support for fans connected to PWM lines. 1890d82d5776SKamil Debski The driver uses the generic PWM interface, thus it will work on a 1891d82d5776SKamil Debski variety of SoCs. 1892d82d5776SKamil Debski 1893d82d5776SKamil Debski This driver can also be built as a module. If so, the module 1894d82d5776SKamil Debski will be called pwm-fan. 1895d82d5776SKamil Debski 18969855caf5SHeiko Stuebnerconfig SENSORS_QNAP_MCU_HWMON 18979855caf5SHeiko Stuebner tristate "QNAP MCU hardware monitoring" 18989855caf5SHeiko Stuebner depends on MFD_QNAP_MCU 18999855caf5SHeiko Stuebner depends on THERMAL || THERMAL=n 19009855caf5SHeiko Stuebner help 19019855caf5SHeiko Stuebner Say yes here to enable support for fan and temperature sensor 19029855caf5SHeiko Stuebner connected to a QNAP MCU, as found in a number of QNAP network 19039855caf5SHeiko Stuebner attached storage devices. 19049855caf5SHeiko Stuebner 19059855caf5SHeiko Stuebner This driver can also be built as a module. If so, the module 19069855caf5SHeiko Stuebner will be called qnap-mcu-hwmon. 19079855caf5SHeiko Stuebner 190874d1e007SStefan Wahrenconfig SENSORS_RASPBERRYPI_HWMON 190974d1e007SStefan Wahren tristate "Raspberry Pi voltage monitor" 191074d1e007SStefan Wahren depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE) 191174d1e007SStefan Wahren help 191274d1e007SStefan Wahren If you say yes here you get support for voltage sensor on the 191374d1e007SStefan Wahren Raspberry Pi. 191474d1e007SStefan Wahren 191574d1e007SStefan Wahren This driver can also be built as a module. If so, the module 191674d1e007SStefan Wahren will be called raspberrypi-hwmon. 191774d1e007SStefan Wahren 1918*443b39c8SMichael Walleconfig SENSORS_SA67MCU 1919*443b39c8SMichael Walle tristate "Kontron sa67mcu hardware monitoring driver" 1920*443b39c8SMichael Walle depends on MFD_SL28CPLD || COMPILE_TEST 1921*443b39c8SMichael Walle help 1922*443b39c8SMichael Walle If you say yes here you get support for the voltage and temperature 1923*443b39c8SMichael Walle monitor of the sa67 board management controller. 1924*443b39c8SMichael Walle 1925*443b39c8SMichael Walle This driver can also be built as a module. If so, the module 1926*443b39c8SMichael Walle will be called sa67mcu-hwmon. 1927*443b39c8SMichael Walle 19283f697027SMichael Walleconfig SENSORS_SL28CPLD 19293f697027SMichael Walle tristate "Kontron sl28cpld hardware monitoring driver" 19303f697027SMichael Walle depends on MFD_SL28CPLD || COMPILE_TEST 19313f697027SMichael Walle help 19323f697027SMichael Walle If you say yes here you get support for the fan supervisor of the 19333f697027SMichael Walle sl28cpld board management controller. 19343f697027SMichael Walle 19353f697027SMichael Walle This driver can also be built as a module. If so, the module 19363f697027SMichael Walle will be called sl28cpld-hwmon. 19373f697027SMichael Walle 1938e7bb1a2aSKun Yiconfig SENSORS_SBTSI 1939e7bb1a2aSKun Yi tristate "Emulated SB-TSI temperature sensor" 1940e7bb1a2aSKun Yi depends on I2C 1941e7bb1a2aSKun Yi help 1942e7bb1a2aSKun Yi If you say yes here you get support for emulated temperature 1943e7bb1a2aSKun Yi sensors on AMD SoCs with SB-TSI interface connected to a BMC device. 1944e7bb1a2aSKun Yi 1945e7bb1a2aSKun Yi This driver can also be built as a module. If so, the module will 1946e7bb1a2aSKun Yi be called sbtsi_temp. 1947e7bb1a2aSKun Yi 1948251eb40fSJonathan Cameronconfig SENSORS_SHT15 1949251eb40fSJonathan Cameron tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 19501376e2c3SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 1951a3a316cfSArnd Bergmann select BITREVERSE 1952251eb40fSJonathan Cameron help 1953251eb40fSJonathan Cameron If you say yes here you get support for the Sensiron SHT10, SHT11, 1954251eb40fSJonathan Cameron SHT15, SHT71, SHT75 humidity and temperature sensors. 1955251eb40fSJonathan Cameron 1956251eb40fSJonathan Cameron This driver can also be built as a module. If so, the module 1957251eb40fSJonathan Cameron will be called sht15. 1958251eb40fSJonathan Cameron 1959430400b8SUrs Fleischconfig SENSORS_SHT21 1960430400b8SUrs Fleisch tristate "Sensiron humidity and temperature sensors. SHT21 and compat." 1961430400b8SUrs Fleisch depends on I2C 1962430400b8SUrs Fleisch help 1963a0cce093SKurt Borja If you say yes here you get support for the Sensiron SHT20, SHT21, 1964a0cce093SKurt Borja SHT25 humidity and temperature sensors. 1965430400b8SUrs Fleisch 1966430400b8SUrs Fleisch This driver can also be built as a module. If so, the module 1967430400b8SUrs Fleisch will be called sht21. 1968430400b8SUrs Fleisch 19697c84f7f8SDavid Freyconfig SENSORS_SHT3x 19707c84f7f8SDavid Frey tristate "Sensiron humidity and temperature sensors. SHT3x and compat." 19717c84f7f8SDavid Frey depends on I2C 19727c84f7f8SDavid Frey select CRC8 19737c84f7f8SDavid Frey help 19747c84f7f8SDavid Frey If you say yes here you get support for the Sensiron SHT30 and SHT31 19757c84f7f8SDavid Frey humidity and temperature sensors. 19767c84f7f8SDavid Frey 19777c84f7f8SDavid Frey This driver can also be built as a module. If so, the module 19787c84f7f8SDavid Frey will be called sht3x. 19797c84f7f8SDavid Frey 1980505c2549SNavin Sankar Velliangiriconfig SENSORS_SHT4x 1981505c2549SNavin Sankar Velliangiri tristate "Sensiron humidity and temperature sensors. SHT4x and compat." 1982505c2549SNavin Sankar Velliangiri depends on I2C 1983505c2549SNavin Sankar Velliangiri select CRC8 1984505c2549SNavin Sankar Velliangiri help 1985505c2549SNavin Sankar Velliangiri If you say yes here you get support for the Sensiron SHT40, SHT41 and 1986505c2549SNavin Sankar Velliangiri SHT45 humidity and temperature sensors. 1987505c2549SNavin Sankar Velliangiri 1988505c2549SNavin Sankar Velliangiri This driver can also be built as a module. If so, the module 1989505c2549SNavin Sankar Velliangiri will be called sht4x. 1990505c2549SNavin Sankar Velliangiri 19911a539d37STomas Popconfig SENSORS_SHTC1 19921a539d37STomas Pop tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 19931a539d37STomas Pop depends on I2C 19941a539d37STomas Pop help 1995ffd96868SDan Robertson If you say yes here you get support for the Sensiron SHTC1, SHTW1, 1996ffd96868SDan Robertson and SHTC3 humidity and temperature sensors. 19971a539d37STomas Pop 19981a539d37STomas Pop This driver can also be built as a module. If so, the module 19991a539d37STomas Pop will be called shtc1. 20001a539d37STomas Pop 2001ad2f931dSJean Delvareconfig SENSORS_SIS5595 2002ad2f931dSJean Delvare tristate "Silicon Integrated Systems Corp. SiS5595" 2003523315a9SNiklas Schnelle depends on PCI && HAS_IOPORT 2004ad2f931dSJean Delvare help 2005ad2f931dSJean Delvare If you say yes here you get support for the integrated sensors in 2006ad2f931dSJean Delvare SiS5595 South Bridges. 2007ad2f931dSJean Delvare 2008ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2009ad2f931dSJean Delvare will be called sis5595. 2010ad2f931dSJean Delvare 2011de34a405SAlistair Francisconfig SENSORS_SY7636A 2012de34a405SAlistair Francis tristate "Silergy SY7636A" 20135e88619bSAlistair Francis depends on MFD_SY7636A 2014de34a405SAlistair Francis help 2015de34a405SAlistair Francis If you say yes here you get support for the thermistor readout of 2016de34a405SAlistair Francis the Silergy SY7636A PMIC. 2017de34a405SAlistair Francis 2018de34a405SAlistair Francis This driver can also be built as a module. If so, the module 2019de34a405SAlistair Francis will be called sy7636a-hwmon. 2020de34a405SAlistair Francis 20219431996fSJuerg Haefligerconfig SENSORS_DME1737 2022e95c237dSJuerg Haefliger tristate "SMSC DME1737, SCH311x and compatibles" 2023523315a9SNiklas Schnelle depends on HAS_IOPORT 2024e2d8c2b6SGuenter Roeck depends on I2C && !PPC 20259431996fSJuerg Haefliger select HWMON_VID 20269431996fSJuerg Haefliger help 20279431996fSJuerg Haefliger If you say yes here you get support for the hardware monitoring 2028549edb83SJuerg Haefliger and fan control features of the SMSC DME1737, SCH311x, SCH5027, and 2029549edb83SJuerg Haefliger Asus A8000 Super-I/O chips. 20309431996fSJuerg Haefliger 20319431996fSJuerg Haefliger This driver can also be built as a module. If so, the module 20329431996fSJuerg Haefliger will be called dme1737. 20339431996fSJuerg Haefliger 2034dac6831eSKalhan Trisalconfig SENSORS_EMC1403 20357a1b76f2SJekyll Lai tristate "SMSC EMC1403/23 thermal sensor" 2036dac6831eSKalhan Trisal depends on I2C 2037adb57835SJosef Gajdusek select REGMAP_I2C 2038dac6831eSKalhan Trisal help 20397a1b76f2SJekyll Lai If you say yes here you get support for the SMSC EMC1403/23 2040dac6831eSKalhan Trisal temperature monitoring chip. 2041dac6831eSKalhan Trisal 2042dac6831eSKalhan Trisal Threshold values can be configured using sysfs. 2043dac6831eSKalhan Trisal Data from the different diodes are accessible via sysfs. 2044dac6831eSKalhan Trisal 20459df7305bSSteve Glendinningconfig SENSORS_EMC2103 20469df7305bSSteve Glendinning tristate "SMSC EMC2103" 20479df7305bSSteve Glendinning depends on I2C 20489df7305bSSteve Glendinning help 20499df7305bSSteve Glendinning If you say yes here you get support for the temperature 20509df7305bSSteve Glendinning and fan sensors of the SMSC EMC2103 chips. 20519df7305bSSteve Glendinning 20529df7305bSSteve Glendinning This driver can also be built as a module. If so, the module 20539df7305bSSteve Glendinning will be called emc2103. 20549df7305bSSteve Glendinning 20550d8400c5SMichael Shychconfig SENSORS_EMC2305 20560d8400c5SMichael Shych tristate "Microchip EMC2305 and compatible EMC2301/2/3" 20570d8400c5SMichael Shych depends on I2C 20580d8400c5SMichael Shych imply THERMAL 20590d8400c5SMichael Shych help 20600d8400c5SMichael Shych If you say yes here you get support for the Microchip EMC2305 20610d8400c5SMichael Shych fan controller chips. 20620d8400c5SMichael Shych The Microchip EMC2305 is a fan controller for up to 5 fans. 20630d8400c5SMichael Shych Fan rotation speeds are reported in RPM. 20640d8400c5SMichael Shych 20650d8400c5SMichael Shych This driver can also be built as a module. If so, the module 20660d8400c5SMichael Shych will be called emc2305. 20670d8400c5SMichael Shych 2068b0b349a8SJean Delvareconfig SENSORS_EMC6W201 2069b0b349a8SJean Delvare tristate "SMSC EMC6W201" 2070b0b349a8SJean Delvare depends on I2C 2071b0b349a8SJean Delvare help 2072b0b349a8SJean Delvare If you say yes here you get support for the SMSC EMC6W201 2073b0b349a8SJean Delvare hardware monitoring chip. 2074b0b349a8SJean Delvare 2075b0b349a8SJean Delvare This driver can also be built as a module. If so, the module 2076b0b349a8SJean Delvare will be called emc6w201. 2077b0b349a8SJean Delvare 2078ad2f931dSJean Delvareconfig SENSORS_SMSC47M1 2079ad2f931dSJean Delvare tristate "SMSC LPC47M10x and compatibles" 2080523315a9SNiklas Schnelle depends on HAS_IOPORT 2081746cdfbfSDean Nelson depends on !PPC 2082ad2f931dSJean Delvare help 2083ad2f931dSJean Delvare If you say yes here you get support for the integrated fan 2084ad2f931dSJean Delvare monitoring and control capabilities of the SMSC LPC47B27x, 20856091780eSJean Delvare LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 20868eccbb6fSJean Delvare LPC47M192, LPC47M292 and LPC47M997 chips. 208759ac8367SHartmut Rick 20888eccbb6fSJean Delvare The temperature and voltage sensor features of the LPC47M15x, 20898eccbb6fSJean Delvare LPC47M192, LPC47M292 and LPC47M997 are supported by another 20908eccbb6fSJean Delvare driver, select also "SMSC LPC47M192 and compatibles" below for 20918eccbb6fSJean Delvare those. 2092ad2f931dSJean Delvare 2093ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2094ad2f931dSJean Delvare will be called smsc47m1. 2095ad2f931dSJean Delvare 209659ac8367SHartmut Rickconfig SENSORS_SMSC47M192 209759ac8367SHartmut Rick tristate "SMSC LPC47M192 and compatibles" 20980b22ce3bSJean Delvare depends on I2C 209959ac8367SHartmut Rick select HWMON_VID 210059ac8367SHartmut Rick help 210159ac8367SHartmut Rick If you say yes here you get support for the temperature and 210200cb4739SJean Delvare voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292 210300cb4739SJean Delvare and LPC47M997 chips. 210459ac8367SHartmut Rick 210559ac8367SHartmut Rick The fan monitoring and control capabilities of these chips 210659ac8367SHartmut Rick are supported by another driver, select 210759ac8367SHartmut Rick "SMSC LPC47M10x and compatibles" above. You need both drivers 210859ac8367SHartmut Rick if you want fan control and voltage/temperature sensor support. 210959ac8367SHartmut Rick 211059ac8367SHartmut Rick This driver can also be built as a module. If so, the module 211159ac8367SHartmut Rick will be called smsc47m192. 211259ac8367SHartmut Rick 2113ad2f931dSJean Delvareconfig SENSORS_SMSC47B397 2114ad2f931dSJean Delvare tristate "SMSC LPC47B397-NC" 2115523315a9SNiklas Schnelle depends on HAS_IOPORT 2116e2d8c2b6SGuenter Roeck depends on !PPC 2117ad2f931dSJean Delvare help 2118ad2f931dSJean Delvare If you say yes here you get support for the SMSC LPC47B397-NC 2119ad2f931dSJean Delvare sensor chip. 2120ad2f931dSJean Delvare 2121ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2122ad2f931dSJean Delvare will be called smsc47b397. 2123ad2f931dSJean Delvare 212428ff2f7aSHans de Goedeconfig SENSORS_SCH56XX_COMMON 212528ff2f7aSHans de Goede tristate 2126a54fe616SArmin Wolf select REGMAP 212728ff2f7aSHans de Goede 2128a98d506cSHans de Goedeconfig SENSORS_SCH5627 2129a98d506cSHans de Goede tristate "SMSC SCH5627" 2130523315a9SNiklas Schnelle depends on HAS_IOPORT 21312d8c7ff5SHans de Goede depends on !PPC && WATCHDOG 213228ff2f7aSHans de Goede select SENSORS_SCH56XX_COMMON 21332d8c7ff5SHans de Goede select WATCHDOG_CORE 2134a98d506cSHans de Goede help 2135a98d506cSHans de Goede If you say yes here you get support for the hardware monitoring 2136312869ecSHans de Goede features of the SMSC SCH5627 Super-I/O chip including support for 2137312869ecSHans de Goede the integrated watchdog. 2138a98d506cSHans de Goede 2139a98d506cSHans de Goede This driver can also be built as a module. If so, the module 2140a98d506cSHans de Goede will be called sch5627. 2141a98d506cSHans de Goede 21420772a640SHans de Goedeconfig SENSORS_SCH5636 21430772a640SHans de Goede tristate "SMSC SCH5636" 2144523315a9SNiklas Schnelle depends on HAS_IOPORT 21452d8c7ff5SHans de Goede depends on !PPC && WATCHDOG 21460772a640SHans de Goede select SENSORS_SCH56XX_COMMON 21472d8c7ff5SHans de Goede select WATCHDOG_CORE 21480772a640SHans de Goede help 21490772a640SHans de Goede SMSC SCH5636 Super I/O chips include an embedded microcontroller for 21500772a640SHans de Goede hardware monitoring solutions, allowing motherboard manufacturers to 21510772a640SHans de Goede create their own custom hwmon solution based upon the SCH5636. 21520772a640SHans de Goede 21530772a640SHans de Goede Currently this driver only supports the Fujitsu Theseus SCH5636 based 21540772a640SHans de Goede hwmon solution. Say yes here if you want support for the Fujitsu 2155312869ecSHans de Goede Theseus' hardware monitoring features including support for the 2156312869ecSHans de Goede integrated watchdog. 21570772a640SHans de Goede 21580772a640SHans de Goede This driver can also be built as a module. If so, the module 21590772a640SHans de Goede will be called sch5636. 21600772a640SHans de Goede 21617f07ec0fSandrea.merelloconfig SENSORS_STTS751 21627f07ec0fSandrea.merello tristate "ST Microelectronics STTS751" 21637f07ec0fSandrea.merello depends on I2C 21647f07ec0fSandrea.merello help 21657f07ec0fSandrea.merello If you say yes here you get support for STTS751 21667f07ec0fSandrea.merello temperature sensor chips. 21677f07ec0fSandrea.merello 21687f07ec0fSandrea.merello This driver can also be built as a module. If so, the module 21697f07ec0fSandrea.merello will be called stts751. 21707f07ec0fSandrea.merello 21717f2958e8SEmil Renner Berthingconfig SENSORS_SFCTEMP 21727f2958e8SEmil Renner Berthing tristate "Starfive JH71x0 temperature sensor" 21737f2958e8SEmil Renner Berthing depends on ARCH_STARFIVE || COMPILE_TEST 21747f2958e8SEmil Renner Berthing help 21757f2958e8SEmil Renner Berthing If you say yes here you get support for temperature sensor 21767f2958e8SEmil Renner Berthing on the Starfive JH71x0 SoCs. 21777f2958e8SEmil Renner Berthing 21787f2958e8SEmil Renner Berthing This driver can also be built as a module. If so, the module 21797f2958e8SEmil Renner Berthing will be called sfctemp. 21807f2958e8SEmil Renner Berthing 2181758b62e5SInochi Amaotoconfig SENSORS_SG2042_MCU 2182758b62e5SInochi Amaoto tristate "Sophgo onboard MCU support" 2183758b62e5SInochi Amaoto depends on I2C 2184758b62e5SInochi Amaoto depends on ARCH_SOPHGO || COMPILE_TEST 2185758b62e5SInochi Amaoto help 2186758b62e5SInochi Amaoto Support for onboard MCU of Sophgo SG2042 SoCs. This mcu provides 2187758b62e5SInochi Amaoto power control and some basic information. 2188758b62e5SInochi Amaoto 2189758b62e5SInochi Amaoto This driver can be built as a module. If so, the module 2190758b62e5SInochi Amaoto will be called sg2042-mcu. 2191758b62e5SInochi Amaoto 2192d612bf83SIvor Wandersconfig SENSORS_SURFACE_FAN 2193d612bf83SIvor Wanders tristate "Surface Fan Driver" 2194d612bf83SIvor Wanders depends on SURFACE_AGGREGATOR 2195d612bf83SIvor Wanders depends on SURFACE_AGGREGATOR_BUS 2196d612bf83SIvor Wanders help 2197d612bf83SIvor Wanders Driver that provides monitoring of the fan on Surface Pro devices that 2198d612bf83SIvor Wanders have a fan, like the Surface Pro 9. 2199d612bf83SIvor Wanders 2200d612bf83SIvor Wanders This makes the fan's current speed accessible through the hwmon 2201d612bf83SIvor Wanders system. It does not provide control over the fan, the firmware is 2202d612bf83SIvor Wanders responsible for that, this driver merely provides monitoring. 2203d612bf83SIvor Wanders 2204d612bf83SIvor Wanders Select M or Y here, if you want to be able to read the fan's speed. 2205d612bf83SIvor Wanders 220663be321eSMaximilian Luzconfig SENSORS_SURFACE_TEMP 220763be321eSMaximilian Luz tristate "Microsoft Surface Thermal Sensor Driver" 220863be321eSMaximilian Luz depends on SURFACE_AGGREGATOR 220963be321eSMaximilian Luz depends on SURFACE_AGGREGATOR_BUS 221063be321eSMaximilian Luz help 221163be321eSMaximilian Luz Driver for monitoring thermal sensors connected via the Surface 221263be321eSMaximilian Luz Aggregator Module (embedded controller) on Microsoft Surface devices. 221363be321eSMaximilian Luz 221463be321eSMaximilian Luz This driver can also be built as a module. If so, the module 221563be321eSMaximilian Luz will be called surface_temp. 221663be321eSMaximilian Luz 2217b4c9c1a7SGuenter Roeckconfig SENSORS_ADC128D818 2218b4c9c1a7SGuenter Roeck tristate "Texas Instruments ADC128D818" 2219b4c9c1a7SGuenter Roeck depends on I2C 2220b4c9c1a7SGuenter Roeck help 2221b4c9c1a7SGuenter Roeck If you say yes here you get support for the Texas Instruments 2222b4c9c1a7SGuenter Roeck ADC128D818 System Monitor with Temperature Sensor chip. 2223b4c9c1a7SGuenter Roeck 2224b4c9c1a7SGuenter Roeck This driver can also be built as a module. If so, the module 2225b4c9c1a7SGuenter Roeck will be called adc128d818. 2226b4c9c1a7SGuenter Roeck 22275812f928SSteve Hardyconfig SENSORS_ADS7828 22280962e0f1SGuillaume Roguez tristate "Texas Instruments ADS7828 and compatibles" 22295812f928SSteve Hardy depends on I2C 2230bea0bab0SGuenter Roeck select REGMAP_I2C 22315812f928SSteve Hardy help 22320962e0f1SGuillaume Roguez If you say yes here you get support for Texas Instruments ADS7828 and 22330962e0f1SGuillaume Roguez ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while 22340962e0f1SGuillaume Roguez it is 8-bit on ADS7830. 22355812f928SSteve Hardy 22365812f928SSteve Hardy This driver can also be built as a module. If so, the module 22375812f928SSteve Hardy will be called ads7828. 22385812f928SSteve Hardy 2239e0c70b80SPaul Thomasconfig SENSORS_ADS7871 2240e0c70b80SPaul Thomas tristate "Texas Instruments ADS7871 A/D converter" 2241e0c70b80SPaul Thomas depends on SPI 2242e0c70b80SPaul Thomas help 2243e0c70b80SPaul Thomas If you say yes here you get support for TI ADS7871 & ADS7870 2244e0c70b80SPaul Thomas 2245e0c70b80SPaul Thomas This driver can also be built as a module. If so, the module 2246e0c70b80SPaul Thomas will be called ads7871. 2247e0c70b80SPaul Thomas 2248b5430a04STomaz Merteljconfig SENSORS_AMC6821 2249b5430a04STomaz Mertelj tristate "Texas Instruments AMC6821" 2250e2d8c2b6SGuenter Roeck depends on I2C 2251a051d507SGuenter Roeck select REGMAP_I2C 2252b5430a04STomaz Mertelj help 2253b5430a04STomaz Mertelj If you say yes here you get support for the Texas Instruments 2254b5430a04STomaz Mertelj AMC6821 hardware monitoring chips. 2255b5430a04STomaz Mertelj 2256b71464c9SCorentin Labbe This driver can also be built as a module. If so, the module 2257b5430a04STomaz Mertelj will be called amc6821. 2258b5430a04STomaz Mertelj 2259ceeadc5cSGuenter Roeckconfig SENSORS_INA209 2260ceeadc5cSGuenter Roeck tristate "TI / Burr Brown INA209" 2261ceeadc5cSGuenter Roeck depends on I2C 2262ceeadc5cSGuenter Roeck help 2263ceeadc5cSGuenter Roeck If you say yes here you get support for the TI / Burr Brown INA209 2264ceeadc5cSGuenter Roeck voltage / current / power monitor I2C interface. 2265ceeadc5cSGuenter Roeck 2266ceeadc5cSGuenter Roeck This driver can also be built as a module. If so, the module will 2267ceeadc5cSGuenter Roeck be called ina209. 2268ceeadc5cSGuenter Roeck 2269f7c2fe38SFelten, Lotharconfig SENSORS_INA2XX 2270dc92cd0cSGuenter Roeck tristate "Texas Instruments INA219 and compatibles" 2271e2d8c2b6SGuenter Roeck depends on I2C 227292e11f00SLi Yang select REGMAP_I2C 2273f7c2fe38SFelten, Lothar help 2274add513beSKevin Hilman If you say yes here you get support for INA219, INA220, INA226, 227552172ad8SWenliang Yan INA230, INA231, INA260, and SY24655 power monitor chips. 2276f7c2fe38SFelten, Lothar 2277f7c2fe38SFelten, Lothar The INA2xx driver is configured for the default configuration of 2278f7c2fe38SFelten, Lothar the part as described in the datasheet. 227970fb84a1SGuenter Roeck Default value for Rshunt is 10 mOhms except for INA260 which has an 228070fb84a1SGuenter Roeck internal 2 mOhm shunt resistor. 2281f7c2fe38SFelten, Lothar This driver can also be built as a module. If so, the module 2282f7c2fe38SFelten, Lothar will be called ina2xx. 2283f7c2fe38SFelten, Lothar 2284eacb52f0SNathan Rossiconfig SENSORS_INA238 2285f2711a19SGuenter Roeck tristate "Texas Instruments INA238 and compatibles" 2286eacb52f0SNathan Rossi depends on I2C 2287eacb52f0SNathan Rossi select REGMAP_I2C 2288eacb52f0SNathan Rossi help 2289248fd3b9SGuenter Roeck If you say yes here you get support for INA228, INA237, INA238, 2290273bfedcSGuenter Roeck INA700, INA780, and SQ52206 power monitor chips. This driver supports 2291273bfedcSGuenter Roeck voltage, current, power, energy, and temperature measurements as well 2292273bfedcSGuenter Roeck as alarm configuration. 2293eacb52f0SNathan Rossi 2294eacb52f0SNathan Rossi This driver can also be built as a module. If so, the module 2295eacb52f0SNathan Rossi will be called ina238. 2296eacb52f0SNathan Rossi 22977cb6dcffSAndrew F. Davisconfig SENSORS_INA3221 22987cb6dcffSAndrew F. Davis tristate "Texas Instruments INA3221 Triple Power Monitor" 22997cb6dcffSAndrew F. Davis depends on I2C 23007cb6dcffSAndrew F. Davis select REGMAP_I2C 23017cb6dcffSAndrew F. Davis help 23027cb6dcffSAndrew F. Davis If you say yes here you get support for the TI INA3221 Triple Power 23037cb6dcffSAndrew F. Davis Monitor. 23047cb6dcffSAndrew F. Davis 23057cb6dcffSAndrew F. Davis This driver can also be built as a module. If so, the module 23067cb6dcffSAndrew F. Davis will be called ina3221. 23077cb6dcffSAndrew F. Davis 230809262e98SGuenter Roeckconfig SENSORS_SPD5118 230909262e98SGuenter Roeck tristate "SPD5118 Compliant Temperature Sensors" 231009262e98SGuenter Roeck depends on I2C 231109262e98SGuenter Roeck select REGMAP_I2C 231209262e98SGuenter Roeck help 231309262e98SGuenter Roeck If you say yes here you get support for SPD5118 (JEDEC JESD300) 231409262e98SGuenter Roeck compliant temperature sensors. Such sensors are found on DDR5 memory 231509262e98SGuenter Roeck modules. 231609262e98SGuenter Roeck 231709262e98SGuenter Roeck This driver can also be built as a module. If so, the module 231809262e98SGuenter Roeck will be called spd5118. 231909262e98SGuenter Roeck 23209ecc1294SGuenter Roeckconfig SENSORS_SPD5118_DETECT 23219ecc1294SGuenter Roeck bool "Enable detect function" 23229ecc1294SGuenter Roeck depends on SENSORS_SPD5118 23239ecc1294SGuenter Roeck default (!DMI || !X86) 23249ecc1294SGuenter Roeck help 23259ecc1294SGuenter Roeck If enabled, the driver auto-detects if a chip in the SPD address 23269ecc1294SGuenter Roeck range is compliant to the SPD51888 standard and auto-instantiates 23279ecc1294SGuenter Roeck if that is the case. If disabled, SPD5118 compliant devices have 23289ecc1294SGuenter Roeck to be instantiated by other means. On X86 systems with DMI support 23299ecc1294SGuenter Roeck this will typically be done from DMI DDR detection code in the 23309ecc1294SGuenter Roeck I2C SMBus subsystem. Devicetree based systems will instantiate 23319ecc1294SGuenter Roeck attached devices if the DIMMs are listed in the devicetree file. 23329ecc1294SGuenter Roeck 23339ecc1294SGuenter Roeck Disabling the detect function will speed up boot time and reduce 23349ecc1294SGuenter Roeck the risk of mis-detecting SPD5118 compliant devices. However, it 23359ecc1294SGuenter Roeck may result in missed DIMMs under some circumstances. 23369ecc1294SGuenter Roeck 23379ecc1294SGuenter Roeck If unsure, say Y. 23389ecc1294SGuenter Roeck 2339761c1770SMaciej S. Szmigieroconfig SENSORS_TC74 2340761c1770SMaciej S. Szmigiero tristate "Microchip TC74" 2341761c1770SMaciej S. Szmigiero depends on I2C 2342761c1770SMaciej S. Szmigiero help 2343761c1770SMaciej S. Szmigiero If you say yes here you get support for Microchip TC74 single 2344761c1770SMaciej S. Szmigiero input temperature sensor chips. 2345761c1770SMaciej S. Szmigiero 2346761c1770SMaciej S. Szmigiero This driver can also be built as a module. If so, the module 2347761c1770SMaciej S. Szmigiero will be called tc74. 2348761c1770SMaciej S. Szmigiero 2349add77c64SKrzysztof Heltconfig SENSORS_THMC50 2350add77c64SKrzysztof Helt tristate "Texas Instruments THMC50 / Analog Devices ADM1022" 23510b22ce3bSJean Delvare depends on I2C 2352add77c64SKrzysztof Helt help 2353add77c64SKrzysztof Helt If you say yes here you get support for Texas Instruments THMC50 2354add77c64SKrzysztof Helt sensor chips and clones: the Analog Devices ADM1022. 2355add77c64SKrzysztof Helt 2356add77c64SKrzysztof Helt This driver can also be built as a module. If so, the module 2357add77c64SKrzysztof Helt will be called thmc50. 2358add77c64SKrzysztof Helt 2359beb1b6bbSSteven Kingconfig SENSORS_TMP102 2360cff37c9eSJean Delvare tristate "Texas Instruments TMP102" 2361e2d8c2b6SGuenter Roeck depends on I2C 236228a340dbSGuenter Roeck select REGMAP_I2C 2363beb1b6bbSSteven King help 2364beb1b6bbSSteven King If you say yes here you get support for Texas Instruments TMP102 2365beb1b6bbSSteven King sensor chips. 2366beb1b6bbSSteven King 2367beb1b6bbSSteven King This driver can also be built as a module. If so, the module 2368beb1b6bbSSteven King will be called tmp102. 2369beb1b6bbSSteven King 2370d17a7dcaSHeiko Schocherconfig SENSORS_TMP103 2371d17a7dcaSHeiko Schocher tristate "Texas Instruments TMP103" 2372d17a7dcaSHeiko Schocher depends on I2C 2373d17a7dcaSHeiko Schocher select REGMAP_I2C 2374d17a7dcaSHeiko Schocher help 2375d17a7dcaSHeiko Schocher If you say yes here you get support for Texas Instruments TMP103 2376d17a7dcaSHeiko Schocher sensor chips. 2377d17a7dcaSHeiko Schocher 2378d17a7dcaSHeiko Schocher This driver can also be built as a module. If so, the module 2379d17a7dcaSHeiko Schocher will be called tmp103. 2380d17a7dcaSHeiko Schocher 238166e1c917SJohn Muirconfig SENSORS_TMP108 238266e1c917SJohn Muir tristate "Texas Instruments TMP108" 238366e1c917SJohn Muir depends on I2C 238483b645eeSArnd Bergmann depends on I3C || !I3C 238566e1c917SJohn Muir select REGMAP_I2C 2386c40655e3SFrank Li select REGMAP_I3C if I3C 238766e1c917SJohn Muir help 238866e1c917SJohn Muir If you say yes here you get support for Texas Instruments TMP108 238911d35624SFrank Li sensor chips and NXP P3T1085. 239066e1c917SJohn Muir 239166e1c917SJohn Muir This driver can also be built as a module. If so, the module 239266e1c917SJohn Muir will be called tmp108. 239366e1c917SJohn Muir 2394ab2b79d5SHans de Goedeconfig SENSORS_TMP401 2395ab2b79d5SHans de Goede tristate "Texas Instruments TMP401 and compatibles" 2396e2d8c2b6SGuenter Roeck depends on I2C 239750152fb6SGuenter Roeck select REGMAP 2398ab2b79d5SHans de Goede help 2399a1fac92bSGuenter Roeck If you say yes here you get support for Texas Instruments TMP401, 240038d9f06cSGuenter Roeck TMP411, TMP431, TMP432, and TMP435 temperature sensor chips. 2401ab2b79d5SHans de Goede 2402ab2b79d5SHans de Goede This driver can also be built as a module. If so, the module 2403ab2b79d5SHans de Goede will be called tmp401. 2404ab2b79d5SHans de Goede 24059410700bSAndre Prendelconfig SENSORS_TMP421 24069410700bSAndre Prendel tristate "Texas Instruments TMP421 and compatible" 2407e2d8c2b6SGuenter Roeck depends on I2C 24089410700bSAndre Prendel help 24099410700bSAndre Prendel If you say yes here you get support for Texas Instruments TMP421, 241005c77ab2SGuenter Roeck TMP422, TMP423, TMP441, and TMP442 temperature sensor chips. 24119410700bSAndre Prendel 24129410700bSAndre Prendel This driver can also be built as a module. If so, the module 24139410700bSAndre Prendel will be called tmp421. 24149410700bSAndre Prendel 2415007e433cSGuenter Roeckconfig SENSORS_TMP464 2416007e433cSGuenter Roeck tristate "Texas Instruments TMP464 and compatible" 2417007e433cSGuenter Roeck depends on I2C 2418007e433cSGuenter Roeck select REGMAP_I2C 2419007e433cSGuenter Roeck help 2420007e433cSGuenter Roeck If you say yes here you get support for Texas Instruments TMP464 2421007e433cSGuenter Roeck and TMP468 temperature sensor chips. 2422007e433cSGuenter Roeck 2423007e433cSGuenter Roeck This driver can also be built as a module. If so, the module 2424007e433cSGuenter Roeck will be called tmp464. 2425007e433cSGuenter Roeck 242659dfa75eSEric Tremblayconfig SENSORS_TMP513 242759dfa75eSEric Tremblay tristate "Texas Instruments TMP513 and compatibles" 242859dfa75eSEric Tremblay depends on I2C 2429193bc02cSGuenter Roeck select REGMAP_I2C 243059dfa75eSEric Tremblay help 243159dfa75eSEric Tremblay If you say yes here you get support for Texas Instruments TMP512, 243259dfa75eSEric Tremblay and TMP513 temperature and power supply sensor chips. 243359dfa75eSEric Tremblay 243459dfa75eSEric Tremblay This driver can also be built as a module. If so, the module 243559dfa75eSEric Tremblay will be called tmp513. 243659dfa75eSEric Tremblay 243748ed8877SPawel Mollconfig SENSORS_VEXPRESS 243848ed8877SPawel Moll tristate "Versatile Express" 243948ed8877SPawel Moll depends on VEXPRESS_CONFIG 244048ed8877SPawel Moll help 244148ed8877SPawel Moll This driver provides support for hardware sensors available on 244248ed8877SPawel Moll the ARM Ltd's Versatile Express platform. It can provide wide 244348ed8877SPawel Moll range of information like temperature, power, energy. 244448ed8877SPawel Moll 244570c38772SHarald Welteconfig SENSORS_VIA_CPUTEMP 244670c38772SHarald Welte tristate "VIA CPU temperature sensor" 244770c38772SHarald Welte depends on X86 2448764e043bSJean Delvare select HWMON_VID 244970c38772SHarald Welte help 245070c38772SHarald Welte If you say yes here you get support for the temperature 245170c38772SHarald Welte sensor inside your CPU. Supported are all known variants of 245270c38772SHarald Welte the VIA C7 and Nano. 245370c38772SHarald Welte 2454ad2f931dSJean Delvareconfig SENSORS_VIA686A 2455ad2f931dSJean Delvare tristate "VIA686A" 2456523315a9SNiklas Schnelle depends on PCI && HAS_IOPORT 2457ad2f931dSJean Delvare help 2458ad2f931dSJean Delvare If you say yes here you get support for the integrated sensors in 2459ad2f931dSJean Delvare Via 686A/B South Bridges. 2460ad2f931dSJean Delvare 2461ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2462ad2f931dSJean Delvare will be called via686a. 2463ad2f931dSJean Delvare 2464ab41319eSJuerg Haefligerconfig SENSORS_VT1211 2465ab41319eSJuerg Haefliger tristate "VIA VT1211" 2466523315a9SNiklas Schnelle depends on HAS_IOPORT 2467746cdfbfSDean Nelson depends on !PPC 2468ab41319eSJuerg Haefliger select HWMON_VID 2469ab41319eSJuerg Haefliger help 2470ab41319eSJuerg Haefliger If you say yes here then you get support for hardware monitoring 2471ab41319eSJuerg Haefliger features of the VIA VT1211 Super-I/O chip. 2472ab41319eSJuerg Haefliger 2473ab41319eSJuerg Haefliger This driver can also be built as a module. If so, the module 2474ab41319eSJuerg Haefliger will be called vt1211. 2475ab41319eSJuerg Haefliger 24761de9e371SRoger Lucasconfig SENSORS_VT8231 247751bd5633SJean Delvare tristate "VIA VT8231" 2478523315a9SNiklas Schnelle depends on PCI && HAS_IOPORT 24791de9e371SRoger Lucas select HWMON_VID 24801de9e371SRoger Lucas help 24811de9e371SRoger Lucas If you say yes here then you get support for the integrated sensors 24821de9e371SRoger Lucas in the VIA VT8231 device. 24831de9e371SRoger Lucas 24841de9e371SRoger Lucas This driver can also be built as a module. If so, the module 24851de9e371SRoger Lucas will be called vt8231. 24861de9e371SRoger Lucas 2487ee249f27SLei YUconfig SENSORS_W83773G 2488ee249f27SLei YU tristate "Nuvoton W83773G" 2489ee249f27SLei YU depends on I2C 2490a165dcc9SAxel Lin select REGMAP_I2C 2491ee249f27SLei YU help 2492ee249f27SLei YU If you say yes here you get support for the Nuvoton W83773G hardware 2493ee249f27SLei YU monitoring chip. 2494ee249f27SLei YU 2495ee249f27SLei YU This driver can also be built as a module. If so, the module 2496ee249f27SLei YU will be called w83773g. 2497ee249f27SLei YU 2498ad2f931dSJean Delvareconfig SENSORS_W83781D 249905663368SJean Delvare tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F" 25001d72acf9SJan Engelhardt depends on I2C 2501303760b4SJean Delvare select HWMON_VID 2502ad2f931dSJean Delvare help 2503ad2f931dSJean Delvare If you say yes here you get support for the Winbond W8378x series 250405663368SJean Delvare of sensor chips: the W83781D, W83782D and W83783S, and the similar 250505663368SJean Delvare Asus AS99127F. 2506ad2f931dSJean Delvare 2507ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2508ad2f931dSJean Delvare will be called w83781d. 2509ad2f931dSJean Delvare 25109873964dSCharles Spirakisconfig SENSORS_W83791D 25119873964dSCharles Spirakis tristate "Winbond W83791D" 2512d1ebd59aSMarc Hulsman depends on I2C 25139873964dSCharles Spirakis select HWMON_VID 25149873964dSCharles Spirakis help 25159873964dSCharles Spirakis If you say yes here you get support for the Winbond W83791D chip. 25169873964dSCharles Spirakis 25179873964dSCharles Spirakis This driver can also be built as a module. If so, the module 25189873964dSCharles Spirakis will be called w83791d. 25199873964dSCharles Spirakis 25205563e27dSR.Marek@sh.cvut.czconfig SENSORS_W83792D 25215563e27dSR.Marek@sh.cvut.cz tristate "Winbond W83792D" 25220b22ce3bSJean Delvare depends on I2C 25235563e27dSR.Marek@sh.cvut.cz help 25245563e27dSR.Marek@sh.cvut.cz If you say yes here you get support for the Winbond W83792D chip. 25255563e27dSR.Marek@sh.cvut.cz 25265563e27dSR.Marek@sh.cvut.cz This driver can also be built as a module. If so, the module 25275563e27dSR.Marek@sh.cvut.cz will be called w83792d. 25285563e27dSR.Marek@sh.cvut.cz 25296800c3d0SRudolf Marekconfig SENSORS_W83793 25306800c3d0SRudolf Marek tristate "Winbond W83793" 2531e2d8c2b6SGuenter Roeck depends on I2C 25327a5e6bc2SStefano Brivio select HWMON_VID 25336800c3d0SRudolf Marek help 25346800c3d0SRudolf Marek If you say yes here you get support for the Winbond W83793 25355852f960SSven Anders hardware monitoring chip, including support for the integrated 25365852f960SSven Anders watchdog. 25376800c3d0SRudolf Marek 25386800c3d0SRudolf Marek This driver can also be built as a module. If so, the module 25396800c3d0SRudolf Marek will be called w83793. 25406800c3d0SRudolf Marek 2541792d376bSWei Songconfig SENSORS_W83795 2542792d376bSWei Song tristate "Winbond/Nuvoton W83795G/ADG" 2543e2d8c2b6SGuenter Roeck depends on I2C 2544792d376bSWei Song help 2545792d376bSWei Song If you say yes here you get support for the Winbond W83795G and 254672fea694SJean Delvare W83795ADG hardware monitoring chip, including manual fan speed 254772fea694SJean Delvare control. 2548792d376bSWei Song 2549792d376bSWei Song This driver can also be built as a module. If so, the module 2550792d376bSWei Song will be called w83795. 2551792d376bSWei Song 255200030af2SJean Delvareconfig SENSORS_W83795_FANCTRL 2553dbf55205SJean Delvare bool "Include automatic fan control support" 2554e2d8c2b6SGuenter Roeck depends on SENSORS_W83795 255500030af2SJean Delvare help 255672fea694SJean Delvare If you say yes here, support for automatic fan speed control 255772fea694SJean Delvare will be included in the driver. 255800030af2SJean Delvare 255900030af2SJean Delvare Please also note that this option will create sysfs attribute 256000030af2SJean Delvare files which may change in the future, so you shouldn't rely 256100030af2SJean Delvare on them being stable. 256200030af2SJean Delvare 2563ad2f931dSJean Delvareconfig SENSORS_W83L785TS 2564ad2f931dSJean Delvare tristate "Winbond W83L785TS-S" 2565e2d8c2b6SGuenter Roeck depends on I2C 2566ad2f931dSJean Delvare help 2567ad2f931dSJean Delvare If you say yes here you get support for the Winbond W83L785TS-S 2568ad2f931dSJean Delvare sensor chip, which is used on the Asus A7N8X, among other 2569ad2f931dSJean Delvare motherboards. 2570ad2f931dSJean Delvare 2571ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2572ad2f931dSJean Delvare will be called w83l785ts. 2573ad2f931dSJean Delvare 257485f03bccSKevin Loconfig SENSORS_W83L786NG 257585f03bccSKevin Lo tristate "Winbond W83L786NG, W83L786NR" 2576e2d8c2b6SGuenter Roeck depends on I2C 257785f03bccSKevin Lo help 257885f03bccSKevin Lo If you say yes here you get support for the Winbond W83L786NG 257985f03bccSKevin Lo and W83L786NR sensor chips. 258085f03bccSKevin Lo 258185f03bccSKevin Lo This driver can also be built as a module. If so, the module 258285f03bccSKevin Lo will be called w83l786ng. 258385f03bccSKevin Lo 2584ad2f931dSJean Delvareconfig SENSORS_W83627HF 2585c2db6ce1SJean Delvare tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" 2586523315a9SNiklas Schnelle depends on HAS_IOPORT 2587746cdfbfSDean Nelson depends on !PPC 2588303760b4SJean Delvare select HWMON_VID 2589ad2f931dSJean Delvare help 2590ad2f931dSJean Delvare If you say yes here you get support for the Winbond W836X7 series 2591c2db6ce1SJean Delvare of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and 2592c2db6ce1SJean Delvare W83697HF. 2593ad2f931dSJean Delvare 2594ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2595ad2f931dSJean Delvare will be called w83627hf. 2596ad2f931dSJean Delvare 2597ad2f931dSJean Delvareconfig SENSORS_W83627EHF 25983207408aSDr. David Alan Gilbert tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG" 2599523315a9SNiklas Schnelle depends on HAS_IOPORT 2600746cdfbfSDean Nelson depends on !PPC 2601fc18d6c0SJean Delvare select HWMON_VID 2602ad2f931dSJean Delvare help 2603658291fcSDavid Hubbard If you say yes here you get support for the hardware 2604ad2f931dSJean Delvare monitoring functionality of the Winbond W83627EHF Super-I/O chip. 2605ad2f931dSJean Delvare 26068dd2d2caSJean Delvare This driver also supports the W83627EHG, which is the lead-free 2607658291fcSDavid Hubbard version of the W83627EHF, and the W83627DHG, which is a similar 2608658291fcSDavid Hubbard chip suited for specific Intel processors that use PECI such as 2609eff7687dSJean Delvare the Core 2 Duo. And also the W83627UHG, which is a stripped down 2610eff7687dSJean Delvare version of the W83627DHG (as far as hardware monitoring goes.) 26118dd2d2caSJean Delvare 26123207408aSDr. David Alan Gilbert This driver also supports Nuvoton W83667HG and W83667HG-B. 2613237c8d2fSGong Jun 2614ad2f931dSJean Delvare This driver can also be built as a module. If so, the module 2615ad2f931dSJean Delvare will be called w83627ehf. 2616ad2f931dSJean Delvare 261708bad5a8SMark Brownconfig SENSORS_WM831X 261808bad5a8SMark Brown tristate "WM831x PMICs" 261908bad5a8SMark Brown depends on MFD_WM831X 262008bad5a8SMark Brown help 262108bad5a8SMark Brown If you say yes here you get support for the hardware 262208bad5a8SMark Brown monitoring functionality of the Wolfson Microelectronics 262308bad5a8SMark Brown WM831x series of PMICs. 262408bad5a8SMark Brown 262508bad5a8SMark Brown This driver can also be built as a module. If so, the module 262608bad5a8SMark Brown will be called wm831x-hwmon. 262708bad5a8SMark Brown 2628fb6c023aSMark Brownconfig SENSORS_WM8350 2629fb6c023aSMark Brown tristate "Wolfson Microelectronics WM835x" 2630fb6c023aSMark Brown depends on MFD_WM8350 2631fb6c023aSMark Brown help 2632fb6c023aSMark Brown If you say yes here you get support for the hardware 2633fb6c023aSMark Brown monitoring features of the WM835x series of PMICs. 2634fb6c023aSMark Brown 2635fb6c023aSMark Brown This driver can also be built as a module. If so, the module 2636fb6c023aSMark Brown will be called wm8350-hwmon. 2637fb6c023aSMark Brown 2638e0418088SDavid S. Millerconfig SENSORS_ULTRA45 2639e0418088SDavid S. Miller tristate "Sun Ultra45 PIC16F747" 2640e0418088SDavid S. Miller depends on SPARC64 2641e0418088SDavid S. Miller help 2642e0418088SDavid S. Miller This driver provides support for the Ultra45 workstation environmental 2643e0418088SDavid S. Miller sensors. 2644e0418088SDavid S. Miller 2645ed42cfa8Shotranconfig SENSORS_XGENE 2646ed42cfa8Shotran tristate "APM X-Gene SoC hardware monitoring driver" 2647ed42cfa8Shotran depends on XGENE_SLIMPRO_MBOX || PCC 2648ed42cfa8Shotran help 2649ed42cfa8Shotran If you say yes here you get support for the temperature 2650ed42cfa8Shotran and power sensors for APM X-Gene SoC. 2651ed42cfa8Shotran 2652865e4fc0SXu Yilunconfig SENSORS_INTEL_M10_BMC_HWMON 2653865e4fc0SXu Yilun tristate "Intel MAX10 BMC Hardware Monitoring" 2654603aed8fSIlpo Järvinen depends on MFD_INTEL_M10_BMC_CORE 2655865e4fc0SXu Yilun help 2656865e4fc0SXu Yilun This driver provides support for the hardware monitoring functionality 2657865e4fc0SXu Yilun on Intel MAX10 BMC chip. 2658865e4fc0SXu Yilun 2659865e4fc0SXu Yilun This BMC Chip is used on Intel FPGA PCIe Acceleration Cards (PAC). Its 2660865e4fc0SXu Yilun sensors monitor various telemetry data of different components on the 2661865e4fc0SXu Yilun card, e.g. board temperature, FPGA core temperature/voltage/current. 2662865e4fc0SXu Yilun 266361cba5c2SJean Delvareif ACPI 266461cba5c2SJean Delvare 266561cba5c2SJean Delvarecomment "ACPI drivers" 266661cba5c2SJean Delvare 26677d033365SJean Delvareconfig SENSORS_ACPI_POWER 26687d033365SJean Delvare tristate "ACPI 4.0 power meter" 26697d033365SJean Delvare help 26707d033365SJean Delvare This driver exposes ACPI 4.0 power meters as hardware monitoring 26717d033365SJean Delvare devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware 26727d033365SJean Delvare and a power meter. 26737d033365SJean Delvare 26747d033365SJean Delvare To compile this driver as a module, choose M here: 26757d033365SJean Delvare the module will be called acpi_power_meter. 26767d033365SJean Delvare 267761cba5c2SJean Delvareconfig SENSORS_ATK0110 267861cba5c2SJean Delvare tristate "ASUS ATK0110" 2679e2d8c2b6SGuenter Roeck depends on X86 268061cba5c2SJean Delvare help 268161cba5c2SJean Delvare If you say yes here you get support for the ACPI hardware 268261cba5c2SJean Delvare monitoring interface found in many ASUS motherboards. This 268361cba5c2SJean Delvare driver will provide readings of fans, voltages and temperatures 268461cba5c2SJean Delvare through the system firmware. 268561cba5c2SJean Delvare 268661cba5c2SJean Delvare This driver can also be built as a module. If so, the module 268761cba5c2SJean Delvare will be called asus_atk0110. 268861cba5c2SJean Delvare 2689548820e2SDenis Paukconfig SENSORS_ASUS_WMI 2690548820e2SDenis Pauk tristate "ASUS WMI X370/X470/B450/X399" 2691548820e2SDenis Pauk depends on ACPI_WMI 2692548820e2SDenis Pauk help 2693548820e2SDenis Pauk If you say yes here you get support for the ACPI hardware monitoring 2694548820e2SDenis Pauk interface found in X370/X470/B450/X399 ASUS motherboards. This driver 2695548820e2SDenis Pauk will provide readings of fans, voltages and temperatures through the system 2696548820e2SDenis Pauk firmware. 2697548820e2SDenis Pauk 2698548820e2SDenis Pauk This driver can also be built as a module. If so, the module 2699548820e2SDenis Pauk will be called asus_wmi_sensors. 2700548820e2SDenis Pauk 2701d0ddfd24SEugene Shalyginconfig SENSORS_ASUS_EC 2702d0ddfd24SEugene Shalygin tristate "ASUS EC Sensors" 2703034dadfbSEugene Shalygin depends on X86 2704a6021aa2SArnd Bergmann depends on ACPI_EC 2705d0ddfd24SEugene Shalygin help 2706d0ddfd24SEugene Shalygin If you say yes here you get support for the ACPI embedded controller 2707aa52d636SEugene Shalygin hardware monitoring interface found in some ASUS motherboards. This is 2708aa52d636SEugene Shalygin where such sensors as water flow and temperature, optional fans, and 2709aa52d636SEugene Shalygin additional temperature sensors (T_Sensor, chipset temperatures) 2710aa52d636SEugene Shalygin find themselves. 2711d0ddfd24SEugene Shalygin 2712d0ddfd24SEugene Shalygin This driver can also be built as a module. If so, the module 2713d0ddfd24SEugene Shalygin will be called asus_ec_sensors. 2714d0ddfd24SEugene Shalygin 271523902f98SJames Seoconfig SENSORS_HP_WMI 271623902f98SJames Seo tristate "HP WMI Sensors" 271723902f98SJames Seo depends on ACPI_WMI 271823902f98SJames Seo help 271923902f98SJames Seo If you say yes here you get support for the ACPI hardware monitoring 272023902f98SJames Seo interface found in HP (and some HP Compaq) business-class computers. 272123902f98SJames Seo Available sensors vary between systems. Temperature and fan speed 272223902f98SJames Seo sensors are the most common. 272323902f98SJames Seo 272423902f98SJames Seo This driver can also be built as a module. If so, the module 272523902f98SJames Seo will be called hp_wmi_sensors. 272623902f98SJames Seo 272761cba5c2SJean Delvareendif # ACPI 2728ad2f931dSJean Delvare 27291d72acf9SJan Engelhardtendif # HWMON 2730