Kconfig 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  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 SENSORS_ABITUGURU
  26. tristate "Abit uGuru (rev 1 & 2)"
  27. depends on X86 && EXPERIMENTAL
  28. help
  29. If you say yes here you get support for the sensor part of the first
  30. and second revision of the Abit uGuru chip. The voltage and frequency
  31. control parts of the Abit uGuru are not supported. The Abit uGuru
  32. chip can be found on Abit uGuru featuring motherboards (most modern
  33. Abit motherboards from before end 2005). For more info and a list
  34. of which motherboards have which revision see
  35. Documentation/hwmon/abituguru
  36. This driver can also be built as a module. If so, the module
  37. will be called abituguru.
  38. config SENSORS_ABITUGURU3
  39. tristate "Abit uGuru (rev 3)"
  40. depends on X86 && EXPERIMENTAL
  41. help
  42. If you say yes here you get support for the sensor part of the
  43. third revision of the Abit uGuru chip. Only reading the sensors
  44. and their settings is supported. The third revision of the Abit
  45. uGuru chip can be found on recent Abit motherboards (since end
  46. 2005). For more info and a list of which motherboards have which
  47. revision see Documentation/hwmon/abituguru3
  48. This driver can also be built as a module. If so, the module
  49. will be called abituguru3.
  50. config SENSORS_AD7414
  51. tristate "Analog Devices AD7414"
  52. depends on I2C && EXPERIMENTAL
  53. help
  54. If you say yes here you get support for the Analog Devices
  55. AD7414 temperature monitoring chip.
  56. This driver can also be built as a module. If so, the module
  57. will be called ad7414.
  58. config SENSORS_AD7418
  59. tristate "Analog Devices AD7416, AD7417 and AD7418"
  60. depends on I2C && EXPERIMENTAL
  61. help
  62. If you say yes here you get support for the Analog Devices
  63. AD7416, AD7417 and AD7418 temperature monitoring chips.
  64. This driver can also be built as a module. If so, the module
  65. will be called ad7418.
  66. config SENSORS_ADCXX
  67. tristate "National Semiconductor ADCxxxSxxx"
  68. depends on SPI_MASTER && EXPERIMENTAL
  69. help
  70. If you say yes here you get support for the National Semiconductor
  71. ADC<bb><c>S<sss> chip family, where
  72. * bb is the resolution in number of bits (8, 10, 12)
  73. * c is the number of channels (1, 2, 4, 8)
  74. * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
  75. kSPS and 101 for 1 MSPS)
  76. Examples : ADC081S101, ADC124S501, ...
  77. This driver can also be built as a module. If so, the module
  78. will be called adcxx.
  79. config SENSORS_ADM1021
  80. tristate "Analog Devices ADM1021 and compatibles"
  81. depends on I2C
  82. help
  83. If you say yes here you get support for Analog Devices ADM1021
  84. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  85. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  86. and the XEON processor built-in sensor.
  87. This driver can also be built as a module. If so, the module
  88. will be called adm1021.
  89. config SENSORS_ADM1025
  90. tristate "Analog Devices ADM1025 and compatibles"
  91. depends on I2C
  92. select HWMON_VID
  93. help
  94. If you say yes here you get support for Analog Devices ADM1025
  95. and Philips NE1619 sensor chips.
  96. This driver can also be built as a module. If so, the module
  97. will be called adm1025.
  98. config SENSORS_ADM1026
  99. tristate "Analog Devices ADM1026 and compatibles"
  100. depends on I2C && EXPERIMENTAL
  101. select HWMON_VID
  102. help
  103. If you say yes here you get support for Analog Devices ADM1026
  104. sensor chip.
  105. This driver can also be built as a module. If so, the module
  106. will be called adm1026.
  107. config SENSORS_ADM1029
  108. tristate "Analog Devices ADM1029"
  109. depends on I2C && EXPERIMENTAL
  110. help
  111. If you say yes here you get support for Analog Devices ADM1029
  112. sensor chip.
  113. Very rare chip, please let us know you use it.
  114. This driver can also be built as a module. If so, the module
  115. will be called adm1029.
  116. config SENSORS_ADM1031
  117. tristate "Analog Devices ADM1031 and compatibles"
  118. depends on I2C && EXPERIMENTAL
  119. help
  120. If you say yes here you get support for Analog Devices ADM1031
  121. and ADM1030 sensor chips.
  122. This driver can also be built as a module. If so, the module
  123. will be called adm1031.
  124. config SENSORS_ADM9240
  125. tristate "Analog Devices ADM9240 and compatibles"
  126. depends on I2C
  127. select HWMON_VID
  128. help
  129. If you say yes here you get support for Analog Devices ADM9240,
  130. Dallas DS1780, National Semiconductor LM81 sensor chips.
  131. This driver can also be built as a module. If so, the module
  132. will be called adm9240.
  133. config SENSORS_ADT7462
  134. tristate "Analog Devices ADT7462"
  135. depends on I2C && EXPERIMENTAL
  136. help
  137. If you say yes here you get support for the Analog Devices
  138. ADT7462 temperature monitoring chips.
  139. This driver can also be built as a module. If so, the module
  140. will be called adt7462.
  141. config SENSORS_ADT7470
  142. tristate "Analog Devices ADT7470"
  143. depends on I2C && EXPERIMENTAL
  144. help
  145. If you say yes here you get support for the Analog Devices
  146. ADT7470 temperature monitoring chips.
  147. This driver can also be built as a module. If so, the module
  148. will be called adt7470.
  149. config SENSORS_ADT7473
  150. tristate "Analog Devices ADT7473"
  151. depends on I2C && EXPERIMENTAL
  152. help
  153. If you say yes here you get support for the Analog Devices
  154. ADT7473 temperature monitoring chips.
  155. This driver can also be built as a module. If so, the module
  156. will be called adt7473.
  157. config SENSORS_ADT7475
  158. tristate "Analog Devices ADT7475"
  159. depends on I2C && EXPERIMENTAL
  160. help
  161. If you say yes here you get support for the Analog Devices
  162. ADT7475 hardware monitoring chips.
  163. This driver can also be build as a module. If so, the module
  164. will be called adt7475.
  165. config SENSORS_K8TEMP
  166. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  167. depends on X86 && PCI && EXPERIMENTAL
  168. help
  169. If you say yes here you get support for the temperature
  170. sensor(s) inside your CPU. Supported is whole AMD K8
  171. microarchitecture. Please note that you will need at least
  172. lm-sensors 2.10.1 for proper userspace support.
  173. This driver can also be built as a module. If so, the module
  174. will be called k8temp.
  175. config SENSORS_AMS
  176. tristate "Apple Motion Sensor driver"
  177. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  178. select INPUT_POLLDEV
  179. help
  180. Support for the motion sensor included in PowerBooks. Includes
  181. implementations for PMU and I2C.
  182. This driver can also be built as a module. If so, the module
  183. will be called ams.
  184. config SENSORS_AMS_PMU
  185. bool "PMU variant"
  186. depends on SENSORS_AMS && ADB_PMU
  187. default y
  188. help
  189. PMU variant of motion sensor, found in late 2005 PowerBooks.
  190. config SENSORS_AMS_I2C
  191. bool "I2C variant"
  192. depends on SENSORS_AMS && I2C
  193. default y
  194. help
  195. I2C variant of motion sensor, found in early 2005 PowerBooks and
  196. iBooks.
  197. config SENSORS_ASB100
  198. tristate "Asus ASB100 Bach"
  199. depends on X86 && I2C && EXPERIMENTAL
  200. select HWMON_VID
  201. help
  202. If you say yes here you get support for the ASB100 Bach sensor
  203. chip found on some Asus mainboards.
  204. This driver can also be built as a module. If so, the module
  205. will be called asb100.
  206. config SENSORS_ATK0110
  207. tristate "ASUS ATK0110 ACPI hwmon"
  208. depends on X86 && ACPI && EXPERIMENTAL
  209. help
  210. If you say yes here you get support for the ACPI hardware
  211. monitoring interface found in many ASUS motherboards. This
  212. driver will provide readings of fans, voltages and temperatures
  213. through the system firmware.
  214. This driver can also be built as a module. If so, the module
  215. will be called asus_atk0110.
  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_DS1621
  228. tristate "Dallas Semiconductor DS1621 and DS1625"
  229. depends on I2C
  230. help
  231. If you say yes here you get support for Dallas Semiconductor
  232. DS1621 and DS1625 sensor chips.
  233. This driver can also be built as a module. If so, the module
  234. will be called ds1621.
  235. config SENSORS_I5K_AMB
  236. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  237. depends on PCI && EXPERIMENTAL
  238. help
  239. If you say yes here you get support for FB-DIMM AMB temperature
  240. monitoring chips on systems with the Intel 5000 series chipset.
  241. This driver can also be built as a module. If so, the module
  242. will be called i5k_amb.
  243. config SENSORS_F71805F
  244. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  245. depends on EXPERIMENTAL
  246. help
  247. If you say yes here you get support for hardware monitoring
  248. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  249. Super-I/O chips.
  250. This driver can also be built as a module. If so, the module
  251. will be called f71805f.
  252. config SENSORS_F71882FG
  253. tristate "Fintek F71862FG, F71882FG and F8000"
  254. depends on EXPERIMENTAL
  255. help
  256. If you say yes here you get support for hardware monitoring
  257. features of the Fintek F71882FG/F71883FG, F71862FG/71863FG
  258. and F8000 Super-I/O chips.
  259. This driver can also be built as a module. If so, the module
  260. will be called f71882fg.
  261. config SENSORS_F75375S
  262. tristate "Fintek F75375S/SP and F75373";
  263. depends on I2C && EXPERIMENTAL
  264. help
  265. If you say yes here you get support for hardware monitoring
  266. features of the Fintek F75375S/SP and F75373
  267. This driver can also be built as a module. If so, the module
  268. will be called f75375s.
  269. config SENSORS_FSCHER
  270. tristate "FSC Hermes (DEPRECATED)"
  271. depends on X86 && I2C
  272. help
  273. This driver is DEPRECATED please use the new merged fschmd
  274. ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
  275. instead.
  276. If you say yes here you get support for Fujitsu Siemens
  277. Computers Hermes sensor chips.
  278. This driver can also be built as a module. If so, the module
  279. will be called fscher.
  280. config SENSORS_FSCPOS
  281. tristate "FSC Poseidon (DEPRECATED)"
  282. depends on X86 && I2C
  283. help
  284. This driver is DEPRECATED please use the new merged fschmd
  285. ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
  286. instead.
  287. If you say yes here you get support for Fujitsu Siemens
  288. Computers Poseidon sensor chips.
  289. This driver can also be built as a module. If so, the module
  290. will be called fscpos.
  291. config SENSORS_FSCHMD
  292. tristate "Fujitsu Siemens Computers sensor chips"
  293. depends on X86 && I2C
  294. help
  295. If you say yes here you get support for the following Fujitsu
  296. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  297. Heimdall, Heracles, Hades and Syleus including support for the
  298. integrated watchdog.
  299. This is a merged driver for FSC sensor chips replacing the fscpos,
  300. fscscy and fscher drivers and adding support for several other FSC
  301. sensor chips.
  302. This driver can also be built as a module. If so, the module
  303. will be called fschmd.
  304. config SENSORS_G760A
  305. tristate "GMT G760A"
  306. depends on I2C
  307. help
  308. If you say yes here you get support for Global Mixed-mode
  309. Technology Inc G760A fan speed PWM controller chips.
  310. This driver can also be built as a module. If so, the module
  311. will be called g760a.
  312. config SENSORS_GL518SM
  313. tristate "Genesys Logic GL518SM"
  314. depends on I2C
  315. help
  316. If you say yes here you get support for Genesys Logic GL518SM
  317. sensor chips.
  318. This driver can also be built as a module. If so, the module
  319. will be called gl518sm.
  320. config SENSORS_GL520SM
  321. tristate "Genesys Logic GL520SM"
  322. depends on I2C
  323. select HWMON_VID
  324. help
  325. If you say yes here you get support for Genesys Logic GL520SM
  326. sensor chips.
  327. This driver can also be built as a module. If so, the module
  328. will be called gl520sm.
  329. config SENSORS_CORETEMP
  330. tristate "Intel Core (2) Duo/Solo temperature sensor"
  331. depends on X86 && EXPERIMENTAL
  332. help
  333. If you say yes here you get support for the temperature
  334. sensor inside your CPU. Supported all are all known variants
  335. of Intel Core family.
  336. config SENSORS_IBMAEM
  337. tristate "IBM Active Energy Manager temperature/power sensors and control"
  338. select IPMI_SI
  339. depends on IPMI_HANDLER
  340. help
  341. If you say yes here you get support for the temperature and
  342. power sensors and capping hardware in various IBM System X
  343. servers that support Active Energy Manager. This includes
  344. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  345. and certain HS2x/LS2x/QS2x blades.
  346. This driver can also be built as a module. If so, the module
  347. will be called ibmaem.
  348. config SENSORS_IBMPEX
  349. tristate "IBM PowerExecutive temperature/power sensors"
  350. select IPMI_SI
  351. depends on IPMI_HANDLER
  352. help
  353. If you say yes here you get support for the temperature and
  354. power sensors in various IBM System X servers that support
  355. PowerExecutive. So far this includes the x3350, x3550, x3650,
  356. x3655, and x3755; the x3800, x3850, and x3950 models that have
  357. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  358. This driver can also be built as a module. If so, the module
  359. will be called ibmpex.
  360. config SENSORS_IT87
  361. tristate "ITE IT87xx and compatibles"
  362. select HWMON_VID
  363. help
  364. If you say yes here you get support for ITE IT8705F, IT8712F,
  365. IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
  366. SiS960 clone.
  367. This driver can also be built as a module. If so, the module
  368. will be called it87.
  369. config SENSORS_LM63
  370. tristate "National Semiconductor LM63"
  371. depends on I2C
  372. help
  373. If you say yes here you get support for the National Semiconductor
  374. LM63 remote diode digital temperature sensor with integrated fan
  375. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  376. motherboard, among others.
  377. This driver can also be built as a module. If so, the module
  378. will be called lm63.
  379. config SENSORS_LM70
  380. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  381. depends on SPI_MASTER && EXPERIMENTAL
  382. help
  383. If you say yes here you get support for the National Semiconductor
  384. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  385. sensor chips.
  386. This driver can also be built as a module. If so, the module
  387. will be called lm70.
  388. config SENSORS_LM75
  389. tristate "National Semiconductor LM75 and compatibles"
  390. depends on I2C
  391. help
  392. If you say yes here you get support for one common type of
  393. temperature sensor chip, with models including:
  394. - Dallas Semiconductor DS75 and DS1775
  395. - Maxim MAX6625 and MAX6626
  396. - Microchip MCP980x
  397. - National Semiconductor LM75
  398. - NXP's LM75A
  399. - ST Microelectronics STDS75
  400. - TelCom (now Microchip) TCN75
  401. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  402. This driver supports driver model based binding through board
  403. specific I2C device tables.
  404. It also supports the "legacy" style of driver binding. To use
  405. that with some chips which don't replicate LM75 quirks exactly,
  406. you may need the "force" module parameter.
  407. This driver can also be built as a module. If so, the module
  408. will be called lm75.
  409. config SENSORS_LM77
  410. tristate "National Semiconductor LM77"
  411. depends on I2C
  412. help
  413. If you say yes here you get support for National Semiconductor LM77
  414. sensor chips.
  415. This driver can also be built as a module. If so, the module
  416. will be called lm77.
  417. config SENSORS_LM78
  418. tristate "National Semiconductor LM78 and compatibles"
  419. depends on I2C
  420. select HWMON_VID
  421. help
  422. If you say yes here you get support for National Semiconductor LM78,
  423. LM78-J and LM79.
  424. This driver can also be built as a module. If so, the module
  425. will be called lm78.
  426. config SENSORS_LM80
  427. tristate "National Semiconductor LM80"
  428. depends on I2C && EXPERIMENTAL
  429. help
  430. If you say yes here you get support for National Semiconductor
  431. LM80 sensor chips.
  432. This driver can also be built as a module. If so, the module
  433. will be called lm80.
  434. config SENSORS_LM83
  435. tristate "National Semiconductor LM83 and compatibles"
  436. depends on I2C
  437. help
  438. If you say yes here you get support for National Semiconductor
  439. LM82 and LM83 sensor chips.
  440. This driver can also be built as a module. If so, the module
  441. will be called lm83.
  442. config SENSORS_LM85
  443. tristate "National Semiconductor LM85 and compatibles"
  444. depends on I2C && EXPERIMENTAL
  445. select HWMON_VID
  446. help
  447. If you say yes here you get support for National Semiconductor LM85
  448. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  449. This driver can also be built as a module. If so, the module
  450. will be called lm85.
  451. config SENSORS_LM87
  452. tristate "National Semiconductor LM87 and compatibles"
  453. depends on I2C
  454. select HWMON_VID
  455. help
  456. If you say yes here you get support for National Semiconductor LM87
  457. and Analog Devices ADM1024 sensor chips.
  458. This driver can also be built as a module. If so, the module
  459. will be called lm87.
  460. config SENSORS_LM90
  461. tristate "National Semiconductor LM90 and compatibles"
  462. depends on I2C
  463. help
  464. If you say yes here you get support for National Semiconductor LM90,
  465. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, and Maxim
  466. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  467. MAX6680, MAX6681 and MAX6692 sensor chips.
  468. This driver can also be built as a module. If so, the module
  469. will be called lm90.
  470. config SENSORS_LM92
  471. tristate "National Semiconductor LM92 and compatibles"
  472. depends on I2C
  473. help
  474. If you say yes here you get support for National Semiconductor LM92
  475. and Maxim MAX6635 sensor chips.
  476. This driver can also be built as a module. If so, the module
  477. will be called lm92.
  478. config SENSORS_LM93
  479. tristate "National Semiconductor LM93 and compatibles"
  480. depends on I2C
  481. select HWMON_VID
  482. help
  483. If you say yes here you get support for National Semiconductor LM93
  484. sensor chips.
  485. This driver can also be built as a module. If so, the module
  486. will be called lm93.
  487. config SENSORS_LTC4215
  488. tristate "Linear Technology LTC4215"
  489. depends on I2C && EXPERIMENTAL
  490. default n
  491. help
  492. If you say yes here you get support for Linear Technology LTC4215
  493. Hot Swap Controller I2C interface.
  494. This driver can also be built as a module. If so, the module will
  495. be called ltc4215.
  496. config SENSORS_LTC4245
  497. tristate "Linear Technology LTC4245"
  498. depends on I2C && EXPERIMENTAL
  499. default n
  500. help
  501. If you say yes here you get support for Linear Technology LTC4245
  502. Multiple Supply Hot Swap Controller I2C interface.
  503. This driver can also be built as a module. If so, the module will
  504. be called ltc4245.
  505. config SENSORS_LM95241
  506. tristate "National Semiconductor LM95241 sensor chip"
  507. depends on I2C
  508. help
  509. If you say yes here you get support for LM95241 sensor chip.
  510. This driver can also be built as a module. If so, the module
  511. will be called lm95241.
  512. config SENSORS_MAX1111
  513. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  514. depends on SPI_MASTER
  515. help
  516. Say y here to support Maxim's MAX1111 ADC chips.
  517. This driver can also be built as a module. If so, the module
  518. will be called max1111.
  519. config SENSORS_MAX1619
  520. tristate "Maxim MAX1619 sensor chip"
  521. depends on I2C
  522. help
  523. If you say yes here you get support for MAX1619 sensor chip.
  524. This driver can also be built as a module. If so, the module
  525. will be called max1619.
  526. config SENSORS_MAX6650
  527. tristate "Maxim MAX6650 sensor chip"
  528. depends on I2C && EXPERIMENTAL
  529. help
  530. If you say yes here you get support for the MAX6650 / MAX6651
  531. sensor chips.
  532. This driver can also be built as a module. If so, the module
  533. will be called max6650.
  534. config SENSORS_PC87360
  535. tristate "National Semiconductor PC87360 family"
  536. select HWMON_VID
  537. help
  538. If you say yes here you get access to the hardware monitoring
  539. functions of the National Semiconductor PC8736x Super-I/O chips.
  540. The PC87360, PC87363 and PC87364 only have fan monitoring and
  541. control. The PC87365 and PC87366 additionally have voltage and
  542. temperature monitoring.
  543. This driver can also be built as a module. If so, the module
  544. will be called pc87360.
  545. config SENSORS_PC87427
  546. tristate "National Semiconductor PC87427"
  547. depends on EXPERIMENTAL
  548. help
  549. If you say yes here you get access to the hardware monitoring
  550. functions of the National Semiconductor PC87427 Super-I/O chip.
  551. The chip has two distinct logical devices, one for fan speed
  552. monitoring and control, and one for voltage and temperature
  553. monitoring. Only fan speed monitoring is supported right now.
  554. This driver can also be built as a module. If so, the module
  555. will be called pc87427.
  556. config SENSORS_PCF8591
  557. tristate "Philips PCF8591 ADC/DAC"
  558. depends on I2C
  559. default n
  560. help
  561. If you say yes here you get support for Philips PCF8591 4-channel
  562. ADC, 1-channel DAC chips.
  563. This driver can also be built as a module. If so, the module
  564. will be called pcf8591.
  565. These devices are hard to detect and rarely found on mainstream
  566. hardware. If unsure, say N.
  567. config SENSORS_SIS5595
  568. tristate "Silicon Integrated Systems Corp. SiS5595"
  569. depends on PCI
  570. help
  571. If you say yes here you get support for the integrated sensors in
  572. SiS5595 South Bridges.
  573. This driver can also be built as a module. If so, the module
  574. will be called sis5595.
  575. config SENSORS_DME1737
  576. tristate "SMSC DME1737, SCH311x and compatibles"
  577. depends on I2C && EXPERIMENTAL
  578. select HWMON_VID
  579. help
  580. If you say yes here you get support for the hardware monitoring
  581. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  582. Asus A8000 Super-I/O chips.
  583. This driver can also be built as a module. If so, the module
  584. will be called dme1737.
  585. config SENSORS_SMSC47M1
  586. tristate "SMSC LPC47M10x and compatibles"
  587. help
  588. If you say yes here you get support for the integrated fan
  589. monitoring and control capabilities of the SMSC LPC47B27x,
  590. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  591. LPC47M192, LPC47M292 and LPC47M997 chips.
  592. The temperature and voltage sensor features of the LPC47M15x,
  593. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  594. driver, select also "SMSC LPC47M192 and compatibles" below for
  595. those.
  596. This driver can also be built as a module. If so, the module
  597. will be called smsc47m1.
  598. config SENSORS_SMSC47M192
  599. tristate "SMSC LPC47M192 and compatibles"
  600. depends on I2C && EXPERIMENTAL
  601. select HWMON_VID
  602. help
  603. If you say yes here you get support for the temperature and
  604. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  605. and LPC47M997 chips.
  606. The fan monitoring and control capabilities of these chips
  607. are supported by another driver, select
  608. "SMSC LPC47M10x and compatibles" above. You need both drivers
  609. if you want fan control and voltage/temperature sensor support.
  610. This driver can also be built as a module. If so, the module
  611. will be called smsc47m192.
  612. config SENSORS_SMSC47B397
  613. tristate "SMSC LPC47B397-NC"
  614. depends on EXPERIMENTAL
  615. help
  616. If you say yes here you get support for the SMSC LPC47B397-NC
  617. sensor chip.
  618. This driver can also be built as a module. If so, the module
  619. will be called smsc47b397.
  620. config SENSORS_ADS7828
  621. tristate "Texas Instruments ADS7828"
  622. depends on I2C
  623. help
  624. If you say yes here you get support for Texas Instruments ADS7828
  625. 12-bit 8-channel ADC device.
  626. This driver can also be built as a module. If so, the module
  627. will be called ads7828.
  628. config SENSORS_THMC50
  629. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  630. depends on I2C && EXPERIMENTAL
  631. help
  632. If you say yes here you get support for Texas Instruments THMC50
  633. sensor chips and clones: the Analog Devices ADM1022.
  634. This driver can also be built as a module. If so, the module
  635. will be called thmc50.
  636. config SENSORS_VIA686A
  637. tristate "VIA686A"
  638. depends on PCI
  639. help
  640. If you say yes here you get support for the integrated sensors in
  641. Via 686A/B South Bridges.
  642. This driver can also be built as a module. If so, the module
  643. will be called via686a.
  644. config SENSORS_VT1211
  645. tristate "VIA VT1211"
  646. depends on EXPERIMENTAL
  647. select HWMON_VID
  648. help
  649. If you say yes here then you get support for hardware monitoring
  650. features of the VIA VT1211 Super-I/O chip.
  651. This driver can also be built as a module. If so, the module
  652. will be called vt1211.
  653. config SENSORS_VT8231
  654. tristate "VIA VT8231"
  655. depends on PCI
  656. select HWMON_VID
  657. help
  658. If you say yes here then you get support for the integrated sensors
  659. in the VIA VT8231 device.
  660. This driver can also be built as a module. If so, the module
  661. will be called vt8231.
  662. config SENSORS_W83781D
  663. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  664. depends on I2C
  665. select HWMON_VID
  666. help
  667. If you say yes here you get support for the Winbond W8378x series
  668. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  669. Asus AS99127F.
  670. This driver can also be built as a module. If so, the module
  671. will be called w83781d.
  672. config SENSORS_W83791D
  673. tristate "Winbond W83791D"
  674. depends on I2C && EXPERIMENTAL
  675. select HWMON_VID
  676. help
  677. If you say yes here you get support for the Winbond W83791D chip.
  678. This driver can also be built as a module. If so, the module
  679. will be called w83791d.
  680. config SENSORS_W83792D
  681. tristate "Winbond W83792D"
  682. depends on I2C && EXPERIMENTAL
  683. help
  684. If you say yes here you get support for the Winbond W83792D chip.
  685. This driver can also be built as a module. If so, the module
  686. will be called w83792d.
  687. config SENSORS_W83793
  688. tristate "Winbond W83793"
  689. depends on I2C && EXPERIMENTAL
  690. select HWMON_VID
  691. help
  692. If you say yes here you get support for the Winbond W83793
  693. hardware monitoring chip.
  694. This driver can also be built as a module. If so, the module
  695. will be called w83793.
  696. config SENSORS_W83L785TS
  697. tristate "Winbond W83L785TS-S"
  698. depends on I2C && EXPERIMENTAL
  699. help
  700. If you say yes here you get support for the Winbond W83L785TS-S
  701. sensor chip, which is used on the Asus A7N8X, among other
  702. motherboards.
  703. This driver can also be built as a module. If so, the module
  704. will be called w83l785ts.
  705. config SENSORS_W83L786NG
  706. tristate "Winbond W83L786NG, W83L786NR"
  707. depends on I2C && EXPERIMENTAL
  708. help
  709. If you say yes here you get support for the Winbond W83L786NG
  710. and W83L786NR sensor chips.
  711. This driver can also be built as a module. If so, the module
  712. will be called w83l786ng.
  713. config SENSORS_W83627HF
  714. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  715. select HWMON_VID
  716. help
  717. If you say yes here you get support for the Winbond W836X7 series
  718. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  719. W83697HF.
  720. This driver can also be built as a module. If so, the module
  721. will be called w83627hf.
  722. config SENSORS_W83627EHF
  723. tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
  724. select HWMON_VID
  725. help
  726. If you say yes here you get support for the hardware
  727. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  728. This driver also supports the W83627EHG, which is the lead-free
  729. version of the W83627EHF, and the W83627DHG, which is a similar
  730. chip suited for specific Intel processors that use PECI such as
  731. the Core 2 Duo.
  732. This driver also supports the W83667HG chip.
  733. This driver can also be built as a module. If so, the module
  734. will be called w83627ehf.
  735. config SENSORS_ULTRA45
  736. tristate "Sun Ultra45 PIC16F747"
  737. depends on SPARC64
  738. help
  739. This driver provides support for the Ultra45 workstation environmental
  740. sensors.
  741. config SENSORS_HDAPS
  742. tristate "IBM Hard Drive Active Protection System (hdaps)"
  743. depends on INPUT && X86
  744. select INPUT_POLLDEV
  745. default n
  746. help
  747. This driver provides support for the IBM Hard Drive Active Protection
  748. System (hdaps), which provides an accelerometer and other misc. data.
  749. ThinkPads starting with the R50, T41, and X40 are supported. The
  750. accelerometer data is readable via sysfs.
  751. This driver also provides an absolute input class device, allowing
  752. the laptop to act as a pinball machine-esque joystick.
  753. If your ThinkPad is not recognized by the driver, please update to latest
  754. BIOS. This is especially the case for some R52 ThinkPads.
  755. Say Y here if you have an applicable laptop and want to experience
  756. the awesome power of hdaps.
  757. config SENSORS_LIS3LV02D
  758. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer"
  759. depends on ACPI && INPUT
  760. select NEW_LEDS
  761. select LEDS_CLASS
  762. default n
  763. help
  764. This driver provides support for the LIS3LV02Dx accelerometer. In
  765. particular, it can be found in a number of HP laptops, which have the
  766. "Mobile Data Protection System 3D" or "3D DriveGuard" feature. On such
  767. systems the driver should load automatically (via ACPI). The
  768. accelerometer might also be found in other systems, connected via SPI
  769. or I2C. The accelerometer data is readable via
  770. /sys/devices/platform/lis3lv02d.
  771. This driver also provides an absolute input class device, allowing
  772. the laptop to act as a pinball machine-esque joystick. On HP laptops,
  773. if the led infrastructure is activated, support for a led indicating
  774. disk protection will be provided as hp:red:hddprotection.
  775. This driver can also be built as modules. If so, the core module
  776. will be called lis3lv02d and a specific module for HP laptops will be
  777. called hp_accel.
  778. Say Y here if you have an applicable laptop and want to experience
  779. the awesome power of lis3lv02d.
  780. config SENSORS_LIS3_SPI
  781. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
  782. depends on !ACPI && SPI_MASTER && INPUT
  783. default n
  784. help
  785. This driver provides support for the LIS3LV02Dx accelerometer connected
  786. via SPI. The accelerometer data is readable via
  787. /sys/devices/platform/lis3lv02d.
  788. This driver also provides an absolute input class device, allowing
  789. the laptop to act as a pinball machine-esque joystick.
  790. This driver can also be built as modules. If so, the core module
  791. will be called lis3lv02d and a specific module for the SPI transport
  792. is called lis3lv02d_spi.
  793. config SENSORS_APPLESMC
  794. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  795. depends on INPUT && X86
  796. select NEW_LEDS
  797. select LEDS_CLASS
  798. select INPUT_POLLDEV
  799. default n
  800. help
  801. This driver provides support for the Apple System Management
  802. Controller, which provides an accelerometer (Apple Sudden Motion
  803. Sensor), light sensors, temperature sensors, keyboard backlight
  804. control and fan control.
  805. Only Intel-based Apple's computers are supported (MacBook Pro,
  806. MacBook, MacMini).
  807. Data from the different sensors, keyboard backlight control and fan
  808. control are accessible via sysfs.
  809. This driver also provides an absolute input class device, allowing
  810. the laptop to act as a pinball machine-esque joystick.
  811. Say Y here if you have an applicable laptop and want to experience
  812. the awesome power of applesmc.
  813. config HWMON_DEBUG_CHIP
  814. bool "Hardware Monitoring Chip debugging messages"
  815. default n
  816. help
  817. Say Y here if you want the I2C chip drivers to produce a bunch of
  818. debug messages to the system log. Select this if you are having
  819. a problem with I2C support and want to see more of what is going
  820. on.
  821. endif # HWMON