Kconfig 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  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 Phenom/Sempron/Turion/Opteron 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. 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_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. help
  246. If you say yes here you get support for hardware monitoring
  247. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  248. Super-I/O chips.
  249. This driver can also be built as a module. If so, the module
  250. will be called f71805f.
  251. config SENSORS_F71882FG
  252. tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
  253. help
  254. If you say yes here you get support for hardware monitoring
  255. features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
  256. F71889FG and F8000 Super-I/O chips.
  257. This driver can also be built as a module. If so, the module
  258. will be called f71882fg.
  259. config SENSORS_F75375S
  260. tristate "Fintek F75375S/SP and F75373"
  261. depends on I2C
  262. help
  263. If you say yes here you get support for hardware monitoring
  264. features of the Fintek F75375S/SP and F75373
  265. This driver can also be built as a module. If so, the module
  266. will be called f75375s.
  267. config SENSORS_FSCHMD
  268. tristate "Fujitsu Siemens Computers sensor chips"
  269. depends on X86 && I2C
  270. help
  271. If you say yes here you get support for the following Fujitsu
  272. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  273. Heimdall, Heracles, Hades and Syleus including support for the
  274. integrated watchdog.
  275. This is a merged driver for FSC sensor chips replacing the fscpos,
  276. fscscy and fscher drivers and adding support for several other FSC
  277. sensor chips.
  278. This driver can also be built as a module. If so, the module
  279. will be called fschmd.
  280. config SENSORS_G760A
  281. tristate "GMT G760A"
  282. depends on I2C
  283. help
  284. If you say yes here you get support for Global Mixed-mode
  285. Technology Inc G760A fan speed PWM controller chips.
  286. This driver can also be built as a module. If so, the module
  287. will be called g760a.
  288. config SENSORS_GL518SM
  289. tristate "Genesys Logic GL518SM"
  290. depends on I2C
  291. help
  292. If you say yes here you get support for Genesys Logic GL518SM
  293. sensor chips.
  294. This driver can also be built as a module. If so, the module
  295. will be called gl518sm.
  296. config SENSORS_GL520SM
  297. tristate "Genesys Logic GL520SM"
  298. depends on I2C
  299. select HWMON_VID
  300. help
  301. If you say yes here you get support for Genesys Logic GL520SM
  302. sensor chips.
  303. This driver can also be built as a module. If so, the module
  304. will be called gl520sm.
  305. config SENSORS_GPIO_FAN
  306. tristate "GPIO fan"
  307. depends on GENERIC_GPIO
  308. help
  309. If you say yes here you get support for fans connected to GPIO lines.
  310. This driver can also be built as a module. If so, the module
  311. will be called gpio-fan.
  312. config SENSORS_CORETEMP
  313. tristate "Intel Core/Core2/Atom temperature sensor"
  314. depends on X86 && PCI && EXPERIMENTAL
  315. help
  316. If you say yes here you get support for the temperature
  317. sensor inside your CPU. Most of the family 6 CPUs
  318. are supported. Check Documentation/hwmon/coretemp for details.
  319. config SENSORS_PKGTEMP
  320. tristate "Intel processor package temperature sensor"
  321. depends on X86 && EXPERIMENTAL
  322. help
  323. If you say yes here you get support for the package level temperature
  324. sensor inside your CPU. Check documentation/driver for details.
  325. config SENSORS_IBMAEM
  326. tristate "IBM Active Energy Manager temperature/power sensors and control"
  327. select IPMI_SI
  328. depends on IPMI_HANDLER
  329. help
  330. If you say yes here you get support for the temperature and
  331. power sensors and capping hardware in various IBM System X
  332. servers that support Active Energy Manager. This includes
  333. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  334. and certain HC10/HS2x/LS2x/QS2x blades.
  335. This driver can also be built as a module. If so, the module
  336. will be called ibmaem.
  337. config SENSORS_IBMPEX
  338. tristate "IBM PowerExecutive temperature/power sensors"
  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 in various IBM System X servers that support
  344. PowerExecutive. So far this includes the x3350, x3550, x3650,
  345. x3655, and x3755; the x3800, x3850, and x3950 models that have
  346. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  347. This driver can also be built as a module. If so, the module
  348. will be called ibmpex.
  349. config SENSORS_IT87
  350. tristate "ITE IT87xx and compatibles"
  351. select HWMON_VID
  352. help
  353. If you say yes here you get support for ITE IT8705F, IT8712F,
  354. IT8716F, IT8718F, IT8720F, IT8721F, IT8726F and IT8758E sensor
  355. chips, and the SiS960 clone.
  356. This driver can also be built as a module. If so, the module
  357. will be called it87.
  358. config SENSORS_JZ4740
  359. tristate "Ingenic JZ4740 SoC ADC driver"
  360. depends on MACH_JZ4740 && MFD_JZ4740_ADC
  361. help
  362. If you say yes here you get support for reading adc values from the ADCIN
  363. pin on Ingenic JZ4740 SoC based boards.
  364. This driver can also be build as a module. If so, the module will be
  365. called jz4740-hwmon.
  366. config SENSORS_JC42
  367. tristate "JEDEC JC42.4 compliant temperature sensors"
  368. depends on I2C
  369. help
  370. If you say yes here you get support for Jedec JC42.4 compliant
  371. temperature sensors. Support will include, but not be limited to,
  372. ADT7408, CAT34TS02,, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
  373. MCP9843, SE97, SE98, STTS424, TSE2002B3, and TS3000B3.
  374. This driver can also be built as a module. If so, the module
  375. will be called jc42.
  376. config SENSORS_LM63
  377. tristate "National Semiconductor LM63 and LM64"
  378. depends on I2C
  379. help
  380. If you say yes here you get support for the National
  381. Semiconductor LM63 and LM64 remote diode digital temperature
  382. sensors with integrated fan control. Such chips are found
  383. on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
  384. others.
  385. This driver can also be built as a module. If so, the module
  386. will be called lm63.
  387. config SENSORS_LM70
  388. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  389. depends on SPI_MASTER
  390. help
  391. If you say yes here you get support for the National Semiconductor
  392. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  393. sensor chips.
  394. This driver can also be built as a module. If so, the module
  395. will be called lm70.
  396. config SENSORS_LM73
  397. tristate "National Semiconductor LM73"
  398. depends on I2C
  399. help
  400. If you say yes here you get support for National Semiconductor LM73
  401. sensor chips.
  402. This driver can also be built as a module. If so, the module
  403. will be called lm73.
  404. config SENSORS_LM75
  405. tristate "National Semiconductor LM75 and compatibles"
  406. depends on I2C
  407. help
  408. If you say yes here you get support for one common type of
  409. temperature sensor chip, with models including:
  410. - Dallas Semiconductor DS75 and DS1775
  411. - Maxim MAX6625 and MAX6626
  412. - Microchip MCP980x
  413. - National Semiconductor LM75
  414. - NXP's LM75A
  415. - ST Microelectronics STDS75
  416. - TelCom (now Microchip) TCN75
  417. - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
  418. TMP275
  419. This driver supports driver model based binding through board
  420. specific I2C device tables.
  421. It also supports the "legacy" style of driver binding. To use
  422. that with some chips which don't replicate LM75 quirks exactly,
  423. you may need the "force" module parameter.
  424. This driver can also be built as a module. If so, the module
  425. will be called lm75.
  426. config SENSORS_LM77
  427. tristate "National Semiconductor LM77"
  428. depends on I2C
  429. help
  430. If you say yes here you get support for National Semiconductor LM77
  431. sensor chips.
  432. This driver can also be built as a module. If so, the module
  433. will be called lm77.
  434. config SENSORS_LM78
  435. tristate "National Semiconductor LM78 and compatibles"
  436. depends on I2C
  437. select HWMON_VID
  438. help
  439. If you say yes here you get support for National Semiconductor LM78,
  440. LM78-J and LM79.
  441. This driver can also be built as a module. If so, the module
  442. will be called lm78.
  443. config SENSORS_LM80
  444. tristate "National Semiconductor LM80"
  445. depends on I2C
  446. help
  447. If you say yes here you get support for National Semiconductor
  448. LM80 sensor chips.
  449. This driver can also be built as a module. If so, the module
  450. will be called lm80.
  451. config SENSORS_LM83
  452. tristate "National Semiconductor LM83 and compatibles"
  453. depends on I2C
  454. help
  455. If you say yes here you get support for National Semiconductor
  456. LM82 and LM83 sensor chips.
  457. This driver can also be built as a module. If so, the module
  458. will be called lm83.
  459. config SENSORS_LM85
  460. tristate "National Semiconductor LM85 and compatibles"
  461. depends on I2C
  462. select HWMON_VID
  463. help
  464. If you say yes here you get support for National Semiconductor LM85
  465. sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
  466. EMC6D101 and EMC6D102.
  467. This driver can also be built as a module. If so, the module
  468. will be called lm85.
  469. config SENSORS_LM87
  470. tristate "National Semiconductor LM87 and compatibles"
  471. depends on I2C
  472. select HWMON_VID
  473. help
  474. If you say yes here you get support for National Semiconductor LM87
  475. and Analog Devices ADM1024 sensor chips.
  476. This driver can also be built as a module. If so, the module
  477. will be called lm87.
  478. config SENSORS_LM90
  479. tristate "National Semiconductor LM90 and compatibles"
  480. depends on I2C
  481. help
  482. If you say yes here you get support for National Semiconductor LM90,
  483. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
  484. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  485. MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton
  486. W83L771W/G/AWG/ASG sensor chips.
  487. This driver can also be built as a module. If so, the module
  488. will be called lm90.
  489. config SENSORS_LM92
  490. tristate "National Semiconductor LM92 and compatibles"
  491. depends on I2C
  492. help
  493. If you say yes here you get support for National Semiconductor LM92
  494. and Maxim MAX6635 sensor chips.
  495. This driver can also be built as a module. If so, the module
  496. will be called lm92.
  497. config SENSORS_LM93
  498. tristate "National Semiconductor LM93 and compatibles"
  499. depends on I2C
  500. select HWMON_VID
  501. help
  502. If you say yes here you get support for National Semiconductor LM93
  503. sensor chips.
  504. This driver can also be built as a module. If so, the module
  505. will be called lm93.
  506. config SENSORS_LTC4215
  507. tristate "Linear Technology LTC4215"
  508. depends on I2C && EXPERIMENTAL
  509. default n
  510. help
  511. If you say yes here you get support for Linear Technology LTC4215
  512. Hot Swap Controller I2C interface.
  513. This driver can also be built as a module. If so, the module will
  514. be called ltc4215.
  515. config SENSORS_LTC4245
  516. tristate "Linear Technology LTC4245"
  517. depends on I2C && EXPERIMENTAL
  518. default n
  519. help
  520. If you say yes here you get support for Linear Technology LTC4245
  521. Multiple Supply Hot Swap Controller I2C interface.
  522. This driver can also be built as a module. If so, the module will
  523. be called ltc4245.
  524. config SENSORS_LTC4261
  525. tristate "Linear Technology LTC4261"
  526. depends on I2C && EXPERIMENTAL
  527. default n
  528. help
  529. If you say yes here you get support for Linear Technology LTC4261
  530. Negative Voltage Hot Swap Controller I2C interface.
  531. This driver can also be built as a module. If so, the module will
  532. be called ltc4261.
  533. config SENSORS_LM95241
  534. tristate "National Semiconductor LM95241 sensor chip"
  535. depends on I2C
  536. help
  537. If you say yes here you get support for LM95241 sensor chip.
  538. This driver can also be built as a module. If so, the module
  539. will be called lm95241.
  540. config SENSORS_MAX1111
  541. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  542. depends on SPI_MASTER
  543. help
  544. Say y here to support Maxim's MAX1111 ADC chips.
  545. This driver can also be built as a module. If so, the module
  546. will be called max1111.
  547. config SENSORS_MAX1619
  548. tristate "Maxim MAX1619 sensor chip"
  549. depends on I2C
  550. help
  551. If you say yes here you get support for MAX1619 sensor chip.
  552. This driver can also be built as a module. If so, the module
  553. will be called max1619.
  554. config SENSORS_MAX6650
  555. tristate "Maxim MAX6650 sensor chip"
  556. depends on I2C && EXPERIMENTAL
  557. help
  558. If you say yes here you get support for the MAX6650 / MAX6651
  559. sensor chips.
  560. This driver can also be built as a module. If so, the module
  561. will be called max6650.
  562. config SENSORS_PC87360
  563. tristate "National Semiconductor PC87360 family"
  564. select HWMON_VID
  565. help
  566. If you say yes here you get access to the hardware monitoring
  567. functions of the National Semiconductor PC8736x Super-I/O chips.
  568. The PC87360, PC87363 and PC87364 only have fan monitoring and
  569. control. The PC87365 and PC87366 additionally have voltage and
  570. temperature monitoring.
  571. This driver can also be built as a module. If so, the module
  572. will be called pc87360.
  573. config SENSORS_PC87427
  574. tristate "National Semiconductor PC87427"
  575. help
  576. If you say yes here you get access to the hardware monitoring
  577. functions of the National Semiconductor PC87427 Super-I/O chip.
  578. The chip has two distinct logical devices, one for fan speed
  579. monitoring and control, and one for voltage and temperature
  580. monitoring. Fan speed monitoring and control are supported, as
  581. well as temperature monitoring. Voltages aren't supported yet.
  582. This driver can also be built as a module. If so, the module
  583. will be called pc87427.
  584. config SENSORS_PCF8591
  585. tristate "Philips PCF8591 ADC/DAC"
  586. depends on I2C
  587. default n
  588. help
  589. If you say yes here you get support for Philips PCF8591 4-channel
  590. ADC, 1-channel DAC chips.
  591. This driver can also be built as a module. If so, the module
  592. will be called pcf8591.
  593. These devices are hard to detect and rarely found on mainstream
  594. hardware. If unsure, say N.
  595. config SENSORS_SHT15
  596. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  597. depends on GENERIC_GPIO
  598. help
  599. If you say yes here you get support for the Sensiron SHT10, SHT11,
  600. SHT15, SHT71, SHT75 humidity and temperature sensors.
  601. This driver can also be built as a module. If so, the module
  602. will be called sht15.
  603. config SENSORS_S3C
  604. tristate "Samsung built-in ADC"
  605. depends on S3C_ADC
  606. help
  607. If you say yes here you get support for the on-board ADCs of
  608. the Samsung S3C24XX, S3C64XX and other series of SoC
  609. This driver can also be built as a module. If so, the module
  610. will be called s3c-hwmon.
  611. config SENSORS_S3C_RAW
  612. bool "Include raw channel attributes in sysfs"
  613. depends on SENSORS_S3C
  614. help
  615. Say Y here if you want to include raw copies of all the ADC
  616. channels in sysfs.
  617. config SENSORS_SIS5595
  618. tristate "Silicon Integrated Systems Corp. SiS5595"
  619. depends on PCI
  620. help
  621. If you say yes here you get support for the integrated sensors in
  622. SiS5595 South Bridges.
  623. This driver can also be built as a module. If so, the module
  624. will be called sis5595.
  625. config SENSORS_SMM665
  626. tristate "Summit Microelectronics SMM665"
  627. depends on I2C && EXPERIMENTAL
  628. default n
  629. help
  630. If you say yes here you get support for the hardware monitoring
  631. features of the Summit Microelectronics SMM665/SMM665B Six-Channel
  632. Active DC Output Controller / Monitor.
  633. Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
  634. Support for those chips is untested.
  635. This driver can also be built as a module. If so, the module will
  636. be called smm665.
  637. config SENSORS_DME1737
  638. tristate "SMSC DME1737, SCH311x and compatibles"
  639. depends on I2C && EXPERIMENTAL
  640. select HWMON_VID
  641. help
  642. If you say yes here you get support for the hardware monitoring
  643. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  644. Asus A8000 Super-I/O chips.
  645. This driver can also be built as a module. If so, the module
  646. will be called dme1737.
  647. config SENSORS_EMC1403
  648. tristate "SMSC EMC1403 thermal sensor"
  649. depends on I2C
  650. help
  651. If you say yes here you get support for the SMSC EMC1403
  652. temperature monitoring chip.
  653. Threshold values can be configured using sysfs.
  654. Data from the different diodes are accessible via sysfs.
  655. config SENSORS_EMC2103
  656. tristate "SMSC EMC2103"
  657. depends on I2C
  658. help
  659. If you say yes here you get support for the temperature
  660. and fan sensors of the SMSC EMC2103 chips.
  661. This driver can also be built as a module. If so, the module
  662. will be called emc2103.
  663. config SENSORS_SMSC47M1
  664. tristate "SMSC LPC47M10x and compatibles"
  665. help
  666. If you say yes here you get support for the integrated fan
  667. monitoring and control capabilities of the SMSC LPC47B27x,
  668. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  669. LPC47M192, LPC47M292 and LPC47M997 chips.
  670. The temperature and voltage sensor features of the LPC47M15x,
  671. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  672. driver, select also "SMSC LPC47M192 and compatibles" below for
  673. those.
  674. This driver can also be built as a module. If so, the module
  675. will be called smsc47m1.
  676. config SENSORS_SMSC47M192
  677. tristate "SMSC LPC47M192 and compatibles"
  678. depends on I2C
  679. select HWMON_VID
  680. help
  681. If you say yes here you get support for the temperature and
  682. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  683. and LPC47M997 chips.
  684. The fan monitoring and control capabilities of these chips
  685. are supported by another driver, select
  686. "SMSC LPC47M10x and compatibles" above. You need both drivers
  687. if you want fan control and voltage/temperature sensor support.
  688. This driver can also be built as a module. If so, the module
  689. will be called smsc47m192.
  690. config SENSORS_SMSC47B397
  691. tristate "SMSC LPC47B397-NC"
  692. depends on EXPERIMENTAL
  693. help
  694. If you say yes here you get support for the SMSC LPC47B397-NC
  695. sensor chip.
  696. This driver can also be built as a module. If so, the module
  697. will be called smsc47b397.
  698. config SENSORS_ADS7828
  699. tristate "Texas Instruments ADS7828"
  700. depends on I2C
  701. help
  702. If you say yes here you get support for Texas Instruments ADS7828
  703. 12-bit 8-channel ADC device.
  704. This driver can also be built as a module. If so, the module
  705. will be called ads7828.
  706. config SENSORS_ADS7871
  707. tristate "Texas Instruments ADS7871 A/D converter"
  708. depends on SPI
  709. help
  710. If you say yes here you get support for TI ADS7871 & ADS7870
  711. This driver can also be built as a module. If so, the module
  712. will be called ads7871.
  713. config SENSORS_AMC6821
  714. tristate "Texas Instruments AMC6821"
  715. depends on I2C && EXPERIMENTAL
  716. help
  717. If you say yes here you get support for the Texas Instruments
  718. AMC6821 hardware monitoring chips.
  719. This driver can also be build as a module. If so, the module
  720. will be called amc6821.
  721. config SENSORS_THMC50
  722. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  723. depends on I2C
  724. help
  725. If you say yes here you get support for Texas Instruments THMC50
  726. sensor chips and clones: the Analog Devices ADM1022.
  727. This driver can also be built as a module. If so, the module
  728. will be called thmc50.
  729. config SENSORS_TMP102
  730. tristate "Texas Instruments TMP102"
  731. depends on I2C && EXPERIMENTAL
  732. help
  733. If you say yes here you get support for Texas Instruments TMP102
  734. sensor chips.
  735. This driver can also be built as a module. If so, the module
  736. will be called tmp102.
  737. config SENSORS_TMP401
  738. tristate "Texas Instruments TMP401 and compatibles"
  739. depends on I2C && EXPERIMENTAL
  740. help
  741. If you say yes here you get support for Texas Instruments TMP401 and
  742. TMP411 temperature sensor chips.
  743. This driver can also be built as a module. If so, the module
  744. will be called tmp401.
  745. config SENSORS_TMP421
  746. tristate "Texas Instruments TMP421 and compatible"
  747. depends on I2C && EXPERIMENTAL
  748. help
  749. If you say yes here you get support for Texas Instruments TMP421,
  750. TMP422 and TMP423 temperature sensor chips.
  751. This driver can also be built as a module. If so, the module
  752. will be called tmp421.
  753. config SENSORS_VIA_CPUTEMP
  754. tristate "VIA CPU temperature sensor"
  755. depends on X86
  756. help
  757. If you say yes here you get support for the temperature
  758. sensor inside your CPU. Supported are all known variants of
  759. the VIA C7 and Nano.
  760. config SENSORS_VIA686A
  761. tristate "VIA686A"
  762. depends on PCI
  763. help
  764. If you say yes here you get support for the integrated sensors in
  765. Via 686A/B South Bridges.
  766. This driver can also be built as a module. If so, the module
  767. will be called via686a.
  768. config SENSORS_VT1211
  769. tristate "VIA VT1211"
  770. select HWMON_VID
  771. help
  772. If you say yes here then you get support for hardware monitoring
  773. features of the VIA VT1211 Super-I/O chip.
  774. This driver can also be built as a module. If so, the module
  775. will be called vt1211.
  776. config SENSORS_VT8231
  777. tristate "VIA VT8231"
  778. depends on PCI
  779. select HWMON_VID
  780. help
  781. If you say yes here then you get support for the integrated sensors
  782. in the VIA VT8231 device.
  783. This driver can also be built as a module. If so, the module
  784. will be called vt8231.
  785. config SENSORS_W83781D
  786. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  787. depends on I2C
  788. select HWMON_VID
  789. help
  790. If you say yes here you get support for the Winbond W8378x series
  791. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  792. Asus AS99127F.
  793. This driver can also be built as a module. If so, the module
  794. will be called w83781d.
  795. config SENSORS_W83791D
  796. tristate "Winbond W83791D"
  797. depends on I2C
  798. select HWMON_VID
  799. help
  800. If you say yes here you get support for the Winbond W83791D chip.
  801. This driver can also be built as a module. If so, the module
  802. will be called w83791d.
  803. config SENSORS_W83792D
  804. tristate "Winbond W83792D"
  805. depends on I2C
  806. help
  807. If you say yes here you get support for the Winbond W83792D chip.
  808. This driver can also be built as a module. If so, the module
  809. will be called w83792d.
  810. config SENSORS_W83793
  811. tristate "Winbond W83793"
  812. depends on I2C && EXPERIMENTAL
  813. select HWMON_VID
  814. help
  815. If you say yes here you get support for the Winbond W83793
  816. hardware monitoring chip, including support for the integrated
  817. watchdog.
  818. This driver can also be built as a module. If so, the module
  819. will be called w83793.
  820. config SENSORS_W83795
  821. tristate "Winbond/Nuvoton W83795G/ADG"
  822. depends on I2C && EXPERIMENTAL
  823. help
  824. If you say yes here you get support for the Winbond W83795G and
  825. W83795ADG hardware monitoring chip.
  826. This driver can also be built as a module. If so, the module
  827. will be called w83795.
  828. config SENSORS_W83795_FANCTRL
  829. boolean "Include fan control support (DANGEROUS)"
  830. depends on SENSORS_W83795 && EXPERIMENTAL
  831. default n
  832. help
  833. If you say yes here, support for the both manual and automatic
  834. fan control features will be included in the driver.
  835. This part of the code wasn't carefully reviewed and tested yet,
  836. so enabling this option is strongly discouraged on production
  837. servers. Only developers and testers should enable it for the
  838. time being.
  839. Please also note that this option will create sysfs attribute
  840. files which may change in the future, so you shouldn't rely
  841. on them being stable.
  842. config SENSORS_W83L785TS
  843. tristate "Winbond W83L785TS-S"
  844. depends on I2C && EXPERIMENTAL
  845. help
  846. If you say yes here you get support for the Winbond W83L785TS-S
  847. sensor chip, which is used on the Asus A7N8X, among other
  848. motherboards.
  849. This driver can also be built as a module. If so, the module
  850. will be called w83l785ts.
  851. config SENSORS_W83L786NG
  852. tristate "Winbond W83L786NG, W83L786NR"
  853. depends on I2C && EXPERIMENTAL
  854. help
  855. If you say yes here you get support for the Winbond W83L786NG
  856. and W83L786NR sensor chips.
  857. This driver can also be built as a module. If so, the module
  858. will be called w83l786ng.
  859. config SENSORS_W83627HF
  860. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  861. select HWMON_VID
  862. help
  863. If you say yes here you get support for the Winbond W836X7 series
  864. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  865. W83697HF.
  866. This driver can also be built as a module. If so, the module
  867. will be called w83627hf.
  868. config SENSORS_W83627EHF
  869. tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
  870. select HWMON_VID
  871. help
  872. If you say yes here you get support for the hardware
  873. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  874. This driver also supports the W83627EHG, which is the lead-free
  875. version of the W83627EHF, and the W83627DHG, which is a similar
  876. chip suited for specific Intel processors that use PECI such as
  877. the Core 2 Duo.
  878. This driver also supports the W83667HG chip.
  879. This driver can also be built as a module. If so, the module
  880. will be called w83627ehf.
  881. config SENSORS_WM831X
  882. tristate "WM831x PMICs"
  883. depends on MFD_WM831X
  884. help
  885. If you say yes here you get support for the hardware
  886. monitoring functionality of the Wolfson Microelectronics
  887. WM831x series of PMICs.
  888. This driver can also be built as a module. If so, the module
  889. will be called wm831x-hwmon.
  890. config SENSORS_WM8350
  891. tristate "Wolfson Microelectronics WM835x"
  892. depends on MFD_WM8350
  893. help
  894. If you say yes here you get support for the hardware
  895. monitoring features of the WM835x series of PMICs.
  896. This driver can also be built as a module. If so, the module
  897. will be called wm8350-hwmon.
  898. config SENSORS_ULTRA45
  899. tristate "Sun Ultra45 PIC16F747"
  900. depends on SPARC64
  901. help
  902. This driver provides support for the Ultra45 workstation environmental
  903. sensors.
  904. config SENSORS_LIS3_SPI
  905. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
  906. depends on !ACPI && SPI_MASTER && INPUT
  907. select INPUT_POLLDEV
  908. default n
  909. help
  910. This driver provides support for the LIS3LV02Dx accelerometer connected
  911. via SPI. The accelerometer data is readable via
  912. /sys/devices/platform/lis3lv02d.
  913. This driver also provides an absolute input class device, allowing
  914. the laptop to act as a pinball machine-esque joystick.
  915. This driver can also be built as modules. If so, the core module
  916. will be called lis3lv02d and a specific module for the SPI transport
  917. is called lis3lv02d_spi.
  918. config SENSORS_LIS3_I2C
  919. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
  920. depends on I2C && INPUT
  921. select INPUT_POLLDEV
  922. default n
  923. help
  924. This driver provides support for the LIS3LV02Dx accelerometer connected
  925. via I2C. The accelerometer data is readable via
  926. /sys/devices/platform/lis3lv02d.
  927. This driver also provides an absolute input class device, allowing
  928. the device to act as a pinball machine-esque joystick.
  929. This driver can also be built as modules. If so, the core module
  930. will be called lis3lv02d and a specific module for the I2C transport
  931. is called lis3lv02d_i2c.
  932. config SENSORS_APPLESMC
  933. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  934. depends on INPUT && X86
  935. select NEW_LEDS
  936. select LEDS_CLASS
  937. select INPUT_POLLDEV
  938. default n
  939. help
  940. This driver provides support for the Apple System Management
  941. Controller, which provides an accelerometer (Apple Sudden Motion
  942. Sensor), light sensors, temperature sensors, keyboard backlight
  943. control and fan control.
  944. Only Intel-based Apple's computers are supported (MacBook Pro,
  945. MacBook, MacMini).
  946. Data from the different sensors, keyboard backlight control and fan
  947. control are accessible via sysfs.
  948. This driver also provides an absolute input class device, allowing
  949. the laptop to act as a pinball machine-esque joystick.
  950. Say Y here if you have an applicable laptop and want to experience
  951. the awesome power of applesmc.
  952. config SENSORS_MC13783_ADC
  953. tristate "Freescale MC13783 ADC"
  954. depends on MFD_MC13783
  955. help
  956. Support for the A/D converter on MC13783 PMIC.
  957. if ACPI
  958. comment "ACPI drivers"
  959. config SENSORS_ATK0110
  960. tristate "ASUS ATK0110"
  961. depends on X86 && EXPERIMENTAL
  962. help
  963. If you say yes here you get support for the ACPI hardware
  964. monitoring interface found in many ASUS motherboards. This
  965. driver will provide readings of fans, voltages and temperatures
  966. through the system firmware.
  967. This driver can also be built as a module. If so, the module
  968. will be called asus_atk0110.
  969. config SENSORS_LIS3LV02D
  970. tristate "STMicroeletronics LIS3* three-axis digital accelerometer"
  971. depends on INPUT
  972. select INPUT_POLLDEV
  973. select NEW_LEDS
  974. select LEDS_CLASS
  975. default n
  976. help
  977. This driver provides support for the LIS3* accelerometers, such as the
  978. LIS3LV02DL or the LIS331DL. In particular, it can be found in a number
  979. of HP laptops, which have the "Mobile Data Protection System 3D" or
  980. "3D DriveGuard" feature. On such systems the driver should load
  981. automatically (via ACPI alias). The accelerometer might also be found
  982. in other systems, connected via SPI or I2C. The accelerometer data is
  983. readable via /sys/devices/platform/lis3lv02d.
  984. This driver also provides an absolute input class device, allowing
  985. a laptop to act as a pinball machine-esque joystick. It provides also
  986. a misc device which can be used to detect free-fall. On HP laptops,
  987. if the led infrastructure is activated, support for a led indicating
  988. disk protection will be provided as hp::hddprotect. For more
  989. information on the feature, refer to Documentation/hwmon/lis3lv02d.
  990. This driver can also be built as modules. If so, the core module
  991. will be called lis3lv02d and a specific module for HP laptops will be
  992. called hp_accel.
  993. Say Y here if you have an applicable laptop and want to experience
  994. the awesome power of lis3lv02d.
  995. endif # ACPI
  996. endif # HWMON