Kconfig 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574
  1. #
  2. # Hardware monitoring chip drivers configuration
  3. #
  4. menuconfig HWMON
  5. tristate "Hardware Monitoring support"
  6. depends on HAS_IOMEM
  7. default y
  8. help
  9. Hardware monitoring devices let you monitor the hardware health
  10. of a system. Most modern motherboards include such a device. It
  11. can include temperature sensors, voltage sensors, fan speed
  12. sensors and various additional features such as the ability to
  13. control the speed of the fans. If you want this support you
  14. should say Y here and also to the specific driver(s) for your
  15. sensors chip(s) below.
  16. To find out which specific driver(s) you need, use the
  17. sensors-detect script from the lm_sensors package. Read
  18. <file:Documentation/hwmon/userspace-tools> for details.
  19. This support can also be built as a module. If so, the module
  20. will be called hwmon.
  21. if HWMON
  22. config HWMON_VID
  23. tristate
  24. default n
  25. config HWMON_DEBUG_CHIP
  26. bool "Hardware Monitoring Chip debugging messages"
  27. default n
  28. help
  29. Say Y here if you want the I2C chip drivers to produce a bunch of
  30. debug messages to the system log. Select this if you are having
  31. a problem with I2C support and want to see more of what is going
  32. on.
  33. comment "Native drivers"
  34. config SENSORS_AB8500
  35. tristate "AB8500 thermal monitoring"
  36. depends on AB8500_GPADC && AB8500_BM
  37. default n
  38. help
  39. If you say yes here you get support for the thermal sensor part
  40. of the AB8500 chip. The driver includes thermal management for
  41. AB8500 die and two GPADC channels. The GPADC channel are preferably
  42. used to access sensors outside the AB8500 chip.
  43. This driver can also be built as a module. If so, the module
  44. will be called abx500-temp.
  45. config SENSORS_ABITUGURU
  46. tristate "Abit uGuru (rev 1 & 2)"
  47. depends on X86 && DMI
  48. help
  49. If you say yes here you get support for the sensor part of the first
  50. and second revision of the Abit uGuru chip. The voltage and frequency
  51. control parts of the Abit uGuru are not supported. The Abit uGuru
  52. chip can be found on Abit uGuru featuring motherboards (most modern
  53. Abit motherboards from before end 2005). For more info and a list
  54. of which motherboards have which revision see
  55. Documentation/hwmon/abituguru
  56. This driver can also be built as a module. If so, the module
  57. will be called abituguru.
  58. config SENSORS_ABITUGURU3
  59. tristate "Abit uGuru (rev 3)"
  60. depends on X86 && DMI
  61. help
  62. If you say yes here you get support for the sensor part of the
  63. third revision of the Abit uGuru chip. Only reading the sensors
  64. and their settings is supported. The third revision of the Abit
  65. uGuru chip can be found on recent Abit motherboards (since end
  66. 2005). For more info and a list of which motherboards have which
  67. revision see Documentation/hwmon/abituguru3
  68. This driver can also be built as a module. If so, the module
  69. will be called abituguru3.
  70. config SENSORS_AD7314
  71. tristate "Analog Devices AD7314 and compatibles"
  72. depends on SPI
  73. help
  74. If you say yes here you get support for the Analog Devices
  75. AD7314, ADT7301 and ADT7302 temperature sensors.
  76. This driver can also be built as a module. If so, the module
  77. will be called ad7314.
  78. config SENSORS_AD7414
  79. tristate "Analog Devices AD7414"
  80. depends on I2C
  81. help
  82. If you say yes here you get support for the Analog Devices
  83. AD7414 temperature monitoring chip.
  84. This driver can also be built as a module. If so, the module
  85. will be called ad7414.
  86. config SENSORS_AD7418
  87. tristate "Analog Devices AD7416, AD7417 and AD7418"
  88. depends on I2C
  89. help
  90. If you say yes here you get support for the Analog Devices
  91. AD7416, AD7417 and AD7418 temperature monitoring chips.
  92. This driver can also be built as a module. If so, the module
  93. will be called ad7418.
  94. config SENSORS_ADCXX
  95. tristate "National Semiconductor ADCxxxSxxx"
  96. depends on SPI_MASTER
  97. help
  98. If you say yes here you get support for the National Semiconductor
  99. ADC<bb><c>S<sss> chip family, where
  100. * bb is the resolution in number of bits (8, 10, 12)
  101. * c is the number of channels (1, 2, 4, 8)
  102. * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
  103. kSPS and 101 for 1 MSPS)
  104. Examples : ADC081S101, ADC124S501, ...
  105. This driver can also be built as a module. If so, the module
  106. will be called adcxx.
  107. config SENSORS_ADM1021
  108. tristate "Analog Devices ADM1021 and compatibles"
  109. depends on I2C
  110. help
  111. If you say yes here you get support for Analog Devices ADM1021
  112. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  113. Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
  114. This driver can also be built as a module. If so, the module
  115. will be called adm1021.
  116. config SENSORS_ADM1025
  117. tristate "Analog Devices ADM1025 and compatibles"
  118. depends on I2C
  119. select HWMON_VID
  120. help
  121. If you say yes here you get support for Analog Devices ADM1025
  122. and Philips NE1619 sensor chips.
  123. This driver can also be built as a module. If so, the module
  124. will be called adm1025.
  125. config SENSORS_ADM1026
  126. tristate "Analog Devices ADM1026 and compatibles"
  127. depends on I2C
  128. select HWMON_VID
  129. help
  130. If you say yes here you get support for Analog Devices ADM1026
  131. sensor chip.
  132. This driver can also be built as a module. If so, the module
  133. will be called adm1026.
  134. config SENSORS_ADM1029
  135. tristate "Analog Devices ADM1029"
  136. depends on I2C
  137. help
  138. If you say yes here you get support for Analog Devices ADM1029
  139. sensor chip.
  140. Very rare chip, please let us know you use it.
  141. This driver can also be built as a module. If so, the module
  142. will be called adm1029.
  143. config SENSORS_ADM1031
  144. tristate "Analog Devices ADM1031 and compatibles"
  145. depends on I2C
  146. help
  147. If you say yes here you get support for Analog Devices ADM1031
  148. and ADM1030 sensor chips.
  149. This driver can also be built as a module. If so, the module
  150. will be called adm1031.
  151. config SENSORS_ADM9240
  152. tristate "Analog Devices ADM9240 and compatibles"
  153. depends on I2C
  154. select HWMON_VID
  155. help
  156. If you say yes here you get support for Analog Devices ADM9240,
  157. Dallas DS1780, National Semiconductor LM81 sensor chips.
  158. This driver can also be built as a module. If so, the module
  159. will be called adm9240.
  160. config SENSORS_ADT7X10
  161. tristate
  162. help
  163. This module contains common code shared by the ADT7310/ADT7320 and
  164. ADT7410/ADT7420 temperature monitoring chip drivers.
  165. If build as a module, the module will be called adt7x10.
  166. config SENSORS_ADT7310
  167. tristate "Analog Devices ADT7310/ADT7320"
  168. depends on SPI_MASTER
  169. select SENSORS_ADT7X10
  170. help
  171. If you say yes here you get support for the Analog Devices
  172. ADT7310 and ADT7320 temperature monitoring chips.
  173. This driver can also be built as a module. If so, the module
  174. will be called adt7310.
  175. config SENSORS_ADT7410
  176. tristate "Analog Devices ADT7410/ADT7420"
  177. depends on I2C
  178. select SENSORS_ADT7X10
  179. help
  180. If you say yes here you get support for the Analog Devices
  181. ADT7410 and ADT7420 temperature monitoring chips.
  182. This driver can also be built as a module. If so, the module
  183. will be called adt7410.
  184. config SENSORS_ADT7411
  185. tristate "Analog Devices ADT7411"
  186. depends on I2C
  187. help
  188. If you say yes here you get support for the Analog Devices
  189. ADT7411 voltage and temperature monitoring chip.
  190. This driver can also be built as a module. If so, the module
  191. will be called adt7411.
  192. config SENSORS_ADT7462
  193. tristate "Analog Devices ADT7462"
  194. depends on I2C
  195. help
  196. If you say yes here you get support for the Analog Devices
  197. ADT7462 temperature monitoring chips.
  198. This driver can also be built as a module. If so, the module
  199. will be called adt7462.
  200. config SENSORS_ADT7470
  201. tristate "Analog Devices ADT7470"
  202. depends on I2C
  203. help
  204. If you say yes here you get support for the Analog Devices
  205. ADT7470 temperature monitoring chips.
  206. This driver can also be built as a module. If so, the module
  207. will be called adt7470.
  208. config SENSORS_ADT7475
  209. tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
  210. depends on I2C
  211. select HWMON_VID
  212. help
  213. If you say yes here you get support for the Analog Devices
  214. ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
  215. chips.
  216. This driver can also be build as a module. If so, the module
  217. will be called adt7475.
  218. config SENSORS_ASC7621
  219. tristate "Andigilog aSC7621"
  220. depends on I2C
  221. help
  222. If you say yes here you get support for the aSC7621
  223. family of SMBus sensors chip found on most Intel X38, X48, X58,
  224. 945, 965 and 975 desktop boards. Currently supported chips:
  225. aSC7621
  226. aSC7621a
  227. This driver can also be built as a module. If so, the module
  228. will be called asc7621.
  229. config SENSORS_K8TEMP
  230. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  231. depends on X86 && PCI
  232. help
  233. If you say yes here you get support for the temperature
  234. sensor(s) inside your CPU. Supported is whole AMD K8
  235. microarchitecture. Please note that you will need at least
  236. lm-sensors 2.10.1 for proper userspace support.
  237. This driver can also be built as a module. If so, the module
  238. will be called k8temp.
  239. config SENSORS_K10TEMP
  240. tristate "AMD Family 10h+ temperature sensor"
  241. depends on X86 && PCI
  242. help
  243. If you say yes here you get support for the temperature
  244. sensor(s) inside your CPU. Supported are later revisions of
  245. the AMD Family 10h and all revisions of the AMD Family 11h,
  246. 12h (Llano), 14h (Brazos) and 15h (Bulldozer/Trinity)
  247. microarchitectures.
  248. This driver can also be built as a module. If so, the module
  249. will be called k10temp.
  250. config SENSORS_FAM15H_POWER
  251. tristate "AMD Family 15h processor power"
  252. depends on X86 && PCI
  253. help
  254. If you say yes here you get support for processor power
  255. information of your AMD family 15h CPU.
  256. This driver can also be built as a module. If so, the module
  257. will be called fam15h_power.
  258. config SENSORS_ASB100
  259. tristate "Asus ASB100 Bach"
  260. depends on X86 && I2C
  261. select HWMON_VID
  262. help
  263. If you say yes here you get support for the ASB100 Bach sensor
  264. chip found on some Asus mainboards.
  265. This driver can also be built as a module. If so, the module
  266. will be called asb100.
  267. config SENSORS_ATXP1
  268. tristate "Attansic ATXP1 VID controller"
  269. depends on I2C
  270. select HWMON_VID
  271. help
  272. If you say yes here you get support for the Attansic ATXP1 VID
  273. controller.
  274. If your board have such a chip, you are able to control your CPU
  275. core and other voltages.
  276. This driver can also be built as a module. If so, the module
  277. will be called atxp1.
  278. config SENSORS_DS620
  279. tristate "Dallas Semiconductor DS620"
  280. depends on I2C
  281. help
  282. If you say yes here you get support for Dallas Semiconductor
  283. DS620 sensor chip.
  284. This driver can also be built as a module. If so, the module
  285. will be called ds620.
  286. config SENSORS_DS1621
  287. tristate "Dallas Semiconductor DS1621 and compatibles"
  288. depends on I2C
  289. help
  290. If you say yes here you get support for Dallas Semiconductor/Maxim
  291. Integrated DS1621 sensor chips and compatible models including:
  292. - Dallas Semiconductor DS1625
  293. - Maxim Integrated DS1631
  294. - Maxim Integrated DS1721
  295. - Maxim Integrated DS1731
  296. This driver can also be built as a module. If so, the module
  297. will be called ds1621.
  298. config SENSORS_DA9052_ADC
  299. tristate "Dialog DA9052/DA9053 ADC"
  300. depends on PMIC_DA9052
  301. help
  302. Say y here to support the ADC found on Dialog Semiconductor
  303. DA9052-BC and DA9053-AA/Bx PMICs.
  304. This driver can also be built as module. If so, the module
  305. will be called da9052-hwmon.
  306. config SENSORS_DA9055
  307. tristate "Dialog Semiconductor DA9055 ADC"
  308. depends on MFD_DA9055
  309. help
  310. If you say yes here you get support for ADC on the Dialog
  311. Semiconductor DA9055 PMIC.
  312. This driver can also be built as a module. If so, the module
  313. will be called da9055-hwmon.
  314. config SENSORS_I5K_AMB
  315. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  316. depends on PCI
  317. help
  318. If you say yes here you get support for FB-DIMM AMB temperature
  319. monitoring chips on systems with the Intel 5000 series chipset.
  320. This driver can also be built as a module. If so, the module
  321. will be called i5k_amb.
  322. config SENSORS_F71805F
  323. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  324. depends on !PPC
  325. help
  326. If you say yes here you get support for hardware monitoring
  327. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  328. Super-I/O chips.
  329. This driver can also be built as a module. If so, the module
  330. will be called f71805f.
  331. config SENSORS_F71882FG
  332. tristate "Fintek F71882FG and compatibles"
  333. depends on !PPC
  334. help
  335. If you say yes here you get support for hardware monitoring
  336. features of many Fintek Super-I/O (LPC) chips. The currently
  337. supported chips are:
  338. F71808E/A
  339. F71858FG
  340. F71862FG
  341. F71863FG
  342. F71869F/E/A
  343. F71882FG
  344. F71883FG
  345. F71889FG/ED/A
  346. F8000
  347. F81801U
  348. F81865F
  349. This driver can also be built as a module. If so, the module
  350. will be called f71882fg.
  351. config SENSORS_F75375S
  352. tristate "Fintek F75375S/SP, F75373 and F75387"
  353. depends on I2C
  354. help
  355. If you say yes here you get support for hardware monitoring
  356. features of the Fintek F75375S/SP, F75373 and F75387
  357. This driver can also be built as a module. If so, the module
  358. will be called f75375s.
  359. config SENSORS_FSCHMD
  360. tristate "Fujitsu Siemens Computers sensor chips"
  361. depends on X86 && I2C
  362. help
  363. If you say yes here you get support for the following Fujitsu
  364. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  365. Heimdall, Heracles, Hades and Syleus including support for the
  366. integrated watchdog.
  367. This is a merged driver for FSC sensor chips replacing the fscpos,
  368. fscscy and fscher drivers and adding support for several other FSC
  369. sensor chips.
  370. This driver can also be built as a module. If so, the module
  371. will be called fschmd.
  372. config SENSORS_G760A
  373. tristate "GMT G760A"
  374. depends on I2C
  375. help
  376. If you say yes here you get support for Global Mixed-mode
  377. Technology Inc G760A fan speed PWM controller chips.
  378. This driver can also be built as a module. If so, the module
  379. will be called g760a.
  380. config SENSORS_G762
  381. tristate "GMT G762 and G763"
  382. depends on I2C
  383. help
  384. If you say yes here you get support for Global Mixed-mode
  385. Technology Inc G762 and G763 fan speed PWM controller chips.
  386. This driver can also be built as a module. If so, the module
  387. will be called g762.
  388. config SENSORS_GL518SM
  389. tristate "Genesys Logic GL518SM"
  390. depends on I2C
  391. help
  392. If you say yes here you get support for Genesys Logic GL518SM
  393. sensor chips.
  394. This driver can also be built as a module. If so, the module
  395. will be called gl518sm.
  396. config SENSORS_GL520SM
  397. tristate "Genesys Logic GL520SM"
  398. depends on I2C
  399. select HWMON_VID
  400. help
  401. If you say yes here you get support for Genesys Logic GL520SM
  402. sensor chips.
  403. This driver can also be built as a module. If so, the module
  404. will be called gl520sm.
  405. config SENSORS_GPIO_FAN
  406. tristate "GPIO fan"
  407. depends on GPIOLIB
  408. help
  409. If you say yes here you get support for fans connected to GPIO lines.
  410. This driver can also be built as a module. If so, the module
  411. will be called gpio-fan.
  412. config SENSORS_HIH6130
  413. tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
  414. depends on I2C
  415. help
  416. If you say yes here you get support for Honeywell Humidicon
  417. HIH-6130 and HIH-6131 Humidicon humidity sensors.
  418. This driver can also be built as a module. If so, the module
  419. will be called hih6130.
  420. config SENSORS_CORETEMP
  421. tristate "Intel Core/Core2/Atom temperature sensor"
  422. depends on X86
  423. help
  424. If you say yes here you get support for the temperature
  425. sensor inside your CPU. Most of the family 6 CPUs
  426. are supported. Check Documentation/hwmon/coretemp for details.
  427. config SENSORS_IBMAEM
  428. tristate "IBM Active Energy Manager temperature/power sensors and control"
  429. select IPMI_SI
  430. depends on IPMI_HANDLER
  431. help
  432. If you say yes here you get support for the temperature and
  433. power sensors and capping hardware in various IBM System X
  434. servers that support Active Energy Manager. This includes
  435. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  436. and certain HC10/HS2x/LS2x/QS2x blades.
  437. This driver can also be built as a module. If so, the module
  438. will be called ibmaem.
  439. config SENSORS_IBMPEX
  440. tristate "IBM PowerExecutive temperature/power sensors"
  441. select IPMI_SI
  442. depends on IPMI_HANDLER
  443. help
  444. If you say yes here you get support for the temperature and
  445. power sensors in various IBM System X servers that support
  446. PowerExecutive. So far this includes the x3350, x3550, x3650,
  447. x3655, and x3755; the x3800, x3850, and x3950 models that have
  448. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  449. This driver can also be built as a module. If so, the module
  450. will be called ibmpex.
  451. config SENSORS_IIO_HWMON
  452. tristate "Hwmon driver that uses channels specified via iio maps"
  453. depends on IIO
  454. help
  455. This is a platform driver that in combination with a suitable
  456. map allows IIO devices to provide basic hwmon functionality
  457. for those channels specified in the map. This map can be provided
  458. either via platform data or the device tree bindings.
  459. config SENSORS_IT87
  460. tristate "ITE IT87xx and compatibles"
  461. depends on !PPC
  462. select HWMON_VID
  463. help
  464. If you say yes here you get support for ITE IT8705F, IT8712F,
  465. IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
  466. IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the
  467. SiS950 clone.
  468. This driver can also be built as a module. If so, the module
  469. will be called it87.
  470. config SENSORS_JZ4740
  471. tristate "Ingenic JZ4740 SoC ADC driver"
  472. depends on MACH_JZ4740 && MFD_JZ4740_ADC
  473. help
  474. If you say yes here you get support for reading adc values from the ADCIN
  475. pin on Ingenic JZ4740 SoC based boards.
  476. This driver can also be build as a module. If so, the module will be
  477. called jz4740-hwmon.
  478. config SENSORS_JC42
  479. tristate "JEDEC JC42.4 compliant memory module temperature sensors"
  480. depends on I2C
  481. help
  482. If you say yes here, you get support for JEDEC JC42.4 compliant
  483. temperature sensors, which are used on many DDR3 memory modules for
  484. mobile devices and servers. Support will include, but not be limited
  485. to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
  486. MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98, STTS424(E),
  487. STTS2002, STTS3000, TSE2002B3, TSE2002GB2, TS3000B3, and TS3000GB2.
  488. This driver can also be built as a module. If so, the module
  489. will be called jc42.
  490. config SENSORS_LINEAGE
  491. tristate "Lineage Compact Power Line Power Entry Module"
  492. depends on I2C
  493. help
  494. If you say yes here you get support for the Lineage Compact Power Line
  495. series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
  496. CP2000DC, CP2725, and others.
  497. This driver can also be built as a module. If so, the module
  498. will be called lineage-pem.
  499. config SENSORS_LM63
  500. tristate "National Semiconductor LM63 and compatibles"
  501. depends on I2C
  502. help
  503. If you say yes here you get support for the National
  504. Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
  505. sensors with integrated fan control. Such chips are found
  506. on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
  507. others.
  508. This driver can also be built as a module. If so, the module
  509. will be called lm63.
  510. config SENSORS_LM70
  511. tristate "National Semiconductor LM70 and compatibles"
  512. depends on SPI_MASTER
  513. help
  514. If you say yes here you get support for the National Semiconductor
  515. LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
  516. ture sensor chips.
  517. This driver can also be built as a module. If so, the module
  518. will be called lm70.
  519. config SENSORS_LM73
  520. tristate "National Semiconductor LM73"
  521. depends on I2C
  522. help
  523. If you say yes here you get support for National Semiconductor LM73
  524. sensor chips.
  525. This driver can also be built as a module. If so, the module
  526. will be called lm73.
  527. config SENSORS_LM75
  528. tristate "National Semiconductor LM75 and compatibles"
  529. depends on I2C
  530. help
  531. If you say yes here you get support for one common type of
  532. temperature sensor chip, with models including:
  533. - Analog Devices ADT75
  534. - Dallas Semiconductor DS75, DS1775 and DS7505
  535. - Maxim MAX6625 and MAX6626
  536. - Microchip MCP980x
  537. - National Semiconductor LM75, LM75A
  538. - NXP's LM75A
  539. - ST Microelectronics STDS75
  540. - TelCom (now Microchip) TCN75
  541. - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
  542. TMP275
  543. This driver supports driver model based binding through board
  544. specific I2C device tables.
  545. It also supports the "legacy" style of driver binding. To use
  546. that with some chips which don't replicate LM75 quirks exactly,
  547. you may need the "force" module parameter.
  548. This driver can also be built as a module. If so, the module
  549. will be called lm75.
  550. config SENSORS_LM77
  551. tristate "National Semiconductor LM77"
  552. depends on I2C
  553. help
  554. If you say yes here you get support for National Semiconductor LM77
  555. sensor chips.
  556. This driver can also be built as a module. If so, the module
  557. will be called lm77.
  558. config SENSORS_LM78
  559. tristate "National Semiconductor LM78 and compatibles"
  560. depends on I2C
  561. select HWMON_VID
  562. help
  563. If you say yes here you get support for National Semiconductor LM78,
  564. LM78-J and LM79.
  565. This driver can also be built as a module. If so, the module
  566. will be called lm78.
  567. config SENSORS_LM80
  568. tristate "National Semiconductor LM80 and LM96080"
  569. depends on I2C
  570. help
  571. If you say yes here you get support for National Semiconductor
  572. LM80 and LM96080 sensor chips.
  573. This driver can also be built as a module. If so, the module
  574. will be called lm80.
  575. config SENSORS_LM83
  576. tristate "National Semiconductor LM83 and compatibles"
  577. depends on I2C
  578. help
  579. If you say yes here you get support for National Semiconductor
  580. LM82 and LM83 sensor chips.
  581. This driver can also be built as a module. If so, the module
  582. will be called lm83.
  583. config SENSORS_LM85
  584. tristate "National Semiconductor LM85 and compatibles"
  585. depends on I2C
  586. select HWMON_VID
  587. help
  588. If you say yes here you get support for National Semiconductor LM85
  589. sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
  590. EMC6D101, EMC6D102, and EMC6D103.
  591. This driver can also be built as a module. If so, the module
  592. will be called lm85.
  593. config SENSORS_LM87
  594. tristate "National Semiconductor LM87 and compatibles"
  595. depends on I2C
  596. select HWMON_VID
  597. help
  598. If you say yes here you get support for National Semiconductor LM87
  599. and Analog Devices ADM1024 sensor chips.
  600. This driver can also be built as a module. If so, the module
  601. will be called lm87.
  602. config SENSORS_LM90
  603. tristate "National Semiconductor LM90 and compatibles"
  604. depends on I2C
  605. help
  606. If you say yes here you get support for National Semiconductor LM90,
  607. LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
  608. Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  609. MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
  610. Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, and GMT G781
  611. sensor chips.
  612. This driver can also be built as a module. If so, the module
  613. will be called lm90.
  614. config SENSORS_LM92
  615. tristate "National Semiconductor LM92 and compatibles"
  616. depends on I2C
  617. help
  618. If you say yes here you get support for National Semiconductor LM92
  619. and Maxim MAX6635 sensor chips.
  620. This driver can also be built as a module. If so, the module
  621. will be called lm92.
  622. config SENSORS_LM93
  623. tristate "National Semiconductor LM93 and compatibles"
  624. depends on I2C
  625. select HWMON_VID
  626. help
  627. If you say yes here you get support for National Semiconductor LM93,
  628. LM94, and compatible sensor chips.
  629. This driver can also be built as a module. If so, the module
  630. will be called lm93.
  631. config SENSORS_LTC4151
  632. tristate "Linear Technology LTC4151"
  633. depends on I2C
  634. default n
  635. help
  636. If you say yes here you get support for Linear Technology LTC4151
  637. High Voltage I2C Current and Voltage Monitor interface.
  638. This driver can also be built as a module. If so, the module will
  639. be called ltc4151.
  640. config SENSORS_LTC4215
  641. tristate "Linear Technology LTC4215"
  642. depends on I2C
  643. default n
  644. help
  645. If you say yes here you get support for Linear Technology LTC4215
  646. Hot Swap Controller I2C interface.
  647. This driver can also be built as a module. If so, the module will
  648. be called ltc4215.
  649. config SENSORS_LTC4245
  650. tristate "Linear Technology LTC4245"
  651. depends on I2C
  652. default n
  653. help
  654. If you say yes here you get support for Linear Technology LTC4245
  655. Multiple Supply Hot Swap Controller I2C interface.
  656. This driver can also be built as a module. If so, the module will
  657. be called ltc4245.
  658. config SENSORS_LTC4261
  659. tristate "Linear Technology LTC4261"
  660. depends on I2C
  661. default n
  662. help
  663. If you say yes here you get support for Linear Technology LTC4261
  664. Negative Voltage Hot Swap Controller I2C interface.
  665. This driver can also be built as a module. If so, the module will
  666. be called ltc4261.
  667. config SENSORS_LM95234
  668. tristate "National Semiconductor LM95234"
  669. depends on I2C
  670. help
  671. If you say yes here you get support for the LM95234 temperature
  672. sensor.
  673. This driver can also be built as a module. If so, the module
  674. will be called lm95234.
  675. config SENSORS_LM95241
  676. tristate "National Semiconductor LM95241 and compatibles"
  677. depends on I2C
  678. help
  679. If you say yes here you get support for LM95231 and LM95241 sensor
  680. chips.
  681. This driver can also be built as a module. If so, the module
  682. will be called lm95241.
  683. config SENSORS_LM95245
  684. tristate "National Semiconductor LM95245 sensor chip"
  685. depends on I2C
  686. help
  687. If you say yes here you get support for LM95245 sensor chip.
  688. This driver can also be built as a module. If so, the module
  689. will be called lm95245.
  690. config SENSORS_MAX1111
  691. tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
  692. depends on SPI_MASTER
  693. help
  694. Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
  695. ADC chips.
  696. This driver can also be built as a module. If so, the module
  697. will be called max1111.
  698. config SENSORS_MAX16065
  699. tristate "Maxim MAX16065 System Manager and compatibles"
  700. depends on I2C
  701. help
  702. If you say yes here you get support for hardware monitoring
  703. capabilities of the following Maxim System Manager chips.
  704. MAX16065
  705. MAX16066
  706. MAX16067
  707. MAX16068
  708. MAX16070
  709. MAX16071
  710. This driver can also be built as a module. If so, the module
  711. will be called max16065.
  712. config SENSORS_MAX1619
  713. tristate "Maxim MAX1619 sensor chip"
  714. depends on I2C
  715. help
  716. If you say yes here you get support for MAX1619 sensor chip.
  717. This driver can also be built as a module. If so, the module
  718. will be called max1619.
  719. config SENSORS_MAX1668
  720. tristate "Maxim MAX1668 and compatibles"
  721. depends on I2C
  722. help
  723. If you say yes here you get support for MAX1668, MAX1989 and
  724. MAX1805 chips.
  725. This driver can also be built as a module. If so, the module
  726. will be called max1668.
  727. config SENSORS_MAX197
  728. tristate "Maxim MAX197 and compatibles"
  729. help
  730. Support for the Maxim MAX197 A/D converter.
  731. Support will include, but not be limited to, MAX197, and MAX199.
  732. This driver can also be built as a module. If so, the module
  733. will be called max197.
  734. config SENSORS_MAX6639
  735. tristate "Maxim MAX6639 sensor chip"
  736. depends on I2C
  737. help
  738. If you say yes here you get support for the MAX6639
  739. sensor chips.
  740. This driver can also be built as a module. If so, the module
  741. will be called max6639.
  742. config SENSORS_MAX6642
  743. tristate "Maxim MAX6642 sensor chip"
  744. depends on I2C
  745. help
  746. If you say yes here you get support for MAX6642 sensor chip.
  747. MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
  748. with Overtemperature Alarm from Maxim.
  749. This driver can also be built as a module. If so, the module
  750. will be called max6642.
  751. config SENSORS_MAX6650
  752. tristate "Maxim MAX6650 sensor chip"
  753. depends on I2C
  754. help
  755. If you say yes here you get support for the MAX6650 / MAX6651
  756. sensor chips.
  757. This driver can also be built as a module. If so, the module
  758. will be called max6650.
  759. config SENSORS_MAX6697
  760. tristate "Maxim MAX6697 and compatibles"
  761. depends on I2C
  762. help
  763. If you say yes here you get support for MAX6581, MAX6602, MAX6622,
  764. MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
  765. temperature sensor chips.
  766. This driver can also be built as a module. If so, the module
  767. will be called max6697.
  768. config SENSORS_MCP3021
  769. tristate "Microchip MCP3021 and compatibles"
  770. depends on I2C
  771. help
  772. If you say yes here you get support for MCP3021 and MCP3221.
  773. The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
  774. with 12-bit resolution.
  775. This driver can also be built as a module. If so, the module
  776. will be called mcp3021.
  777. config SENSORS_NCT6775
  778. tristate "Nuvoton NCT6775F and compatibles"
  779. depends on !PPC
  780. select HWMON_VID
  781. help
  782. If you say yes here you get support for the hardware monitoring
  783. functionality of the Nuvoton NCT6775F, NCT6776F, NCT6779D
  784. and compatible Super-I/O chips. This driver replaces the
  785. w83627ehf driver for NCT6775F and NCT6776F.
  786. This driver can also be built as a module. If so, the module
  787. will be called nct6775.
  788. config SENSORS_NTC_THERMISTOR
  789. tristate "NTC thermistor support"
  790. depends on (!OF && !IIO) || (OF && IIO)
  791. help
  792. This driver supports NTC thermistors sensor reading and its
  793. interpretation. The driver can also monitor the temperature and
  794. send notifications about the temperature.
  795. Currently, this driver supports
  796. NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333.
  797. This driver can also be built as a module. If so, the module
  798. will be called ntc-thermistor.
  799. config SENSORS_PC87360
  800. tristate "National Semiconductor PC87360 family"
  801. depends on !PPC
  802. select HWMON_VID
  803. help
  804. If you say yes here you get access to the hardware monitoring
  805. functions of the National Semiconductor PC8736x Super-I/O chips.
  806. The PC87360, PC87363 and PC87364 only have fan monitoring and
  807. control. The PC87365 and PC87366 additionally have voltage and
  808. temperature monitoring.
  809. This driver can also be built as a module. If so, the module
  810. will be called pc87360.
  811. config SENSORS_PC87427
  812. tristate "National Semiconductor PC87427"
  813. depends on !PPC
  814. help
  815. If you say yes here you get access to the hardware monitoring
  816. functions of the National Semiconductor PC87427 Super-I/O chip.
  817. The chip has two distinct logical devices, one for fan speed
  818. monitoring and control, and one for voltage and temperature
  819. monitoring. Fan speed monitoring and control are supported, as
  820. well as temperature monitoring. Voltages aren't supported yet.
  821. This driver can also be built as a module. If so, the module
  822. will be called pc87427.
  823. config SENSORS_PCF8591
  824. tristate "Philips PCF8591 ADC/DAC"
  825. depends on I2C
  826. default n
  827. help
  828. If you say yes here you get support for Philips PCF8591 4-channel
  829. ADC, 1-channel DAC chips.
  830. This driver can also be built as a module. If so, the module
  831. will be called pcf8591.
  832. These devices are hard to detect and rarely found on mainstream
  833. hardware. If unsure, say N.
  834. source drivers/hwmon/pmbus/Kconfig
  835. config SENSORS_SHT15
  836. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  837. depends on GPIOLIB
  838. help
  839. If you say yes here you get support for the Sensiron SHT10, SHT11,
  840. SHT15, SHT71, SHT75 humidity and temperature sensors.
  841. This driver can also be built as a module. If so, the module
  842. will be called sht15.
  843. config SENSORS_SHT21
  844. tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
  845. depends on I2C
  846. help
  847. If you say yes here you get support for the Sensiron SHT21, SHT25
  848. humidity and temperature sensors.
  849. This driver can also be built as a module. If so, the module
  850. will be called sht21.
  851. config SENSORS_S3C
  852. tristate "Samsung built-in ADC"
  853. depends on S3C_ADC
  854. help
  855. If you say yes here you get support for the on-board ADCs of
  856. the Samsung S3C24XX, S3C64XX and other series of SoC
  857. This driver can also be built as a module. If so, the module
  858. will be called s3c-hwmon.
  859. config SENSORS_S3C_RAW
  860. bool "Include raw channel attributes in sysfs"
  861. depends on SENSORS_S3C
  862. help
  863. Say Y here if you want to include raw copies of all the ADC
  864. channels in sysfs.
  865. config SENSORS_SIS5595
  866. tristate "Silicon Integrated Systems Corp. SiS5595"
  867. depends on PCI
  868. help
  869. If you say yes here you get support for the integrated sensors in
  870. SiS5595 South Bridges.
  871. This driver can also be built as a module. If so, the module
  872. will be called sis5595.
  873. config SENSORS_SMM665
  874. tristate "Summit Microelectronics SMM665"
  875. depends on I2C
  876. default n
  877. help
  878. If you say yes here you get support for the hardware monitoring
  879. features of the Summit Microelectronics SMM665/SMM665B Six-Channel
  880. Active DC Output Controller / Monitor.
  881. Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
  882. Support for those chips is untested.
  883. This driver can also be built as a module. If so, the module will
  884. be called smm665.
  885. config SENSORS_DME1737
  886. tristate "SMSC DME1737, SCH311x and compatibles"
  887. depends on I2C && !PPC
  888. select HWMON_VID
  889. help
  890. If you say yes here you get support for the hardware monitoring
  891. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  892. Asus A8000 Super-I/O chips.
  893. This driver can also be built as a module. If so, the module
  894. will be called dme1737.
  895. config SENSORS_EMC1403
  896. tristate "SMSC EMC1403/23 thermal sensor"
  897. depends on I2C
  898. help
  899. If you say yes here you get support for the SMSC EMC1403/23
  900. temperature monitoring chip.
  901. Threshold values can be configured using sysfs.
  902. Data from the different diodes are accessible via sysfs.
  903. config SENSORS_EMC2103
  904. tristate "SMSC EMC2103"
  905. depends on I2C
  906. help
  907. If you say yes here you get support for the temperature
  908. and fan sensors of the SMSC EMC2103 chips.
  909. This driver can also be built as a module. If so, the module
  910. will be called emc2103.
  911. config SENSORS_EMC6W201
  912. tristate "SMSC EMC6W201"
  913. depends on I2C
  914. help
  915. If you say yes here you get support for the SMSC EMC6W201
  916. hardware monitoring chip.
  917. This driver can also be built as a module. If so, the module
  918. will be called emc6w201.
  919. config SENSORS_SMSC47M1
  920. tristate "SMSC LPC47M10x and compatibles"
  921. depends on !PPC
  922. help
  923. If you say yes here you get support for the integrated fan
  924. monitoring and control capabilities of the SMSC LPC47B27x,
  925. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  926. LPC47M192, LPC47M292 and LPC47M997 chips.
  927. The temperature and voltage sensor features of the LPC47M15x,
  928. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  929. driver, select also "SMSC LPC47M192 and compatibles" below for
  930. those.
  931. This driver can also be built as a module. If so, the module
  932. will be called smsc47m1.
  933. config SENSORS_SMSC47M192
  934. tristate "SMSC LPC47M192 and compatibles"
  935. depends on I2C
  936. select HWMON_VID
  937. help
  938. If you say yes here you get support for the temperature and
  939. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  940. and LPC47M997 chips.
  941. The fan monitoring and control capabilities of these chips
  942. are supported by another driver, select
  943. "SMSC LPC47M10x and compatibles" above. You need both drivers
  944. if you want fan control and voltage/temperature sensor support.
  945. This driver can also be built as a module. If so, the module
  946. will be called smsc47m192.
  947. config SENSORS_SMSC47B397
  948. tristate "SMSC LPC47B397-NC"
  949. depends on !PPC
  950. help
  951. If you say yes here you get support for the SMSC LPC47B397-NC
  952. sensor chip.
  953. This driver can also be built as a module. If so, the module
  954. will be called smsc47b397.
  955. config SENSORS_SCH56XX_COMMON
  956. tristate
  957. default n
  958. config SENSORS_SCH5627
  959. tristate "SMSC SCH5627"
  960. depends on !PPC && WATCHDOG
  961. select SENSORS_SCH56XX_COMMON
  962. select WATCHDOG_CORE
  963. help
  964. If you say yes here you get support for the hardware monitoring
  965. features of the SMSC SCH5627 Super-I/O chip including support for
  966. the integrated watchdog.
  967. This driver can also be built as a module. If so, the module
  968. will be called sch5627.
  969. config SENSORS_SCH5636
  970. tristate "SMSC SCH5636"
  971. depends on !PPC && WATCHDOG
  972. select SENSORS_SCH56XX_COMMON
  973. select WATCHDOG_CORE
  974. help
  975. SMSC SCH5636 Super I/O chips include an embedded microcontroller for
  976. hardware monitoring solutions, allowing motherboard manufacturers to
  977. create their own custom hwmon solution based upon the SCH5636.
  978. Currently this driver only supports the Fujitsu Theseus SCH5636 based
  979. hwmon solution. Say yes here if you want support for the Fujitsu
  980. Theseus' hardware monitoring features including support for the
  981. integrated watchdog.
  982. This driver can also be built as a module. If so, the module
  983. will be called sch5636.
  984. config SENSORS_ADS1015
  985. tristate "Texas Instruments ADS1015"
  986. depends on I2C
  987. help
  988. If you say yes here you get support for Texas Instruments ADS1015
  989. 12-bit 4-input ADC device.
  990. This driver can also be built as a module. If so, the module
  991. will be called ads1015.
  992. config SENSORS_ADS7828
  993. tristate "Texas Instruments ADS7828 and compatibles"
  994. depends on I2C
  995. help
  996. If you say yes here you get support for Texas Instruments ADS7828 and
  997. ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
  998. it is 8-bit on ADS7830.
  999. This driver can also be built as a module. If so, the module
  1000. will be called ads7828.
  1001. config SENSORS_ADS7871
  1002. tristate "Texas Instruments ADS7871 A/D converter"
  1003. depends on SPI
  1004. help
  1005. If you say yes here you get support for TI ADS7871 & ADS7870
  1006. This driver can also be built as a module. If so, the module
  1007. will be called ads7871.
  1008. config SENSORS_AMC6821
  1009. tristate "Texas Instruments AMC6821"
  1010. depends on I2C
  1011. help
  1012. If you say yes here you get support for the Texas Instruments
  1013. AMC6821 hardware monitoring chips.
  1014. This driver can also be build as a module. If so, the module
  1015. will be called amc6821.
  1016. config SENSORS_INA209
  1017. tristate "TI / Burr Brown INA209"
  1018. depends on I2C
  1019. help
  1020. If you say yes here you get support for the TI / Burr Brown INA209
  1021. voltage / current / power monitor I2C interface.
  1022. This driver can also be built as a module. If so, the module will
  1023. be called ina209.
  1024. config SENSORS_INA2XX
  1025. tristate "Texas Instruments INA219 and compatibles"
  1026. depends on I2C
  1027. help
  1028. If you say yes here you get support for INA219, INA220, INA226, and
  1029. INA230 power monitor chips.
  1030. The INA2xx driver is configured for the default configuration of
  1031. the part as described in the datasheet.
  1032. Default value for Rshunt is 10 mOhms.
  1033. This driver can also be built as a module. If so, the module
  1034. will be called ina2xx.
  1035. config SENSORS_THMC50
  1036. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  1037. depends on I2C
  1038. help
  1039. If you say yes here you get support for Texas Instruments THMC50
  1040. sensor chips and clones: the Analog Devices ADM1022.
  1041. This driver can also be built as a module. If so, the module
  1042. will be called thmc50.
  1043. config SENSORS_TMP102
  1044. tristate "Texas Instruments TMP102"
  1045. depends on I2C
  1046. help
  1047. If you say yes here you get support for Texas Instruments TMP102
  1048. sensor chips.
  1049. This driver can also be built as a module. If so, the module
  1050. will be called tmp102.
  1051. config SENSORS_TMP401
  1052. tristate "Texas Instruments TMP401 and compatibles"
  1053. depends on I2C
  1054. help
  1055. If you say yes here you get support for Texas Instruments TMP401,
  1056. TMP411, TMP431, and TMP432 temperature sensor chips.
  1057. This driver can also be built as a module. If so, the module
  1058. will be called tmp401.
  1059. config SENSORS_TMP421
  1060. tristate "Texas Instruments TMP421 and compatible"
  1061. depends on I2C
  1062. help
  1063. If you say yes here you get support for Texas Instruments TMP421,
  1064. TMP422 and TMP423 temperature sensor chips.
  1065. This driver can also be built as a module. If so, the module
  1066. will be called tmp421.
  1067. config SENSORS_TWL4030_MADC
  1068. tristate "Texas Instruments TWL4030 MADC Hwmon"
  1069. depends on TWL4030_MADC
  1070. help
  1071. If you say yes here you get hwmon support for triton
  1072. TWL4030-MADC.
  1073. This driver can also be built as a module. If so it will be called
  1074. twl4030-madc-hwmon.
  1075. config SENSORS_VEXPRESS
  1076. tristate "Versatile Express"
  1077. depends on VEXPRESS_CONFIG
  1078. help
  1079. This driver provides support for hardware sensors available on
  1080. the ARM Ltd's Versatile Express platform. It can provide wide
  1081. range of information like temperature, power, energy.
  1082. config SENSORS_VIA_CPUTEMP
  1083. tristate "VIA CPU temperature sensor"
  1084. depends on X86
  1085. select HWMON_VID
  1086. help
  1087. If you say yes here you get support for the temperature
  1088. sensor inside your CPU. Supported are all known variants of
  1089. the VIA C7 and Nano.
  1090. config SENSORS_VIA686A
  1091. tristate "VIA686A"
  1092. depends on PCI
  1093. help
  1094. If you say yes here you get support for the integrated sensors in
  1095. Via 686A/B South Bridges.
  1096. This driver can also be built as a module. If so, the module
  1097. will be called via686a.
  1098. config SENSORS_VT1211
  1099. tristate "VIA VT1211"
  1100. depends on !PPC
  1101. select HWMON_VID
  1102. help
  1103. If you say yes here then you get support for hardware monitoring
  1104. features of the VIA VT1211 Super-I/O chip.
  1105. This driver can also be built as a module. If so, the module
  1106. will be called vt1211.
  1107. config SENSORS_VT8231
  1108. tristate "VIA VT8231"
  1109. depends on PCI
  1110. select HWMON_VID
  1111. help
  1112. If you say yes here then you get support for the integrated sensors
  1113. in the VIA VT8231 device.
  1114. This driver can also be built as a module. If so, the module
  1115. will be called vt8231.
  1116. config SENSORS_W83781D
  1117. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  1118. depends on I2C
  1119. select HWMON_VID
  1120. help
  1121. If you say yes here you get support for the Winbond W8378x series
  1122. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  1123. Asus AS99127F.
  1124. This driver can also be built as a module. If so, the module
  1125. will be called w83781d.
  1126. config SENSORS_W83791D
  1127. tristate "Winbond W83791D"
  1128. depends on I2C
  1129. select HWMON_VID
  1130. help
  1131. If you say yes here you get support for the Winbond W83791D chip.
  1132. This driver can also be built as a module. If so, the module
  1133. will be called w83791d.
  1134. config SENSORS_W83792D
  1135. tristate "Winbond W83792D"
  1136. depends on I2C
  1137. help
  1138. If you say yes here you get support for the Winbond W83792D chip.
  1139. This driver can also be built as a module. If so, the module
  1140. will be called w83792d.
  1141. config SENSORS_W83793
  1142. tristate "Winbond W83793"
  1143. depends on I2C
  1144. select HWMON_VID
  1145. help
  1146. If you say yes here you get support for the Winbond W83793
  1147. hardware monitoring chip, including support for the integrated
  1148. watchdog.
  1149. This driver can also be built as a module. If so, the module
  1150. will be called w83793.
  1151. config SENSORS_W83795
  1152. tristate "Winbond/Nuvoton W83795G/ADG"
  1153. depends on I2C
  1154. help
  1155. If you say yes here you get support for the Winbond W83795G and
  1156. W83795ADG hardware monitoring chip, including manual fan speed
  1157. control.
  1158. This driver can also be built as a module. If so, the module
  1159. will be called w83795.
  1160. config SENSORS_W83795_FANCTRL
  1161. boolean "Include automatic fan control support (DANGEROUS)"
  1162. depends on SENSORS_W83795
  1163. default n
  1164. help
  1165. If you say yes here, support for automatic fan speed control
  1166. will be included in the driver.
  1167. This part of the code wasn't carefully reviewed and tested yet,
  1168. so enabling this option is strongly discouraged on production
  1169. servers. Only developers and testers should enable it for the
  1170. time being.
  1171. Please also note that this option will create sysfs attribute
  1172. files which may change in the future, so you shouldn't rely
  1173. on them being stable.
  1174. config SENSORS_W83L785TS
  1175. tristate "Winbond W83L785TS-S"
  1176. depends on I2C
  1177. help
  1178. If you say yes here you get support for the Winbond W83L785TS-S
  1179. sensor chip, which is used on the Asus A7N8X, among other
  1180. motherboards.
  1181. This driver can also be built as a module. If so, the module
  1182. will be called w83l785ts.
  1183. config SENSORS_W83L786NG
  1184. tristate "Winbond W83L786NG, W83L786NR"
  1185. depends on I2C
  1186. help
  1187. If you say yes here you get support for the Winbond W83L786NG
  1188. and W83L786NR sensor chips.
  1189. This driver can also be built as a module. If so, the module
  1190. will be called w83l786ng.
  1191. config SENSORS_W83627HF
  1192. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  1193. depends on !PPC
  1194. select HWMON_VID
  1195. help
  1196. If you say yes here you get support for the Winbond W836X7 series
  1197. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  1198. W83697HF.
  1199. This driver can also be built as a module. If so, the module
  1200. will be called w83627hf.
  1201. config SENSORS_W83627EHF
  1202. tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
  1203. depends on !PPC
  1204. select HWMON_VID
  1205. help
  1206. If you say yes here you get support for the hardware
  1207. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  1208. This driver also supports the W83627EHG, which is the lead-free
  1209. version of the W83627EHF, and the W83627DHG, which is a similar
  1210. chip suited for specific Intel processors that use PECI such as
  1211. the Core 2 Duo. And also the W83627UHG, which is a stripped down
  1212. version of the W83627DHG (as far as hardware monitoring goes.)
  1213. This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
  1214. (also known as W83667HG-I), and NCT6776F.
  1215. This driver can also be built as a module. If so, the module
  1216. will be called w83627ehf.
  1217. config SENSORS_WM831X
  1218. tristate "WM831x PMICs"
  1219. depends on MFD_WM831X
  1220. help
  1221. If you say yes here you get support for the hardware
  1222. monitoring functionality of the Wolfson Microelectronics
  1223. WM831x series of PMICs.
  1224. This driver can also be built as a module. If so, the module
  1225. will be called wm831x-hwmon.
  1226. config SENSORS_WM8350
  1227. tristate "Wolfson Microelectronics WM835x"
  1228. depends on MFD_WM8350
  1229. help
  1230. If you say yes here you get support for the hardware
  1231. monitoring features of the WM835x series of PMICs.
  1232. This driver can also be built as a module. If so, the module
  1233. will be called wm8350-hwmon.
  1234. config SENSORS_ULTRA45
  1235. tristate "Sun Ultra45 PIC16F747"
  1236. depends on SPARC64
  1237. help
  1238. This driver provides support for the Ultra45 workstation environmental
  1239. sensors.
  1240. config SENSORS_APPLESMC
  1241. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  1242. depends on INPUT && X86
  1243. select NEW_LEDS
  1244. select LEDS_CLASS
  1245. select INPUT_POLLDEV
  1246. default n
  1247. help
  1248. This driver provides support for the Apple System Management
  1249. Controller, which provides an accelerometer (Apple Sudden Motion
  1250. Sensor), light sensors, temperature sensors, keyboard backlight
  1251. control and fan control.
  1252. Only Intel-based Apple's computers are supported (MacBook Pro,
  1253. MacBook, MacMini).
  1254. Data from the different sensors, keyboard backlight control and fan
  1255. control are accessible via sysfs.
  1256. This driver also provides an absolute input class device, allowing
  1257. the laptop to act as a pinball machine-esque joystick.
  1258. Say Y here if you have an applicable laptop and want to experience
  1259. the awesome power of applesmc.
  1260. config SENSORS_MC13783_ADC
  1261. tristate "Freescale MC13783/MC13892 ADC"
  1262. depends on MFD_MC13XXX
  1263. help
  1264. Support for the A/D converter on MC13783 and MC13892 PMIC.
  1265. if ACPI
  1266. comment "ACPI drivers"
  1267. config SENSORS_ACPI_POWER
  1268. tristate "ACPI 4.0 power meter"
  1269. help
  1270. This driver exposes ACPI 4.0 power meters as hardware monitoring
  1271. devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware
  1272. and a power meter.
  1273. To compile this driver as a module, choose M here:
  1274. the module will be called acpi_power_meter.
  1275. config SENSORS_ATK0110
  1276. tristate "ASUS ATK0110"
  1277. depends on X86
  1278. help
  1279. If you say yes here you get support for the ACPI hardware
  1280. monitoring interface found in many ASUS motherboards. This
  1281. driver will provide readings of fans, voltages and temperatures
  1282. through the system firmware.
  1283. This driver can also be built as a module. If so, the module
  1284. will be called asus_atk0110.
  1285. endif # ACPI
  1286. endif # HWMON