Kconfig 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307
  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_ABITUGURU
  35. tristate "Abit uGuru (rev 1 & 2)"
  36. depends on X86 && EXPERIMENTAL
  37. help
  38. If you say yes here you get support for the sensor part of the first
  39. and second revision of the Abit uGuru chip. The voltage and frequency
  40. control parts of the Abit uGuru are not supported. The Abit uGuru
  41. chip can be found on Abit uGuru featuring motherboards (most modern
  42. Abit motherboards from before end 2005). For more info and a list
  43. of which motherboards have which revision see
  44. Documentation/hwmon/abituguru
  45. This driver can also be built as a module. If so, the module
  46. will be called abituguru.
  47. config SENSORS_ABITUGURU3
  48. tristate "Abit uGuru (rev 3)"
  49. depends on X86 && EXPERIMENTAL
  50. help
  51. If you say yes here you get support for the sensor part of the
  52. third revision of the Abit uGuru chip. Only reading the sensors
  53. and their settings is supported. The third revision of the Abit
  54. uGuru chip can be found on recent Abit motherboards (since end
  55. 2005). For more info and a list of which motherboards have which
  56. revision see Documentation/hwmon/abituguru3
  57. This driver can also be built as a module. If so, the module
  58. will be called abituguru3.
  59. config SENSORS_AD7414
  60. tristate "Analog Devices AD7414"
  61. depends on I2C && EXPERIMENTAL
  62. help
  63. If you say yes here you get support for the Analog Devices
  64. AD7414 temperature monitoring chip.
  65. This driver can also be built as a module. If so, the module
  66. will be called ad7414.
  67. config SENSORS_AD7418
  68. tristate "Analog Devices AD7416, AD7417 and AD7418"
  69. depends on I2C && EXPERIMENTAL
  70. help
  71. If you say yes here you get support for the Analog Devices
  72. AD7416, AD7417 and AD7418 temperature monitoring chips.
  73. This driver can also be built as a module. If so, the module
  74. will be called ad7418.
  75. config SENSORS_ADCXX
  76. tristate "National Semiconductor ADCxxxSxxx"
  77. depends on SPI_MASTER && EXPERIMENTAL
  78. help
  79. If you say yes here you get support for the National Semiconductor
  80. ADC<bb><c>S<sss> chip family, where
  81. * bb is the resolution in number of bits (8, 10, 12)
  82. * c is the number of channels (1, 2, 4, 8)
  83. * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
  84. kSPS and 101 for 1 MSPS)
  85. Examples : ADC081S101, ADC124S501, ...
  86. This driver can also be built as a module. If so, the module
  87. will be called adcxx.
  88. config SENSORS_ADM1021
  89. tristate "Analog Devices ADM1021 and compatibles"
  90. depends on I2C
  91. help
  92. If you say yes here you get support for Analog Devices ADM1021
  93. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  94. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  95. and the XEON processor built-in sensor.
  96. This driver can also be built as a module. If so, the module
  97. will be called adm1021.
  98. config SENSORS_ADM1025
  99. tristate "Analog Devices ADM1025 and compatibles"
  100. depends on I2C
  101. select HWMON_VID
  102. help
  103. If you say yes here you get support for Analog Devices ADM1025
  104. and Philips NE1619 sensor chips.
  105. This driver can also be built as a module. If so, the module
  106. will be called adm1025.
  107. config SENSORS_ADM1026
  108. tristate "Analog Devices ADM1026 and compatibles"
  109. depends on I2C
  110. select HWMON_VID
  111. help
  112. If you say yes here you get support for Analog Devices ADM1026
  113. sensor chip.
  114. This driver can also be built as a module. If so, the module
  115. will be called adm1026.
  116. config SENSORS_ADM1029
  117. tristate "Analog Devices ADM1029"
  118. depends on I2C
  119. help
  120. If you say yes here you get support for Analog Devices ADM1029
  121. sensor chip.
  122. Very rare chip, please let us know you use it.
  123. This driver can also be built as a module. If so, the module
  124. will be called adm1029.
  125. config SENSORS_ADM1031
  126. tristate "Analog Devices ADM1031 and compatibles"
  127. depends on I2C
  128. help
  129. If you say yes here you get support for Analog Devices ADM1031
  130. and ADM1030 sensor chips.
  131. This driver can also be built as a module. If so, the module
  132. will be called adm1031.
  133. config SENSORS_ADM9240
  134. tristate "Analog Devices ADM9240 and compatibles"
  135. depends on I2C
  136. select HWMON_VID
  137. help
  138. If you say yes here you get support for Analog Devices ADM9240,
  139. Dallas DS1780, National Semiconductor LM81 sensor chips.
  140. This driver can also be built as a module. If so, the module
  141. will be called adm9240.
  142. config SENSORS_ADT7411
  143. tristate "Analog Devices ADT7411"
  144. depends on I2C && EXPERIMENTAL
  145. help
  146. If you say yes here you get support for the Analog Devices
  147. ADT7411 voltage and temperature monitoring chip.
  148. This driver can also be built as a module. If so, the module
  149. will be called adt7411.
  150. config SENSORS_ADT7462
  151. tristate "Analog Devices ADT7462"
  152. depends on I2C && EXPERIMENTAL
  153. help
  154. If you say yes here you get support for the Analog Devices
  155. ADT7462 temperature monitoring chips.
  156. This driver can also be built as a module. If so, the module
  157. will be called adt7462.
  158. config SENSORS_ADT7470
  159. tristate "Analog Devices ADT7470"
  160. depends on I2C && EXPERIMENTAL
  161. help
  162. If you say yes here you get support for the Analog Devices
  163. ADT7470 temperature monitoring chips.
  164. This driver can also be built as a module. If so, the module
  165. will be called adt7470.
  166. config SENSORS_ADT7475
  167. tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
  168. depends on I2C
  169. select HWMON_VID
  170. help
  171. If you say yes here you get support for the Analog Devices
  172. ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
  173. chips.
  174. This driver can also be build as a module. If so, the module
  175. will be called adt7475.
  176. config SENSORS_ASC7621
  177. tristate "Andigilog aSC7621"
  178. depends on HWMON && I2C
  179. help
  180. If you say yes here you get support for the aSC7621
  181. family of SMBus sensors chip found on most Intel X38, X48, X58,
  182. 945, 965 and 975 desktop boards. Currently supported chips:
  183. aSC7621
  184. aSC7621a
  185. This driver can also be built as a module. If so, the module
  186. will be called asc7621.
  187. config SENSORS_K8TEMP
  188. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  189. depends on X86 && PCI && EXPERIMENTAL
  190. help
  191. If you say yes here you get support for the temperature
  192. sensor(s) inside your CPU. Supported is whole AMD K8
  193. microarchitecture. Please note that you will need at least
  194. lm-sensors 2.10.1 for proper userspace support.
  195. This driver can also be built as a module. If so, the module
  196. will be called k8temp.
  197. config SENSORS_K10TEMP
  198. tristate "AMD Family 10h/11h/12h/14h temperature sensor"
  199. depends on X86 && PCI
  200. help
  201. If you say yes here you get support for the temperature
  202. sensor(s) inside your CPU. Supported are later revisions of
  203. the AMD Family 10h and all revisions of the AMD Family 11h,
  204. 12h (Llano), and 14h (Brazos) microarchitectures.
  205. This driver can also be built as a module. If so, the module
  206. will be called k10temp.
  207. config SENSORS_ASB100
  208. tristate "Asus ASB100 Bach"
  209. depends on X86 && I2C && EXPERIMENTAL
  210. select HWMON_VID
  211. help
  212. If you say yes here you get support for the ASB100 Bach sensor
  213. chip found on some Asus mainboards.
  214. This driver can also be built as a module. If so, the module
  215. will be called asb100.
  216. config SENSORS_ATXP1
  217. tristate "Attansic ATXP1 VID controller"
  218. depends on I2C && EXPERIMENTAL
  219. select HWMON_VID
  220. help
  221. If you say yes here you get support for the Attansic ATXP1 VID
  222. controller.
  223. If your board have such a chip, you are able to control your CPU
  224. core and other voltages.
  225. This driver can also be built as a module. If so, the module
  226. will be called atxp1.
  227. config SENSORS_DS620
  228. tristate "Dallas Semiconductor DS620"
  229. depends on I2C
  230. help
  231. If you say yes here you get support for Dallas Semiconductor
  232. DS620 sensor chip.
  233. This driver can also be built as a module. If so, the module
  234. will be called ds620.
  235. config SENSORS_DS1621
  236. tristate "Dallas Semiconductor DS1621 and DS1625"
  237. depends on I2C
  238. help
  239. If you say yes here you get support for Dallas Semiconductor
  240. DS1621 and DS1625 sensor chips.
  241. This driver can also be built as a module. If so, the module
  242. will be called ds1621.
  243. config SENSORS_I5K_AMB
  244. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  245. depends on PCI && EXPERIMENTAL
  246. help
  247. If you say yes here you get support for FB-DIMM AMB temperature
  248. monitoring chips on systems with the Intel 5000 series chipset.
  249. This driver can also be built as a module. If so, the module
  250. will be called i5k_amb.
  251. config SENSORS_F71805F
  252. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  253. help
  254. If you say yes here you get support for hardware monitoring
  255. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  256. Super-I/O chips.
  257. This driver can also be built as a module. If so, the module
  258. will be called f71805f.
  259. config SENSORS_F71882FG
  260. tristate "Fintek F71882FG and compatibles"
  261. help
  262. If you say yes here you get support for hardware monitoring
  263. features of many Fintek Super-I/O (LPC) chips. The currently
  264. supported chips are:
  265. F71808E
  266. F71858FG
  267. F71862FG
  268. F71863FG
  269. F71869F/E
  270. F71882FG
  271. F71883FG
  272. F71889FG/ED/A
  273. F8000
  274. F81801U
  275. F81865F
  276. This driver can also be built as a module. If so, the module
  277. will be called f71882fg.
  278. config SENSORS_F75375S
  279. tristate "Fintek F75375S/SP and F75373"
  280. depends on I2C
  281. help
  282. If you say yes here you get support for hardware monitoring
  283. features of the Fintek F75375S/SP and F75373
  284. This driver can also be built as a module. If so, the module
  285. will be called f75375s.
  286. config SENSORS_FSCHMD
  287. tristate "Fujitsu Siemens Computers sensor chips"
  288. depends on X86 && I2C
  289. help
  290. If you say yes here you get support for the following Fujitsu
  291. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  292. Heimdall, Heracles, Hades and Syleus including support for the
  293. integrated watchdog.
  294. This is a merged driver for FSC sensor chips replacing the fscpos,
  295. fscscy and fscher drivers and adding support for several other FSC
  296. sensor chips.
  297. This driver can also be built as a module. If so, the module
  298. will be called fschmd.
  299. config SENSORS_G760A
  300. tristate "GMT G760A"
  301. depends on I2C
  302. help
  303. If you say yes here you get support for Global Mixed-mode
  304. Technology Inc G760A fan speed PWM controller chips.
  305. This driver can also be built as a module. If so, the module
  306. will be called g760a.
  307. config SENSORS_GL518SM
  308. tristate "Genesys Logic GL518SM"
  309. depends on I2C
  310. help
  311. If you say yes here you get support for Genesys Logic GL518SM
  312. sensor chips.
  313. This driver can also be built as a module. If so, the module
  314. will be called gl518sm.
  315. config SENSORS_GL520SM
  316. tristate "Genesys Logic GL520SM"
  317. depends on I2C
  318. select HWMON_VID
  319. help
  320. If you say yes here you get support for Genesys Logic GL520SM
  321. sensor chips.
  322. This driver can also be built as a module. If so, the module
  323. will be called gl520sm.
  324. config SENSORS_GPIO_FAN
  325. tristate "GPIO fan"
  326. depends on GENERIC_GPIO
  327. help
  328. If you say yes here you get support for fans connected to GPIO lines.
  329. This driver can also be built as a module. If so, the module
  330. will be called gpio-fan.
  331. config SENSORS_CORETEMP
  332. tristate "Intel Core/Core2/Atom temperature sensor"
  333. depends on X86 && PCI && EXPERIMENTAL
  334. help
  335. If you say yes here you get support for the temperature
  336. sensor inside your CPU. Most of the family 6 CPUs
  337. are supported. Check Documentation/hwmon/coretemp for details.
  338. config SENSORS_PKGTEMP
  339. tristate "Intel processor package temperature sensor"
  340. depends on X86 && EXPERIMENTAL
  341. help
  342. If you say yes here you get support for the package level temperature
  343. sensor inside your CPU. Check documentation/driver for details.
  344. config SENSORS_IBMAEM
  345. tristate "IBM Active Energy Manager temperature/power sensors and control"
  346. select IPMI_SI
  347. depends on IPMI_HANDLER
  348. help
  349. If you say yes here you get support for the temperature and
  350. power sensors and capping hardware in various IBM System X
  351. servers that support Active Energy Manager. This includes
  352. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  353. and certain HC10/HS2x/LS2x/QS2x blades.
  354. This driver can also be built as a module. If so, the module
  355. will be called ibmaem.
  356. config SENSORS_IBMPEX
  357. tristate "IBM PowerExecutive temperature/power sensors"
  358. select IPMI_SI
  359. depends on IPMI_HANDLER
  360. help
  361. If you say yes here you get support for the temperature and
  362. power sensors in various IBM System X servers that support
  363. PowerExecutive. So far this includes the x3350, x3550, x3650,
  364. x3655, and x3755; the x3800, x3850, and x3950 models that have
  365. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  366. This driver can also be built as a module. If so, the module
  367. will be called ibmpex.
  368. config SENSORS_IT87
  369. tristate "ITE IT87xx and compatibles"
  370. select HWMON_VID
  371. help
  372. If you say yes here you get support for ITE IT8705F, IT8712F,
  373. IT8716F, IT8718F, IT8720F, IT8721F, IT8726F and IT8758E sensor
  374. chips, and the SiS960 clone.
  375. This driver can also be built as a module. If so, the module
  376. will be called it87.
  377. config SENSORS_JZ4740
  378. tristate "Ingenic JZ4740 SoC ADC driver"
  379. depends on MACH_JZ4740 && MFD_JZ4740_ADC
  380. help
  381. If you say yes here you get support for reading adc values from the ADCIN
  382. pin on Ingenic JZ4740 SoC based boards.
  383. This driver can also be build as a module. If so, the module will be
  384. called jz4740-hwmon.
  385. config SENSORS_JC42
  386. tristate "JEDEC JC42.4 compliant memory module temperature sensors"
  387. depends on I2C
  388. help
  389. If you say yes here, you get support for JEDEC JC42.4 compliant
  390. temperature sensors, which are used on many DDR3 memory modules for
  391. mobile devices and servers. Support will include, but not be limited
  392. to, ADT7408, CAT34TS02, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
  393. MCP9843, SE97, SE98, STTS424(E), TSE2002B3, and TS3000B3.
  394. This driver can also be built as a module. If so, the module
  395. will be called jc42.
  396. config SENSORS_LINEAGE
  397. tristate "Lineage Compact Power Line Power Entry Module"
  398. depends on I2C && EXPERIMENTAL
  399. help
  400. If you say yes here you get support for the Lineage Compact Power Line
  401. series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
  402. CP2000DC, CP2725, and others.
  403. This driver can also be built as a module. If so, the module
  404. will be called lineage-pem.
  405. config SENSORS_LM63
  406. tristate "National Semiconductor LM63 and LM64"
  407. depends on I2C
  408. help
  409. If you say yes here you get support for the National
  410. Semiconductor LM63 and LM64 remote diode digital temperature
  411. sensors with integrated fan control. Such chips are found
  412. on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
  413. others.
  414. This driver can also be built as a module. If so, the module
  415. will be called lm63.
  416. config SENSORS_LM70
  417. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  418. depends on SPI_MASTER
  419. help
  420. If you say yes here you get support for the National Semiconductor
  421. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  422. sensor chips.
  423. This driver can also be built as a module. If so, the module
  424. will be called lm70.
  425. config SENSORS_LM73
  426. tristate "National Semiconductor LM73"
  427. depends on I2C
  428. help
  429. If you say yes here you get support for National Semiconductor LM73
  430. sensor chips.
  431. This driver can also be built as a module. If so, the module
  432. will be called lm73.
  433. config SENSORS_LM75
  434. tristate "National Semiconductor LM75 and compatibles"
  435. depends on I2C
  436. help
  437. If you say yes here you get support for one common type of
  438. temperature sensor chip, with models including:
  439. - Dallas Semiconductor DS75 and DS1775
  440. - Maxim MAX6625 and MAX6626
  441. - Microchip MCP980x
  442. - National Semiconductor LM75, LM75A
  443. - NXP's LM75A
  444. - ST Microelectronics STDS75
  445. - TelCom (now Microchip) TCN75
  446. - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
  447. TMP275
  448. This driver supports driver model based binding through board
  449. specific I2C device tables.
  450. It also supports the "legacy" style of driver binding. To use
  451. that with some chips which don't replicate LM75 quirks exactly,
  452. you may need the "force" module parameter.
  453. This driver can also be built as a module. If so, the module
  454. will be called lm75.
  455. config SENSORS_LM77
  456. tristate "National Semiconductor LM77"
  457. depends on I2C
  458. help
  459. If you say yes here you get support for National Semiconductor LM77
  460. sensor chips.
  461. This driver can also be built as a module. If so, the module
  462. will be called lm77.
  463. config SENSORS_LM78
  464. tristate "National Semiconductor LM78 and compatibles"
  465. depends on I2C
  466. select HWMON_VID
  467. help
  468. If you say yes here you get support for National Semiconductor LM78,
  469. LM78-J and LM79.
  470. This driver can also be built as a module. If so, the module
  471. will be called lm78.
  472. config SENSORS_LM80
  473. tristate "National Semiconductor LM80"
  474. depends on I2C
  475. help
  476. If you say yes here you get support for National Semiconductor
  477. LM80 sensor chips.
  478. This driver can also be built as a module. If so, the module
  479. will be called lm80.
  480. config SENSORS_LM83
  481. tristate "National Semiconductor LM83 and compatibles"
  482. depends on I2C
  483. help
  484. If you say yes here you get support for National Semiconductor
  485. LM82 and LM83 sensor chips.
  486. This driver can also be built as a module. If so, the module
  487. will be called lm83.
  488. config SENSORS_LM85
  489. tristate "National Semiconductor LM85 and compatibles"
  490. depends on I2C
  491. select HWMON_VID
  492. help
  493. If you say yes here you get support for National Semiconductor LM85
  494. sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
  495. EMC6D101, EMC6D102, and EMC6D103.
  496. This driver can also be built as a module. If so, the module
  497. will be called lm85.
  498. config SENSORS_LM87
  499. tristate "National Semiconductor LM87 and compatibles"
  500. depends on I2C
  501. select HWMON_VID
  502. help
  503. If you say yes here you get support for National Semiconductor LM87
  504. and Analog Devices ADM1024 sensor chips.
  505. This driver can also be built as a module. If so, the module
  506. will be called lm87.
  507. config SENSORS_LM90
  508. tristate "National Semiconductor LM90 and compatibles"
  509. depends on I2C
  510. help
  511. If you say yes here you get support for National Semiconductor LM90,
  512. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
  513. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  514. MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton
  515. W83L771W/G/AWG/ASG sensor chips.
  516. This driver can also be built as a module. If so, the module
  517. will be called lm90.
  518. config SENSORS_LM92
  519. tristate "National Semiconductor LM92 and compatibles"
  520. depends on I2C
  521. help
  522. If you say yes here you get support for National Semiconductor LM92
  523. and Maxim MAX6635 sensor chips.
  524. This driver can also be built as a module. If so, the module
  525. will be called lm92.
  526. config SENSORS_LM93
  527. tristate "National Semiconductor LM93 and compatibles"
  528. depends on I2C
  529. select HWMON_VID
  530. help
  531. If you say yes here you get support for National Semiconductor LM93,
  532. LM94, and compatible sensor chips.
  533. This driver can also be built as a module. If so, the module
  534. will be called lm93.
  535. config SENSORS_LTC4151
  536. tristate "Linear Technology LTC4151"
  537. depends on I2C
  538. default n
  539. help
  540. If you say yes here you get support for Linear Technology LTC4151
  541. High Voltage I2C Current and Voltage Monitor interface.
  542. This driver can also be built as a module. If so, the module will
  543. be called ltc4151.
  544. config SENSORS_LTC4215
  545. tristate "Linear Technology LTC4215"
  546. depends on I2C && EXPERIMENTAL
  547. default n
  548. help
  549. If you say yes here you get support for Linear Technology LTC4215
  550. Hot Swap Controller I2C interface.
  551. This driver can also be built as a module. If so, the module will
  552. be called ltc4215.
  553. config SENSORS_LTC4245
  554. tristate "Linear Technology LTC4245"
  555. depends on I2C && EXPERIMENTAL
  556. default n
  557. help
  558. If you say yes here you get support for Linear Technology LTC4245
  559. Multiple Supply Hot Swap Controller I2C interface.
  560. This driver can also be built as a module. If so, the module will
  561. be called ltc4245.
  562. config SENSORS_LTC4261
  563. tristate "Linear Technology LTC4261"
  564. depends on I2C && EXPERIMENTAL
  565. default n
  566. help
  567. If you say yes here you get support for Linear Technology LTC4261
  568. Negative Voltage Hot Swap Controller I2C interface.
  569. This driver can also be built as a module. If so, the module will
  570. be called ltc4261.
  571. config SENSORS_LM95241
  572. tristate "National Semiconductor LM95241 sensor chip"
  573. depends on I2C
  574. help
  575. If you say yes here you get support for LM95241 sensor chip.
  576. This driver can also be built as a module. If so, the module
  577. will be called lm95241.
  578. config SENSORS_MAX1111
  579. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  580. depends on SPI_MASTER
  581. help
  582. Say y here to support Maxim's MAX1111 ADC chips.
  583. This driver can also be built as a module. If so, the module
  584. will be called max1111.
  585. config SENSORS_MAX1619
  586. tristate "Maxim MAX1619 sensor chip"
  587. depends on I2C
  588. help
  589. If you say yes here you get support for MAX1619 sensor chip.
  590. This driver can also be built as a module. If so, the module
  591. will be called max1619.
  592. config SENSORS_MAX6639
  593. tristate "Maxim MAX6639 sensor chip"
  594. depends on I2C && EXPERIMENTAL
  595. help
  596. If you say yes here you get support for the MAX6639
  597. sensor chips.
  598. This driver can also be built as a module. If so, the module
  599. will be called max6639.
  600. config SENSORS_MAX6650
  601. tristate "Maxim MAX6650 sensor chip"
  602. depends on I2C && EXPERIMENTAL
  603. help
  604. If you say yes here you get support for the MAX6650 / MAX6651
  605. sensor chips.
  606. This driver can also be built as a module. If so, the module
  607. will be called max6650.
  608. config SENSORS_PC87360
  609. tristate "National Semiconductor PC87360 family"
  610. select HWMON_VID
  611. help
  612. If you say yes here you get access to the hardware monitoring
  613. functions of the National Semiconductor PC8736x Super-I/O chips.
  614. The PC87360, PC87363 and PC87364 only have fan monitoring and
  615. control. The PC87365 and PC87366 additionally have voltage and
  616. temperature monitoring.
  617. This driver can also be built as a module. If so, the module
  618. will be called pc87360.
  619. config SENSORS_PC87427
  620. tristate "National Semiconductor PC87427"
  621. help
  622. If you say yes here you get access to the hardware monitoring
  623. functions of the National Semiconductor PC87427 Super-I/O chip.
  624. The chip has two distinct logical devices, one for fan speed
  625. monitoring and control, and one for voltage and temperature
  626. monitoring. Fan speed monitoring and control are supported, as
  627. well as temperature monitoring. Voltages aren't supported yet.
  628. This driver can also be built as a module. If so, the module
  629. will be called pc87427.
  630. config SENSORS_PCF8591
  631. tristate "Philips PCF8591 ADC/DAC"
  632. depends on I2C
  633. default n
  634. help
  635. If you say yes here you get support for Philips PCF8591 4-channel
  636. ADC, 1-channel DAC chips.
  637. This driver can also be built as a module. If so, the module
  638. will be called pcf8591.
  639. These devices are hard to detect and rarely found on mainstream
  640. hardware. If unsure, say N.
  641. config PMBUS
  642. tristate "PMBus support"
  643. depends on I2C && EXPERIMENTAL
  644. default n
  645. help
  646. Say yes here if you want to enable PMBus support.
  647. This driver can also be built as a module. If so, the module will
  648. be called pmbus_core.
  649. if PMBUS
  650. config SENSORS_PMBUS
  651. tristate "Generic PMBus devices"
  652. default n
  653. help
  654. If you say yes here you get hardware monitoring support for generic
  655. PMBus devices, including but not limited to BMR450, BMR451, BMR453,
  656. BMR454, and LTC2978.
  657. This driver can also be built as a module. If so, the module will
  658. be called pmbus.
  659. config SENSORS_MAX16064
  660. tristate "Maxim MAX16064"
  661. default n
  662. help
  663. If you say yes here you get hardware monitoring support for Maxim
  664. MAX16064.
  665. This driver can also be built as a module. If so, the module will
  666. be called max16064.
  667. config SENSORS_MAX34440
  668. tristate "Maxim MAX34440/MAX34441"
  669. default n
  670. help
  671. If you say yes here you get hardware monitoring support for Maxim
  672. MAX34440 and MAX34441.
  673. This driver can also be built as a module. If so, the module will
  674. be called max34440.
  675. config SENSORS_MAX8688
  676. tristate "Maxim MAX8688"
  677. default n
  678. help
  679. If you say yes here you get hardware monitoring support for Maxim
  680. MAX8688.
  681. This driver can also be built as a module. If so, the module will
  682. be called max8688.
  683. endif # PMBUS
  684. config SENSORS_SHT15
  685. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  686. depends on GENERIC_GPIO
  687. help
  688. If you say yes here you get support for the Sensiron SHT10, SHT11,
  689. SHT15, SHT71, SHT75 humidity and temperature sensors.
  690. This driver can also be built as a module. If so, the module
  691. will be called sht15.
  692. config SENSORS_SHT21
  693. tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
  694. depends on I2C
  695. help
  696. If you say yes here you get support for the Sensiron SHT21, SHT25
  697. humidity and temperature sensors.
  698. This driver can also be built as a module. If so, the module
  699. will be called sht21.
  700. config SENSORS_S3C
  701. tristate "Samsung built-in ADC"
  702. depends on S3C_ADC
  703. help
  704. If you say yes here you get support for the on-board ADCs of
  705. the Samsung S3C24XX, S3C64XX and other series of SoC
  706. This driver can also be built as a module. If so, the module
  707. will be called s3c-hwmon.
  708. config SENSORS_S3C_RAW
  709. bool "Include raw channel attributes in sysfs"
  710. depends on SENSORS_S3C
  711. help
  712. Say Y here if you want to include raw copies of all the ADC
  713. channels in sysfs.
  714. config SENSORS_SIS5595
  715. tristate "Silicon Integrated Systems Corp. SiS5595"
  716. depends on PCI
  717. help
  718. If you say yes here you get support for the integrated sensors in
  719. SiS5595 South Bridges.
  720. This driver can also be built as a module. If so, the module
  721. will be called sis5595.
  722. config SENSORS_SMM665
  723. tristate "Summit Microelectronics SMM665"
  724. depends on I2C && EXPERIMENTAL
  725. default n
  726. help
  727. If you say yes here you get support for the hardware monitoring
  728. features of the Summit Microelectronics SMM665/SMM665B Six-Channel
  729. Active DC Output Controller / Monitor.
  730. Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
  731. Support for those chips is untested.
  732. This driver can also be built as a module. If so, the module will
  733. be called smm665.
  734. config SENSORS_DME1737
  735. tristate "SMSC DME1737, SCH311x and compatibles"
  736. depends on I2C && EXPERIMENTAL
  737. select HWMON_VID
  738. help
  739. If you say yes here you get support for the hardware monitoring
  740. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  741. Asus A8000 Super-I/O chips.
  742. This driver can also be built as a module. If so, the module
  743. will be called dme1737.
  744. config SENSORS_EMC1403
  745. tristate "SMSC EMC1403/23 thermal sensor"
  746. depends on I2C
  747. help
  748. If you say yes here you get support for the SMSC EMC1403/23
  749. temperature monitoring chip.
  750. Threshold values can be configured using sysfs.
  751. Data from the different diodes are accessible via sysfs.
  752. config SENSORS_EMC2103
  753. tristate "SMSC EMC2103"
  754. depends on I2C
  755. help
  756. If you say yes here you get support for the temperature
  757. and fan sensors of the SMSC EMC2103 chips.
  758. This driver can also be built as a module. If so, the module
  759. will be called emc2103.
  760. config SENSORS_SMSC47M1
  761. tristate "SMSC LPC47M10x and compatibles"
  762. help
  763. If you say yes here you get support for the integrated fan
  764. monitoring and control capabilities of the SMSC LPC47B27x,
  765. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  766. LPC47M192, LPC47M292 and LPC47M997 chips.
  767. The temperature and voltage sensor features of the LPC47M15x,
  768. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  769. driver, select also "SMSC LPC47M192 and compatibles" below for
  770. those.
  771. This driver can also be built as a module. If so, the module
  772. will be called smsc47m1.
  773. config SENSORS_SMSC47M192
  774. tristate "SMSC LPC47M192 and compatibles"
  775. depends on I2C
  776. select HWMON_VID
  777. help
  778. If you say yes here you get support for the temperature and
  779. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  780. and LPC47M997 chips.
  781. The fan monitoring and control capabilities of these chips
  782. are supported by another driver, select
  783. "SMSC LPC47M10x and compatibles" above. You need both drivers
  784. if you want fan control and voltage/temperature sensor support.
  785. This driver can also be built as a module. If so, the module
  786. will be called smsc47m192.
  787. config SENSORS_SMSC47B397
  788. tristate "SMSC LPC47B397-NC"
  789. depends on EXPERIMENTAL
  790. help
  791. If you say yes here you get support for the SMSC LPC47B397-NC
  792. sensor chip.
  793. This driver can also be built as a module. If so, the module
  794. will be called smsc47b397.
  795. config SENSORS_SCH5627
  796. tristate "SMSC SCH5627"
  797. help
  798. If you say yes here you get support for the hardware monitoring
  799. features of the SMSC SCH5627 Super-I/O chip.
  800. This driver can also be built as a module. If so, the module
  801. will be called sch5627.
  802. config SENSORS_ADS1015
  803. tristate "Texas Instruments ADS1015"
  804. depends on I2C
  805. help
  806. If you say yes here you get support for Texas Instruments ADS1015
  807. 12-bit 4-input ADC device.
  808. This driver can also be built as a module. If so, the module
  809. will be called ads1015.
  810. config SENSORS_ADS7828
  811. tristate "Texas Instruments ADS7828"
  812. depends on I2C
  813. help
  814. If you say yes here you get support for Texas Instruments ADS7828
  815. 12-bit 8-channel ADC device.
  816. This driver can also be built as a module. If so, the module
  817. will be called ads7828.
  818. config SENSORS_ADS7871
  819. tristate "Texas Instruments ADS7871 A/D converter"
  820. depends on SPI
  821. help
  822. If you say yes here you get support for TI ADS7871 & ADS7870
  823. This driver can also be built as a module. If so, the module
  824. will be called ads7871.
  825. config SENSORS_AMC6821
  826. tristate "Texas Instruments AMC6821"
  827. depends on I2C && EXPERIMENTAL
  828. help
  829. If you say yes here you get support for the Texas Instruments
  830. AMC6821 hardware monitoring chips.
  831. This driver can also be build as a module. If so, the module
  832. will be called amc6821.
  833. config SENSORS_THMC50
  834. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  835. depends on I2C
  836. help
  837. If you say yes here you get support for Texas Instruments THMC50
  838. sensor chips and clones: the Analog Devices ADM1022.
  839. This driver can also be built as a module. If so, the module
  840. will be called thmc50.
  841. config SENSORS_TMP102
  842. tristate "Texas Instruments TMP102"
  843. depends on I2C && EXPERIMENTAL
  844. help
  845. If you say yes here you get support for Texas Instruments TMP102
  846. sensor chips.
  847. This driver can also be built as a module. If so, the module
  848. will be called tmp102.
  849. config SENSORS_TMP401
  850. tristate "Texas Instruments TMP401 and compatibles"
  851. depends on I2C && EXPERIMENTAL
  852. help
  853. If you say yes here you get support for Texas Instruments TMP401 and
  854. TMP411 temperature sensor chips.
  855. This driver can also be built as a module. If so, the module
  856. will be called tmp401.
  857. config SENSORS_TMP421
  858. tristate "Texas Instruments TMP421 and compatible"
  859. depends on I2C && EXPERIMENTAL
  860. help
  861. If you say yes here you get support for Texas Instruments TMP421,
  862. TMP422 and TMP423 temperature sensor chips.
  863. This driver can also be built as a module. If so, the module
  864. will be called tmp421.
  865. config SENSORS_TWL4030_MADC
  866. tristate "Texas Instruments TWL4030 MADC Hwmon"
  867. depends on TWL4030_MADC
  868. help
  869. If you say yes here you get hwmon support for triton
  870. TWL4030-MADC.
  871. This driver can also be built as a module. If so it will be called
  872. twl4030-madc-hwmon.
  873. config SENSORS_VIA_CPUTEMP
  874. tristate "VIA CPU temperature sensor"
  875. depends on X86
  876. help
  877. If you say yes here you get support for the temperature
  878. sensor inside your CPU. Supported are all known variants of
  879. the VIA C7 and Nano.
  880. config SENSORS_VIA686A
  881. tristate "VIA686A"
  882. depends on PCI
  883. help
  884. If you say yes here you get support for the integrated sensors in
  885. Via 686A/B South Bridges.
  886. This driver can also be built as a module. If so, the module
  887. will be called via686a.
  888. config SENSORS_VT1211
  889. tristate "VIA VT1211"
  890. select HWMON_VID
  891. help
  892. If you say yes here then you get support for hardware monitoring
  893. features of the VIA VT1211 Super-I/O chip.
  894. This driver can also be built as a module. If so, the module
  895. will be called vt1211.
  896. config SENSORS_VT8231
  897. tristate "VIA VT8231"
  898. depends on PCI
  899. select HWMON_VID
  900. help
  901. If you say yes here then you get support for the integrated sensors
  902. in the VIA VT8231 device.
  903. This driver can also be built as a module. If so, the module
  904. will be called vt8231.
  905. config SENSORS_W83781D
  906. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  907. depends on I2C
  908. select HWMON_VID
  909. help
  910. If you say yes here you get support for the Winbond W8378x series
  911. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  912. Asus AS99127F.
  913. This driver can also be built as a module. If so, the module
  914. will be called w83781d.
  915. config SENSORS_W83791D
  916. tristate "Winbond W83791D"
  917. depends on I2C
  918. select HWMON_VID
  919. help
  920. If you say yes here you get support for the Winbond W83791D chip.
  921. This driver can also be built as a module. If so, the module
  922. will be called w83791d.
  923. config SENSORS_W83792D
  924. tristate "Winbond W83792D"
  925. depends on I2C
  926. help
  927. If you say yes here you get support for the Winbond W83792D chip.
  928. This driver can also be built as a module. If so, the module
  929. will be called w83792d.
  930. config SENSORS_W83793
  931. tristate "Winbond W83793"
  932. depends on I2C && EXPERIMENTAL
  933. select HWMON_VID
  934. help
  935. If you say yes here you get support for the Winbond W83793
  936. hardware monitoring chip, including support for the integrated
  937. watchdog.
  938. This driver can also be built as a module. If so, the module
  939. will be called w83793.
  940. config SENSORS_W83795
  941. tristate "Winbond/Nuvoton W83795G/ADG"
  942. depends on I2C && EXPERIMENTAL
  943. help
  944. If you say yes here you get support for the Winbond W83795G and
  945. W83795ADG hardware monitoring chip.
  946. This driver can also be built as a module. If so, the module
  947. will be called w83795.
  948. config SENSORS_W83795_FANCTRL
  949. boolean "Include fan control support (DANGEROUS)"
  950. depends on SENSORS_W83795 && EXPERIMENTAL
  951. default n
  952. help
  953. If you say yes here, support for the both manual and automatic
  954. fan control features will be included in the driver.
  955. This part of the code wasn't carefully reviewed and tested yet,
  956. so enabling this option is strongly discouraged on production
  957. servers. Only developers and testers should enable it for the
  958. time being.
  959. Please also note that this option will create sysfs attribute
  960. files which may change in the future, so you shouldn't rely
  961. on them being stable.
  962. config SENSORS_W83L785TS
  963. tristate "Winbond W83L785TS-S"
  964. depends on I2C && EXPERIMENTAL
  965. help
  966. If you say yes here you get support for the Winbond W83L785TS-S
  967. sensor chip, which is used on the Asus A7N8X, among other
  968. motherboards.
  969. This driver can also be built as a module. If so, the module
  970. will be called w83l785ts.
  971. config SENSORS_W83L786NG
  972. tristate "Winbond W83L786NG, W83L786NR"
  973. depends on I2C && EXPERIMENTAL
  974. help
  975. If you say yes here you get support for the Winbond W83L786NG
  976. and W83L786NR sensor chips.
  977. This driver can also be built as a module. If so, the module
  978. will be called w83l786ng.
  979. config SENSORS_W83627HF
  980. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  981. select HWMON_VID
  982. help
  983. If you say yes here you get support for the Winbond W836X7 series
  984. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  985. W83697HF.
  986. This driver can also be built as a module. If so, the module
  987. will be called w83627hf.
  988. config SENSORS_W83627EHF
  989. tristate "Winbond W83627EHF/EHG/DHG, W83667HG, NCT6775F, NCT6776F"
  990. select HWMON_VID
  991. help
  992. If you say yes here you get support for the hardware
  993. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  994. This driver also supports the W83627EHG, which is the lead-free
  995. version of the W83627EHF, and the W83627DHG, which is a similar
  996. chip suited for specific Intel processors that use PECI such as
  997. the Core 2 Duo.
  998. This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
  999. (also known as W83667HG-I), and NCT6776F.
  1000. This driver can also be built as a module. If so, the module
  1001. will be called w83627ehf.
  1002. config SENSORS_WM831X
  1003. tristate "WM831x PMICs"
  1004. depends on MFD_WM831X
  1005. help
  1006. If you say yes here you get support for the hardware
  1007. monitoring functionality of the Wolfson Microelectronics
  1008. WM831x series of PMICs.
  1009. This driver can also be built as a module. If so, the module
  1010. will be called wm831x-hwmon.
  1011. config SENSORS_WM8350
  1012. tristate "Wolfson Microelectronics WM835x"
  1013. depends on MFD_WM8350
  1014. help
  1015. If you say yes here you get support for the hardware
  1016. monitoring features of the WM835x series of PMICs.
  1017. This driver can also be built as a module. If so, the module
  1018. will be called wm8350-hwmon.
  1019. config SENSORS_ULTRA45
  1020. tristate "Sun Ultra45 PIC16F747"
  1021. depends on SPARC64
  1022. help
  1023. This driver provides support for the Ultra45 workstation environmental
  1024. sensors.
  1025. config SENSORS_APPLESMC
  1026. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  1027. depends on INPUT && X86
  1028. select NEW_LEDS
  1029. select LEDS_CLASS
  1030. select INPUT_POLLDEV
  1031. default n
  1032. help
  1033. This driver provides support for the Apple System Management
  1034. Controller, which provides an accelerometer (Apple Sudden Motion
  1035. Sensor), light sensors, temperature sensors, keyboard backlight
  1036. control and fan control.
  1037. Only Intel-based Apple's computers are supported (MacBook Pro,
  1038. MacBook, MacMini).
  1039. Data from the different sensors, keyboard backlight control and fan
  1040. control are accessible via sysfs.
  1041. This driver also provides an absolute input class device, allowing
  1042. the laptop to act as a pinball machine-esque joystick.
  1043. Say Y here if you have an applicable laptop and want to experience
  1044. the awesome power of applesmc.
  1045. config SENSORS_MC13783_ADC
  1046. tristate "Freescale MC13783 ADC"
  1047. depends on MFD_MC13783
  1048. help
  1049. Support for the A/D converter on MC13783 PMIC.
  1050. if ACPI
  1051. comment "ACPI drivers"
  1052. config SENSORS_ATK0110
  1053. tristate "ASUS ATK0110"
  1054. depends on X86 && EXPERIMENTAL
  1055. help
  1056. If you say yes here you get support for the ACPI hardware
  1057. monitoring interface found in many ASUS motherboards. This
  1058. driver will provide readings of fans, voltages and temperatures
  1059. through the system firmware.
  1060. This driver can also be built as a module. If so, the module
  1061. will be called asus_atk0110.
  1062. endif # ACPI
  1063. endif # HWMON