Kconfig 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  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 && EXPERIMENTAL
  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 && EXPERIMENTAL
  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 && EXPERIMENTAL
  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_ADT7462
  143. tristate "Analog Devices ADT7462"
  144. depends on I2C && EXPERIMENTAL
  145. help
  146. If you say yes here you get support for the Analog Devices
  147. ADT7462 temperature monitoring chips.
  148. This driver can also be built as a module. If so, the module
  149. will be called adt7462.
  150. config SENSORS_ADT7470
  151. tristate "Analog Devices ADT7470"
  152. depends on I2C && EXPERIMENTAL
  153. help
  154. If you say yes here you get support for the Analog Devices
  155. ADT7470 temperature monitoring chips.
  156. This driver can also be built as a module. If so, the module
  157. will be called adt7470.
  158. config SENSORS_ADT7473
  159. tristate "Analog Devices ADT7473"
  160. depends on I2C && EXPERIMENTAL
  161. help
  162. If you say yes here you get support for the Analog Devices
  163. ADT7473 temperature monitoring chips.
  164. This driver can also be built as a module. If so, the module
  165. will be called adt7473.
  166. config SENSORS_ADT7475
  167. tristate "Analog Devices ADT7475"
  168. depends on I2C && EXPERIMENTAL
  169. help
  170. If you say yes here you get support for the Analog Devices
  171. ADT7475 hardware monitoring chips.
  172. This driver can also be build as a module. If so, the module
  173. will be called adt7475.
  174. config SENSORS_K8TEMP
  175. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  176. depends on X86 && PCI && EXPERIMENTAL
  177. help
  178. If you say yes here you get support for the temperature
  179. sensor(s) inside your CPU. Supported is whole AMD K8
  180. microarchitecture. Please note that you will need at least
  181. lm-sensors 2.10.1 for proper userspace support.
  182. This driver can also be built as a module. If so, the module
  183. will be called k8temp.
  184. config SENSORS_AMS
  185. tristate "Apple Motion Sensor driver"
  186. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  187. select INPUT_POLLDEV
  188. help
  189. Support for the motion sensor included in PowerBooks. Includes
  190. implementations for PMU and I2C.
  191. This driver can also be built as a module. If so, the module
  192. will be called ams.
  193. config SENSORS_AMS_PMU
  194. bool "PMU variant"
  195. depends on SENSORS_AMS && ADB_PMU
  196. default y
  197. help
  198. PMU variant of motion sensor, found in late 2005 PowerBooks.
  199. config SENSORS_AMS_I2C
  200. bool "I2C variant"
  201. depends on SENSORS_AMS && I2C
  202. default y
  203. help
  204. I2C variant of motion sensor, found in early 2005 PowerBooks and
  205. iBooks.
  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_DS1621
  227. tristate "Dallas Semiconductor DS1621 and DS1625"
  228. depends on I2C
  229. help
  230. If you say yes here you get support for Dallas Semiconductor
  231. DS1621 and DS1625 sensor chips.
  232. This driver can also be built as a module. If so, the module
  233. will be called ds1621.
  234. config SENSORS_I5K_AMB
  235. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  236. depends on PCI && EXPERIMENTAL
  237. help
  238. If you say yes here you get support for FB-DIMM AMB temperature
  239. monitoring chips on systems with the Intel 5000 series chipset.
  240. This driver can also be built as a module. If so, the module
  241. will be called i5k_amb.
  242. config SENSORS_F71805F
  243. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  244. depends on EXPERIMENTAL
  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 and F8000"
  253. depends on EXPERIMENTAL
  254. help
  255. If you say yes here you get support for hardware monitoring
  256. features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG
  257. and F8000 Super-I/O chips.
  258. This driver can also be built as a module. If so, the module
  259. will be called f71882fg.
  260. config SENSORS_F75375S
  261. tristate "Fintek F75375S/SP and F75373";
  262. depends on I2C && EXPERIMENTAL
  263. help
  264. If you say yes here you get support for hardware monitoring
  265. features of the Fintek F75375S/SP and F75373
  266. This driver can also be built as a module. If so, the module
  267. will be called f75375s.
  268. config SENSORS_FSCHMD
  269. tristate "Fujitsu Siemens Computers sensor chips"
  270. depends on X86 && I2C
  271. help
  272. If you say yes here you get support for the following Fujitsu
  273. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  274. Heimdall, Heracles, Hades and Syleus including support for the
  275. integrated watchdog.
  276. This is a merged driver for FSC sensor chips replacing the fscpos,
  277. fscscy and fscher drivers and adding support for several other FSC
  278. sensor chips.
  279. This driver can also be built as a module. If so, the module
  280. will be called fschmd.
  281. config SENSORS_G760A
  282. tristate "GMT G760A"
  283. depends on I2C
  284. help
  285. If you say yes here you get support for Global Mixed-mode
  286. Technology Inc G760A fan speed PWM controller chips.
  287. This driver can also be built as a module. If so, the module
  288. will be called g760a.
  289. config SENSORS_GL518SM
  290. tristate "Genesys Logic GL518SM"
  291. depends on I2C
  292. help
  293. If you say yes here you get support for Genesys Logic GL518SM
  294. sensor chips.
  295. This driver can also be built as a module. If so, the module
  296. will be called gl518sm.
  297. config SENSORS_GL520SM
  298. tristate "Genesys Logic GL520SM"
  299. depends on I2C
  300. select HWMON_VID
  301. help
  302. If you say yes here you get support for Genesys Logic GL520SM
  303. sensor chips.
  304. This driver can also be built as a module. If so, the module
  305. will be called gl520sm.
  306. config SENSORS_CORETEMP
  307. tristate "Intel Core/Core2/Atom temperature sensor"
  308. depends on X86 && EXPERIMENTAL
  309. help
  310. If you say yes here you get support for the temperature
  311. sensor inside your CPU. Most of the family 6 CPUs
  312. are supported. Check documentation/driver for details.
  313. config SENSORS_IBMAEM
  314. tristate "IBM Active Energy Manager temperature/power sensors and control"
  315. select IPMI_SI
  316. depends on IPMI_HANDLER
  317. help
  318. If you say yes here you get support for the temperature and
  319. power sensors and capping hardware in various IBM System X
  320. servers that support Active Energy Manager. This includes
  321. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  322. and certain HC10/HS2x/LS2x/QS2x blades.
  323. This driver can also be built as a module. If so, the module
  324. will be called ibmaem.
  325. config SENSORS_IBMPEX
  326. tristate "IBM PowerExecutive temperature/power sensors"
  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 in various IBM System X servers that support
  332. PowerExecutive. So far this includes the x3350, x3550, x3650,
  333. x3655, and x3755; the x3800, x3850, and x3950 models that have
  334. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  335. This driver can also be built as a module. If so, the module
  336. will be called ibmpex.
  337. config SENSORS_IT87
  338. tristate "ITE IT87xx and compatibles"
  339. select HWMON_VID
  340. help
  341. If you say yes here you get support for ITE IT8705F, IT8712F,
  342. IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
  343. SiS960 clone.
  344. This driver can also be built as a module. If so, the module
  345. will be called it87.
  346. config SENSORS_LM63
  347. tristate "National Semiconductor LM63"
  348. depends on I2C
  349. help
  350. If you say yes here you get support for the National Semiconductor
  351. LM63 remote diode digital temperature sensor with integrated fan
  352. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  353. motherboard, among others.
  354. This driver can also be built as a module. If so, the module
  355. will be called lm63.
  356. config SENSORS_LM70
  357. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  358. depends on SPI_MASTER && EXPERIMENTAL
  359. help
  360. If you say yes here you get support for the National Semiconductor
  361. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  362. sensor chips.
  363. This driver can also be built as a module. If so, the module
  364. will be called lm70.
  365. config SENSORS_LM75
  366. tristate "National Semiconductor LM75 and compatibles"
  367. depends on I2C
  368. help
  369. If you say yes here you get support for one common type of
  370. temperature sensor chip, with models including:
  371. - Dallas Semiconductor DS75 and DS1775
  372. - Maxim MAX6625 and MAX6626
  373. - Microchip MCP980x
  374. - National Semiconductor LM75
  375. - NXP's LM75A
  376. - ST Microelectronics STDS75
  377. - TelCom (now Microchip) TCN75
  378. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  379. This driver supports driver model based binding through board
  380. specific I2C device tables.
  381. It also supports the "legacy" style of driver binding. To use
  382. that with some chips which don't replicate LM75 quirks exactly,
  383. you may need the "force" module parameter.
  384. This driver can also be built as a module. If so, the module
  385. will be called lm75.
  386. config SENSORS_LM77
  387. tristate "National Semiconductor LM77"
  388. depends on I2C
  389. help
  390. If you say yes here you get support for National Semiconductor LM77
  391. sensor chips.
  392. This driver can also be built as a module. If so, the module
  393. will be called lm77.
  394. config SENSORS_LM78
  395. tristate "National Semiconductor LM78 and compatibles"
  396. depends on I2C
  397. select HWMON_VID
  398. help
  399. If you say yes here you get support for National Semiconductor LM78,
  400. LM78-J and LM79.
  401. This driver can also be built as a module. If so, the module
  402. will be called lm78.
  403. config SENSORS_LM80
  404. tristate "National Semiconductor LM80"
  405. depends on I2C && EXPERIMENTAL
  406. help
  407. If you say yes here you get support for National Semiconductor
  408. LM80 sensor chips.
  409. This driver can also be built as a module. If so, the module
  410. will be called lm80.
  411. config SENSORS_LM83
  412. tristate "National Semiconductor LM83 and compatibles"
  413. depends on I2C
  414. help
  415. If you say yes here you get support for National Semiconductor
  416. LM82 and LM83 sensor chips.
  417. This driver can also be built as a module. If so, the module
  418. will be called lm83.
  419. config SENSORS_LM85
  420. tristate "National Semiconductor LM85 and compatibles"
  421. depends on I2C && EXPERIMENTAL
  422. select HWMON_VID
  423. help
  424. If you say yes here you get support for National Semiconductor LM85
  425. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  426. This driver can also be built as a module. If so, the module
  427. will be called lm85.
  428. config SENSORS_LM87
  429. tristate "National Semiconductor LM87 and compatibles"
  430. depends on I2C
  431. select HWMON_VID
  432. help
  433. If you say yes here you get support for National Semiconductor LM87
  434. and Analog Devices ADM1024 sensor chips.
  435. This driver can also be built as a module. If so, the module
  436. will be called lm87.
  437. config SENSORS_LM90
  438. tristate "National Semiconductor LM90 and compatibles"
  439. depends on I2C
  440. help
  441. If you say yes here you get support for National Semiconductor LM90,
  442. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, and Maxim
  443. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  444. MAX6680, MAX6681 and MAX6692 sensor chips.
  445. This driver can also be built as a module. If so, the module
  446. will be called lm90.
  447. config SENSORS_LM92
  448. tristate "National Semiconductor LM92 and compatibles"
  449. depends on I2C
  450. help
  451. If you say yes here you get support for National Semiconductor LM92
  452. and Maxim MAX6635 sensor chips.
  453. This driver can also be built as a module. If so, the module
  454. will be called lm92.
  455. config SENSORS_LM93
  456. tristate "National Semiconductor LM93 and compatibles"
  457. depends on I2C
  458. select HWMON_VID
  459. help
  460. If you say yes here you get support for National Semiconductor LM93
  461. sensor chips.
  462. This driver can also be built as a module. If so, the module
  463. will be called lm93.
  464. config SENSORS_LTC4215
  465. tristate "Linear Technology LTC4215"
  466. depends on I2C && EXPERIMENTAL
  467. default n
  468. help
  469. If you say yes here you get support for Linear Technology LTC4215
  470. Hot Swap Controller I2C interface.
  471. This driver can also be built as a module. If so, the module will
  472. be called ltc4215.
  473. config SENSORS_LTC4245
  474. tristate "Linear Technology LTC4245"
  475. depends on I2C && EXPERIMENTAL
  476. default n
  477. help
  478. If you say yes here you get support for Linear Technology LTC4245
  479. Multiple Supply Hot Swap Controller I2C interface.
  480. This driver can also be built as a module. If so, the module will
  481. be called ltc4245.
  482. config SENSORS_LM95241
  483. tristate "National Semiconductor LM95241 sensor chip"
  484. depends on I2C
  485. help
  486. If you say yes here you get support for LM95241 sensor chip.
  487. This driver can also be built as a module. If so, the module
  488. will be called lm95241.
  489. config SENSORS_MAX1111
  490. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  491. depends on SPI_MASTER
  492. help
  493. Say y here to support Maxim's MAX1111 ADC chips.
  494. This driver can also be built as a module. If so, the module
  495. will be called max1111.
  496. config SENSORS_MAX1619
  497. tristate "Maxim MAX1619 sensor chip"
  498. depends on I2C
  499. help
  500. If you say yes here you get support for MAX1619 sensor chip.
  501. This driver can also be built as a module. If so, the module
  502. will be called max1619.
  503. config SENSORS_MAX6650
  504. tristate "Maxim MAX6650 sensor chip"
  505. depends on I2C && EXPERIMENTAL
  506. help
  507. If you say yes here you get support for the MAX6650 / MAX6651
  508. sensor chips.
  509. This driver can also be built as a module. If so, the module
  510. will be called max6650.
  511. config SENSORS_PC87360
  512. tristate "National Semiconductor PC87360 family"
  513. select HWMON_VID
  514. help
  515. If you say yes here you get access to the hardware monitoring
  516. functions of the National Semiconductor PC8736x Super-I/O chips.
  517. The PC87360, PC87363 and PC87364 only have fan monitoring and
  518. control. The PC87365 and PC87366 additionally have voltage and
  519. temperature monitoring.
  520. This driver can also be built as a module. If so, the module
  521. will be called pc87360.
  522. config SENSORS_PC87427
  523. tristate "National Semiconductor PC87427"
  524. depends on EXPERIMENTAL
  525. help
  526. If you say yes here you get access to the hardware monitoring
  527. functions of the National Semiconductor PC87427 Super-I/O chip.
  528. The chip has two distinct logical devices, one for fan speed
  529. monitoring and control, and one for voltage and temperature
  530. monitoring. Only fan speed monitoring is supported right now.
  531. This driver can also be built as a module. If so, the module
  532. will be called pc87427.
  533. config SENSORS_PCF8591
  534. tristate "Philips PCF8591 ADC/DAC"
  535. depends on I2C
  536. default n
  537. help
  538. If you say yes here you get support for Philips PCF8591 4-channel
  539. ADC, 1-channel DAC chips.
  540. This driver can also be built as a module. If so, the module
  541. will be called pcf8591.
  542. These devices are hard to detect and rarely found on mainstream
  543. hardware. If unsure, say N.
  544. config SENSORS_SHT15
  545. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  546. depends on GENERIC_GPIO
  547. help
  548. If you say yes here you get support for the Sensiron SHT10, SHT11,
  549. SHT15, SHT71, SHT75 humidity and temperature sensors.
  550. This driver can also be built as a module. If so, the module
  551. will be called sht15.
  552. config SENSORS_S3C
  553. tristate "S3C24XX/S3C64XX Inbuilt ADC"
  554. depends on ARCH_S3C2410
  555. help
  556. If you say yes here you get support for the on-board ADCs of
  557. the Samsung S3C24XX or S3C64XX series of SoC
  558. This driver can also be built as a module. If so, the module
  559. will be called s3c-hwmo.
  560. config SENSORS_S3C_RAW
  561. bool "Include raw channel attributes in sysfs"
  562. depends on SENSORS_S3C
  563. help
  564. Say Y here if you want to include raw copies of all the ADC
  565. channels in sysfs.
  566. config SENSORS_SIS5595
  567. tristate "Silicon Integrated Systems Corp. SiS5595"
  568. depends on PCI
  569. help
  570. If you say yes here you get support for the integrated sensors in
  571. SiS5595 South Bridges.
  572. This driver can also be built as a module. If so, the module
  573. will be called sis5595.
  574. config SENSORS_DME1737
  575. tristate "SMSC DME1737, SCH311x and compatibles"
  576. depends on I2C && EXPERIMENTAL
  577. select HWMON_VID
  578. help
  579. If you say yes here you get support for the hardware monitoring
  580. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  581. Asus A8000 Super-I/O chips.
  582. This driver can also be built as a module. If so, the module
  583. will be called dme1737.
  584. config SENSORS_SMSC47M1
  585. tristate "SMSC LPC47M10x and compatibles"
  586. help
  587. If you say yes here you get support for the integrated fan
  588. monitoring and control capabilities of the SMSC LPC47B27x,
  589. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  590. LPC47M192, LPC47M292 and LPC47M997 chips.
  591. The temperature and voltage sensor features of the LPC47M15x,
  592. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  593. driver, select also "SMSC LPC47M192 and compatibles" below for
  594. those.
  595. This driver can also be built as a module. If so, the module
  596. will be called smsc47m1.
  597. config SENSORS_SMSC47M192
  598. tristate "SMSC LPC47M192 and compatibles"
  599. depends on I2C && EXPERIMENTAL
  600. select HWMON_VID
  601. help
  602. If you say yes here you get support for the temperature and
  603. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  604. and LPC47M997 chips.
  605. The fan monitoring and control capabilities of these chips
  606. are supported by another driver, select
  607. "SMSC LPC47M10x and compatibles" above. You need both drivers
  608. if you want fan control and voltage/temperature sensor support.
  609. This driver can also be built as a module. If so, the module
  610. will be called smsc47m192.
  611. config SENSORS_SMSC47B397
  612. tristate "SMSC LPC47B397-NC"
  613. depends on EXPERIMENTAL
  614. help
  615. If you say yes here you get support for the SMSC LPC47B397-NC
  616. sensor chip.
  617. This driver can also be built as a module. If so, the module
  618. will be called smsc47b397.
  619. config SENSORS_ADS7828
  620. tristate "Texas Instruments ADS7828"
  621. depends on I2C
  622. help
  623. If you say yes here you get support for Texas Instruments ADS7828
  624. 12-bit 8-channel ADC device.
  625. This driver can also be built as a module. If so, the module
  626. will be called ads7828.
  627. config SENSORS_THMC50
  628. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  629. depends on I2C && EXPERIMENTAL
  630. help
  631. If you say yes here you get support for Texas Instruments THMC50
  632. sensor chips and clones: the Analog Devices ADM1022.
  633. This driver can also be built as a module. If so, the module
  634. will be called thmc50.
  635. config SENSORS_TMP401
  636. tristate "Texas Instruments TMP401 and compatibles"
  637. depends on I2C && EXPERIMENTAL
  638. help
  639. If you say yes here you get support for Texas Instruments TMP401 and
  640. TMP411 temperature sensor chips.
  641. This driver can also be built as a module. If so, the module
  642. will be called tmp401.
  643. config SENSORS_TMP421
  644. tristate "Texas Instruments TMP421 and compatible"
  645. depends on I2C && EXPERIMENTAL
  646. help
  647. If you say yes here you get support for Texas Instruments TMP421,
  648. TMP422 and TMP423 temperature sensor chips.
  649. This driver can also be built as a module. If so, the module
  650. will be called tmp421.
  651. config SENSORS_VIA686A
  652. tristate "VIA686A"
  653. depends on PCI
  654. help
  655. If you say yes here you get support for the integrated sensors in
  656. Via 686A/B South Bridges.
  657. This driver can also be built as a module. If so, the module
  658. will be called via686a.
  659. config SENSORS_VT1211
  660. tristate "VIA VT1211"
  661. depends on EXPERIMENTAL
  662. select HWMON_VID
  663. help
  664. If you say yes here then you get support for hardware monitoring
  665. features of the VIA VT1211 Super-I/O chip.
  666. This driver can also be built as a module. If so, the module
  667. will be called vt1211.
  668. config SENSORS_VT8231
  669. tristate "VIA VT8231"
  670. depends on PCI
  671. select HWMON_VID
  672. help
  673. If you say yes here then you get support for the integrated sensors
  674. in the VIA VT8231 device.
  675. This driver can also be built as a module. If so, the module
  676. will be called vt8231.
  677. config SENSORS_W83781D
  678. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  679. depends on I2C
  680. select HWMON_VID
  681. help
  682. If you say yes here you get support for the Winbond W8378x series
  683. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  684. Asus AS99127F.
  685. This driver can also be built as a module. If so, the module
  686. will be called w83781d.
  687. config SENSORS_W83791D
  688. tristate "Winbond W83791D"
  689. depends on I2C && EXPERIMENTAL
  690. select HWMON_VID
  691. help
  692. If you say yes here you get support for the Winbond W83791D chip.
  693. This driver can also be built as a module. If so, the module
  694. will be called w83791d.
  695. config SENSORS_W83792D
  696. tristate "Winbond W83792D"
  697. depends on I2C && EXPERIMENTAL
  698. help
  699. If you say yes here you get support for the Winbond W83792D chip.
  700. This driver can also be built as a module. If so, the module
  701. will be called w83792d.
  702. config SENSORS_W83793
  703. tristate "Winbond W83793"
  704. depends on I2C && EXPERIMENTAL
  705. select HWMON_VID
  706. help
  707. If you say yes here you get support for the Winbond W83793
  708. hardware monitoring chip.
  709. This driver can also be built as a module. If so, the module
  710. will be called w83793.
  711. config SENSORS_W83L785TS
  712. tristate "Winbond W83L785TS-S"
  713. depends on I2C && EXPERIMENTAL
  714. help
  715. If you say yes here you get support for the Winbond W83L785TS-S
  716. sensor chip, which is used on the Asus A7N8X, among other
  717. motherboards.
  718. This driver can also be built as a module. If so, the module
  719. will be called w83l785ts.
  720. config SENSORS_W83L786NG
  721. tristate "Winbond W83L786NG, W83L786NR"
  722. depends on I2C && EXPERIMENTAL
  723. help
  724. If you say yes here you get support for the Winbond W83L786NG
  725. and W83L786NR sensor chips.
  726. This driver can also be built as a module. If so, the module
  727. will be called w83l786ng.
  728. config SENSORS_W83627HF
  729. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  730. select HWMON_VID
  731. help
  732. If you say yes here you get support for the Winbond W836X7 series
  733. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  734. W83697HF.
  735. This driver can also be built as a module. If so, the module
  736. will be called w83627hf.
  737. config SENSORS_W83627EHF
  738. tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
  739. select HWMON_VID
  740. help
  741. If you say yes here you get support for the hardware
  742. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  743. This driver also supports the W83627EHG, which is the lead-free
  744. version of the W83627EHF, and the W83627DHG, which is a similar
  745. chip suited for specific Intel processors that use PECI such as
  746. the Core 2 Duo.
  747. This driver also supports the W83667HG chip.
  748. This driver can also be built as a module. If so, the module
  749. will be called w83627ehf.
  750. config SENSORS_WM831X
  751. tristate "WM831x PMICs"
  752. depends on MFD_WM831X
  753. help
  754. If you say yes here you get support for the hardware
  755. monitoring functionality of the Wolfson Microelectronics
  756. WM831x series of PMICs.
  757. This driver can also be built as a module. If so, the module
  758. will be called wm831x-hwmon.
  759. config SENSORS_WM8350
  760. tristate "Wolfson Microelectronics WM835x"
  761. depends on MFD_WM8350
  762. help
  763. If you say yes here you get support for the hardware
  764. monitoring features of the WM835x series of PMICs.
  765. This driver can also be built as a module. If so, the module
  766. will be called wm8350-hwmon.
  767. config SENSORS_ULTRA45
  768. tristate "Sun Ultra45 PIC16F747"
  769. depends on SPARC64
  770. help
  771. This driver provides support for the Ultra45 workstation environmental
  772. sensors.
  773. config SENSORS_HDAPS
  774. tristate "IBM Hard Drive Active Protection System (hdaps)"
  775. depends on INPUT && X86
  776. select INPUT_POLLDEV
  777. default n
  778. help
  779. This driver provides support for the IBM Hard Drive Active Protection
  780. System (hdaps), which provides an accelerometer and other misc. data.
  781. ThinkPads starting with the R50, T41, and X40 are supported. The
  782. accelerometer data is readable via sysfs.
  783. This driver also provides an absolute input class device, allowing
  784. the laptop to act as a pinball machine-esque joystick.
  785. If your ThinkPad is not recognized by the driver, please update to latest
  786. BIOS. This is especially the case for some R52 ThinkPads.
  787. Say Y here if you have an applicable laptop and want to experience
  788. the awesome power of hdaps.
  789. config SENSORS_LIS3_SPI
  790. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
  791. depends on !ACPI && SPI_MASTER && INPUT
  792. select INPUT_POLLDEV
  793. default n
  794. help
  795. This driver provides support for the LIS3LV02Dx accelerometer connected
  796. via SPI. The accelerometer data is readable via
  797. /sys/devices/platform/lis3lv02d.
  798. This driver also provides an absolute input class device, allowing
  799. the laptop to act as a pinball machine-esque joystick.
  800. This driver can also be built as modules. If so, the core module
  801. will be called lis3lv02d and a specific module for the SPI transport
  802. is called lis3lv02d_spi.
  803. config SENSORS_APPLESMC
  804. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  805. depends on INPUT && X86
  806. select NEW_LEDS
  807. select LEDS_CLASS
  808. select INPUT_POLLDEV
  809. default n
  810. help
  811. This driver provides support for the Apple System Management
  812. Controller, which provides an accelerometer (Apple Sudden Motion
  813. Sensor), light sensors, temperature sensors, keyboard backlight
  814. control and fan control.
  815. Only Intel-based Apple's computers are supported (MacBook Pro,
  816. MacBook, MacMini).
  817. Data from the different sensors, keyboard backlight control and fan
  818. control are accessible via sysfs.
  819. This driver also provides an absolute input class device, allowing
  820. the laptop to act as a pinball machine-esque joystick.
  821. Say Y here if you have an applicable laptop and want to experience
  822. the awesome power of applesmc.
  823. if ACPI
  824. comment "ACPI drivers"
  825. config SENSORS_ATK0110
  826. tristate "ASUS ATK0110"
  827. depends on X86 && EXPERIMENTAL
  828. help
  829. If you say yes here you get support for the ACPI hardware
  830. monitoring interface found in many ASUS motherboards. This
  831. driver will provide readings of fans, voltages and temperatures
  832. through the system firmware.
  833. This driver can also be built as a module. If so, the module
  834. will be called asus_atk0110.
  835. config SENSORS_LIS3LV02D
  836. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer"
  837. depends on INPUT
  838. select INPUT_POLLDEV
  839. select NEW_LEDS
  840. select LEDS_CLASS
  841. default n
  842. help
  843. This driver provides support for the LIS3LV02Dx accelerometer. In
  844. particular, it can be found in a number of HP laptops, which have the
  845. "Mobile Data Protection System 3D" or "3D DriveGuard" feature. On such
  846. systems the driver should load automatically (via ACPI). The
  847. accelerometer might also be found in other systems, connected via SPI
  848. or I2C. The accelerometer data is readable via
  849. /sys/devices/platform/lis3lv02d.
  850. This driver also provides an absolute input class device, allowing
  851. the laptop to act as a pinball machine-esque joystick. On HP laptops,
  852. if the led infrastructure is activated, support for a led indicating
  853. disk protection will be provided as hp:red:hddprotection.
  854. This driver can also be built as modules. If so, the core module
  855. will be called lis3lv02d and a specific module for HP laptops will be
  856. called hp_accel.
  857. Say Y here if you have an applicable laptop and want to experience
  858. the awesome power of lis3lv02d.
  859. endif # ACPI
  860. endif # HWMON