Kconfig 41 KB

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