Kconfig 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  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_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 && EXPERIMENTAL
  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 X48, X38, 975,
  182. 965 and 945 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_AMS
  208. tristate "Apple Motion Sensor driver"
  209. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  210. select INPUT_POLLDEV
  211. help
  212. Support for the motion sensor included in PowerBooks. Includes
  213. implementations for PMU and I2C.
  214. This driver can also be built as a module. If so, the module
  215. will be called ams.
  216. config SENSORS_AMS_PMU
  217. bool "PMU variant"
  218. depends on SENSORS_AMS && ADB_PMU
  219. default y
  220. help
  221. PMU variant of motion sensor, found in late 2005 PowerBooks.
  222. config SENSORS_AMS_I2C
  223. bool "I2C variant"
  224. depends on SENSORS_AMS && I2C
  225. default y
  226. help
  227. I2C variant of motion sensor, found in early 2005 PowerBooks and
  228. iBooks.
  229. config SENSORS_ASB100
  230. tristate "Asus ASB100 Bach"
  231. depends on X86 && I2C && EXPERIMENTAL
  232. select HWMON_VID
  233. help
  234. If you say yes here you get support for the ASB100 Bach sensor
  235. chip found on some Asus mainboards.
  236. This driver can also be built as a module. If so, the module
  237. will be called asb100.
  238. config SENSORS_ATXP1
  239. tristate "Attansic ATXP1 VID controller"
  240. depends on I2C && EXPERIMENTAL
  241. select HWMON_VID
  242. help
  243. If you say yes here you get support for the Attansic ATXP1 VID
  244. controller.
  245. If your board have such a chip, you are able to control your CPU
  246. core and other voltages.
  247. This driver can also be built as a module. If so, the module
  248. will be called atxp1.
  249. config SENSORS_DS1621
  250. tristate "Dallas Semiconductor DS1621 and DS1625"
  251. depends on I2C
  252. help
  253. If you say yes here you get support for Dallas Semiconductor
  254. DS1621 and DS1625 sensor chips.
  255. This driver can also be built as a module. If so, the module
  256. will be called ds1621.
  257. config SENSORS_I5K_AMB
  258. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  259. depends on PCI && EXPERIMENTAL
  260. help
  261. If you say yes here you get support for FB-DIMM AMB temperature
  262. monitoring chips on systems with the Intel 5000 series chipset.
  263. This driver can also be built as a module. If so, the module
  264. will be called i5k_amb.
  265. config SENSORS_F71805F
  266. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  267. depends on EXPERIMENTAL
  268. help
  269. If you say yes here you get support for hardware monitoring
  270. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  271. Super-I/O chips.
  272. This driver can also be built as a module. If so, the module
  273. will be called f71805f.
  274. config SENSORS_F71882FG
  275. tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
  276. depends on EXPERIMENTAL
  277. help
  278. If you say yes here you get support for hardware monitoring
  279. features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
  280. F71889FG and F8000 Super-I/O chips.
  281. This driver can also be built as a module. If so, the module
  282. will be called f71882fg.
  283. config SENSORS_F75375S
  284. tristate "Fintek F75375S/SP and F75373";
  285. depends on I2C && EXPERIMENTAL
  286. help
  287. If you say yes here you get support for hardware monitoring
  288. features of the Fintek F75375S/SP and F75373
  289. This driver can also be built as a module. If so, the module
  290. will be called f75375s.
  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/Core2/Atom temperature sensor"
  331. depends on X86 && PCI && EXPERIMENTAL
  332. help
  333. If you say yes here you get support for the temperature
  334. sensor inside your CPU. Most of the family 6 CPUs
  335. are supported. Check documentation/driver for details.
  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 HC10/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_LM73
  389. tristate "National Semiconductor LM73"
  390. depends on I2C
  391. help
  392. If you say yes here you get support for National Semiconductor LM73
  393. sensor chips.
  394. This driver can also be built as a module. If so, the module
  395. will be called lm73.
  396. config SENSORS_LM75
  397. tristate "National Semiconductor LM75 and compatibles"
  398. depends on I2C
  399. help
  400. If you say yes here you get support for one common type of
  401. temperature sensor chip, with models including:
  402. - Dallas Semiconductor DS75 and DS1775
  403. - Maxim MAX6625 and MAX6626
  404. - Microchip MCP980x
  405. - National Semiconductor LM75
  406. - NXP's LM75A
  407. - ST Microelectronics STDS75
  408. - TelCom (now Microchip) TCN75
  409. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  410. This driver supports driver model based binding through board
  411. specific I2C device tables.
  412. It also supports the "legacy" style of driver binding. To use
  413. that with some chips which don't replicate LM75 quirks exactly,
  414. you may need the "force" module parameter.
  415. This driver can also be built as a module. If so, the module
  416. will be called lm75.
  417. config SENSORS_LM77
  418. tristate "National Semiconductor LM77"
  419. depends on I2C
  420. help
  421. If you say yes here you get support for National Semiconductor LM77
  422. sensor chips.
  423. This driver can also be built as a module. If so, the module
  424. will be called lm77.
  425. config SENSORS_LM78
  426. tristate "National Semiconductor LM78 and compatibles"
  427. depends on I2C
  428. select HWMON_VID
  429. help
  430. If you say yes here you get support for National Semiconductor LM78,
  431. LM78-J and LM79.
  432. This driver can also be built as a module. If so, the module
  433. will be called lm78.
  434. config SENSORS_LM80
  435. tristate "National Semiconductor LM80"
  436. depends on I2C && EXPERIMENTAL
  437. help
  438. If you say yes here you get support for National Semiconductor
  439. LM80 sensor chips.
  440. This driver can also be built as a module. If so, the module
  441. will be called lm80.
  442. config SENSORS_LM83
  443. tristate "National Semiconductor LM83 and compatibles"
  444. depends on I2C
  445. help
  446. If you say yes here you get support for National Semiconductor
  447. LM82 and LM83 sensor chips.
  448. This driver can also be built as a module. If so, the module
  449. will be called lm83.
  450. config SENSORS_LM85
  451. tristate "National Semiconductor LM85 and compatibles"
  452. depends on I2C && EXPERIMENTAL
  453. select HWMON_VID
  454. help
  455. If you say yes here you get support for National Semiconductor LM85
  456. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  457. This driver can also be built as a module. If so, the module
  458. will be called lm85.
  459. config SENSORS_LM87
  460. tristate "National Semiconductor LM87 and compatibles"
  461. depends on I2C
  462. select HWMON_VID
  463. help
  464. If you say yes here you get support for National Semiconductor LM87
  465. and Analog Devices ADM1024 sensor chips.
  466. This driver can also be built as a module. If so, the module
  467. will be called lm87.
  468. config SENSORS_LM90
  469. tristate "National Semiconductor LM90 and compatibles"
  470. depends on I2C
  471. help
  472. If you say yes here you get support for National Semiconductor LM90,
  473. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
  474. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  475. MAX6680, MAX6681 and MAX6692, and Winbond/Nuvoton W83L771AWG/ASG
  476. sensor chips.
  477. This driver can also be built as a module. If so, the module
  478. will be called lm90.
  479. config SENSORS_LM92
  480. tristate "National Semiconductor LM92 and compatibles"
  481. depends on I2C
  482. help
  483. If you say yes here you get support for National Semiconductor LM92
  484. and Maxim MAX6635 sensor chips.
  485. This driver can also be built as a module. If so, the module
  486. will be called lm92.
  487. config SENSORS_LM93
  488. tristate "National Semiconductor LM93 and compatibles"
  489. depends on I2C
  490. select HWMON_VID
  491. help
  492. If you say yes here you get support for National Semiconductor LM93
  493. sensor chips.
  494. This driver can also be built as a module. If so, the module
  495. will be called lm93.
  496. config SENSORS_LTC4215
  497. tristate "Linear Technology LTC4215"
  498. depends on I2C && EXPERIMENTAL
  499. default n
  500. help
  501. If you say yes here you get support for Linear Technology LTC4215
  502. Hot Swap Controller I2C interface.
  503. This driver can also be built as a module. If so, the module will
  504. be called ltc4215.
  505. config SENSORS_LTC4245
  506. tristate "Linear Technology LTC4245"
  507. depends on I2C && EXPERIMENTAL
  508. default n
  509. help
  510. If you say yes here you get support for Linear Technology LTC4245
  511. Multiple Supply Hot Swap Controller I2C interface.
  512. This driver can also be built as a module. If so, the module will
  513. be called ltc4245.
  514. config SENSORS_LM95241
  515. tristate "National Semiconductor LM95241 sensor chip"
  516. depends on I2C
  517. help
  518. If you say yes here you get support for LM95241 sensor chip.
  519. This driver can also be built as a module. If so, the module
  520. will be called lm95241.
  521. config SENSORS_MAX1111
  522. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  523. depends on SPI_MASTER
  524. help
  525. Say y here to support Maxim's MAX1111 ADC chips.
  526. This driver can also be built as a module. If so, the module
  527. will be called max1111.
  528. config SENSORS_MAX1619
  529. tristate "Maxim MAX1619 sensor chip"
  530. depends on I2C
  531. help
  532. If you say yes here you get support for MAX1619 sensor chip.
  533. This driver can also be built as a module. If so, the module
  534. will be called max1619.
  535. config SENSORS_MAX6650
  536. tristate "Maxim MAX6650 sensor chip"
  537. depends on I2C && EXPERIMENTAL
  538. help
  539. If you say yes here you get support for the MAX6650 / MAX6651
  540. sensor chips.
  541. This driver can also be built as a module. If so, the module
  542. will be called max6650.
  543. config SENSORS_PC87360
  544. tristate "National Semiconductor PC87360 family"
  545. select HWMON_VID
  546. help
  547. If you say yes here you get access to the hardware monitoring
  548. functions of the National Semiconductor PC8736x Super-I/O chips.
  549. The PC87360, PC87363 and PC87364 only have fan monitoring and
  550. control. The PC87365 and PC87366 additionally have voltage and
  551. temperature monitoring.
  552. This driver can also be built as a module. If so, the module
  553. will be called pc87360.
  554. config SENSORS_PC87427
  555. tristate "National Semiconductor PC87427"
  556. depends on EXPERIMENTAL
  557. help
  558. If you say yes here you get access to the hardware monitoring
  559. functions of the National Semiconductor PC87427 Super-I/O chip.
  560. The chip has two distinct logical devices, one for fan speed
  561. monitoring and control, and one for voltage and temperature
  562. monitoring. Only fan speed monitoring is supported right now.
  563. This driver can also be built as a module. If so, the module
  564. will be called pc87427.
  565. config SENSORS_PCF8591
  566. tristate "Philips PCF8591 ADC/DAC"
  567. depends on I2C
  568. default n
  569. help
  570. If you say yes here you get support for Philips PCF8591 4-channel
  571. ADC, 1-channel DAC chips.
  572. This driver can also be built as a module. If so, the module
  573. will be called pcf8591.
  574. These devices are hard to detect and rarely found on mainstream
  575. hardware. If unsure, say N.
  576. config SENSORS_SHT15
  577. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  578. depends on GENERIC_GPIO
  579. help
  580. If you say yes here you get support for the Sensiron SHT10, SHT11,
  581. SHT15, SHT71, SHT75 humidity and temperature sensors.
  582. This driver can also be built as a module. If so, the module
  583. will be called sht15.
  584. config SENSORS_S3C
  585. tristate "S3C24XX/S3C64XX Inbuilt ADC"
  586. depends on ARCH_S3C2410
  587. help
  588. If you say yes here you get support for the on-board ADCs of
  589. the Samsung S3C24XX or S3C64XX series of SoC
  590. This driver can also be built as a module. If so, the module
  591. will be called s3c-hwmo.
  592. config SENSORS_S3C_RAW
  593. bool "Include raw channel attributes in sysfs"
  594. depends on SENSORS_S3C
  595. help
  596. Say Y here if you want to include raw copies of all the ADC
  597. channels in sysfs.
  598. config SENSORS_SIS5595
  599. tristate "Silicon Integrated Systems Corp. SiS5595"
  600. depends on PCI
  601. help
  602. If you say yes here you get support for the integrated sensors in
  603. SiS5595 South Bridges.
  604. This driver can also be built as a module. If so, the module
  605. will be called sis5595.
  606. config SENSORS_DME1737
  607. tristate "SMSC DME1737, SCH311x and compatibles"
  608. depends on I2C && EXPERIMENTAL
  609. select HWMON_VID
  610. help
  611. If you say yes here you get support for the hardware monitoring
  612. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  613. Asus A8000 Super-I/O chips.
  614. This driver can also be built as a module. If so, the module
  615. will be called dme1737.
  616. config SENSORS_SMSC47M1
  617. tristate "SMSC LPC47M10x and compatibles"
  618. help
  619. If you say yes here you get support for the integrated fan
  620. monitoring and control capabilities of the SMSC LPC47B27x,
  621. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  622. LPC47M192, LPC47M292 and LPC47M997 chips.
  623. The temperature and voltage sensor features of the LPC47M15x,
  624. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  625. driver, select also "SMSC LPC47M192 and compatibles" below for
  626. those.
  627. This driver can also be built as a module. If so, the module
  628. will be called smsc47m1.
  629. config SENSORS_SMSC47M192
  630. tristate "SMSC LPC47M192 and compatibles"
  631. depends on I2C && EXPERIMENTAL
  632. select HWMON_VID
  633. help
  634. If you say yes here you get support for the temperature and
  635. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  636. and LPC47M997 chips.
  637. The fan monitoring and control capabilities of these chips
  638. are supported by another driver, select
  639. "SMSC LPC47M10x and compatibles" above. You need both drivers
  640. if you want fan control and voltage/temperature sensor support.
  641. This driver can also be built as a module. If so, the module
  642. will be called smsc47m192.
  643. config SENSORS_SMSC47B397
  644. tristate "SMSC LPC47B397-NC"
  645. depends on EXPERIMENTAL
  646. help
  647. If you say yes here you get support for the SMSC LPC47B397-NC
  648. sensor chip.
  649. This driver can also be built as a module. If so, the module
  650. will be called smsc47b397.
  651. config SENSORS_ADS7828
  652. tristate "Texas Instruments ADS7828"
  653. depends on I2C
  654. help
  655. If you say yes here you get support for Texas Instruments ADS7828
  656. 12-bit 8-channel ADC device.
  657. This driver can also be built as a module. If so, the module
  658. will be called ads7828.
  659. config SENSORS_AMC6821
  660. tristate "Texas Instruments AMC6821"
  661. depends on I2C && EXPERIMENTAL
  662. help
  663. If you say yes here you get support for the Texas Instruments
  664. AMC6821 hardware monitoring chips.
  665. This driver can also be build as a module. If so, the module
  666. will be called amc6821.
  667. config SENSORS_THMC50
  668. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  669. depends on I2C && EXPERIMENTAL
  670. help
  671. If you say yes here you get support for Texas Instruments THMC50
  672. sensor chips and clones: the Analog Devices ADM1022.
  673. This driver can also be built as a module. If so, the module
  674. will be called thmc50.
  675. config SENSORS_TMP401
  676. tristate "Texas Instruments TMP401 and compatibles"
  677. depends on I2C && EXPERIMENTAL
  678. help
  679. If you say yes here you get support for Texas Instruments TMP401 and
  680. TMP411 temperature sensor chips.
  681. This driver can also be built as a module. If so, the module
  682. will be called tmp401.
  683. config SENSORS_TMP421
  684. tristate "Texas Instruments TMP421 and compatible"
  685. depends on I2C && EXPERIMENTAL
  686. help
  687. If you say yes here you get support for Texas Instruments TMP421,
  688. TMP422 and TMP423 temperature sensor chips.
  689. This driver can also be built as a module. If so, the module
  690. will be called tmp421.
  691. config SENSORS_VIA_CPUTEMP
  692. tristate "VIA CPU temperature sensor"
  693. depends on X86
  694. help
  695. If you say yes here you get support for the temperature
  696. sensor inside your CPU. Supported are all known variants of
  697. the VIA C7 and Nano.
  698. config SENSORS_VIA686A
  699. tristate "VIA686A"
  700. depends on PCI
  701. help
  702. If you say yes here you get support for the integrated sensors in
  703. Via 686A/B South Bridges.
  704. This driver can also be built as a module. If so, the module
  705. will be called via686a.
  706. config SENSORS_VT1211
  707. tristate "VIA VT1211"
  708. depends on EXPERIMENTAL
  709. select HWMON_VID
  710. help
  711. If you say yes here then you get support for hardware monitoring
  712. features of the VIA VT1211 Super-I/O chip.
  713. This driver can also be built as a module. If so, the module
  714. will be called vt1211.
  715. config SENSORS_VT8231
  716. tristate "VIA VT8231"
  717. depends on PCI
  718. select HWMON_VID
  719. help
  720. If you say yes here then you get support for the integrated sensors
  721. in the VIA VT8231 device.
  722. This driver can also be built as a module. If so, the module
  723. will be called vt8231.
  724. config SENSORS_W83781D
  725. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  726. depends on I2C
  727. select HWMON_VID
  728. help
  729. If you say yes here you get support for the Winbond W8378x series
  730. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  731. Asus AS99127F.
  732. This driver can also be built as a module. If so, the module
  733. will be called w83781d.
  734. config SENSORS_W83791D
  735. tristate "Winbond W83791D"
  736. depends on I2C
  737. select HWMON_VID
  738. help
  739. If you say yes here you get support for the Winbond W83791D chip.
  740. This driver can also be built as a module. If so, the module
  741. will be called w83791d.
  742. config SENSORS_W83792D
  743. tristate "Winbond W83792D"
  744. depends on I2C && EXPERIMENTAL
  745. help
  746. If you say yes here you get support for the Winbond W83792D chip.
  747. This driver can also be built as a module. If so, the module
  748. will be called w83792d.
  749. config SENSORS_W83793
  750. tristate "Winbond W83793"
  751. depends on I2C && EXPERIMENTAL
  752. select HWMON_VID
  753. help
  754. If you say yes here you get support for the Winbond W83793
  755. hardware monitoring chip, including support for the integrated
  756. watchdog.
  757. This driver can also be built as a module. If so, the module
  758. will be called w83793.
  759. config SENSORS_W83L785TS
  760. tristate "Winbond W83L785TS-S"
  761. depends on I2C && EXPERIMENTAL
  762. help
  763. If you say yes here you get support for the Winbond W83L785TS-S
  764. sensor chip, which is used on the Asus A7N8X, among other
  765. motherboards.
  766. This driver can also be built as a module. If so, the module
  767. will be called w83l785ts.
  768. config SENSORS_W83L786NG
  769. tristate "Winbond W83L786NG, W83L786NR"
  770. depends on I2C && EXPERIMENTAL
  771. help
  772. If you say yes here you get support for the Winbond W83L786NG
  773. and W83L786NR sensor chips.
  774. This driver can also be built as a module. If so, the module
  775. will be called w83l786ng.
  776. config SENSORS_W83627HF
  777. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  778. select HWMON_VID
  779. help
  780. If you say yes here you get support for the Winbond W836X7 series
  781. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  782. W83697HF.
  783. This driver can also be built as a module. If so, the module
  784. will be called w83627hf.
  785. config SENSORS_W83627EHF
  786. tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
  787. select HWMON_VID
  788. help
  789. If you say yes here you get support for the hardware
  790. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  791. This driver also supports the W83627EHG, which is the lead-free
  792. version of the W83627EHF, and the W83627DHG, which is a similar
  793. chip suited for specific Intel processors that use PECI such as
  794. the Core 2 Duo.
  795. This driver also supports the W83667HG chip.
  796. This driver can also be built as a module. If so, the module
  797. will be called w83627ehf.
  798. config SENSORS_WM831X
  799. tristate "WM831x PMICs"
  800. depends on MFD_WM831X
  801. help
  802. If you say yes here you get support for the hardware
  803. monitoring functionality of the Wolfson Microelectronics
  804. WM831x series of PMICs.
  805. This driver can also be built as a module. If so, the module
  806. will be called wm831x-hwmon.
  807. config SENSORS_WM8350
  808. tristate "Wolfson Microelectronics WM835x"
  809. depends on MFD_WM8350
  810. help
  811. If you say yes here you get support for the hardware
  812. monitoring features of the WM835x series of PMICs.
  813. This driver can also be built as a module. If so, the module
  814. will be called wm8350-hwmon.
  815. config SENSORS_ULTRA45
  816. tristate "Sun Ultra45 PIC16F747"
  817. depends on SPARC64
  818. help
  819. This driver provides support for the Ultra45 workstation environmental
  820. sensors.
  821. config SENSORS_HDAPS
  822. tristate "IBM Hard Drive Active Protection System (hdaps)"
  823. depends on INPUT && X86
  824. select INPUT_POLLDEV
  825. default n
  826. help
  827. This driver provides support for the IBM Hard Drive Active Protection
  828. System (hdaps), which provides an accelerometer and other misc. data.
  829. ThinkPads starting with the R50, T41, and X40 are supported. The
  830. accelerometer data is readable via sysfs.
  831. This driver also provides an absolute input class device, allowing
  832. the laptop to act as a pinball machine-esque joystick.
  833. If your ThinkPad is not recognized by the driver, please update to latest
  834. BIOS. This is especially the case for some R52 ThinkPads.
  835. Say Y here if you have an applicable laptop and want to experience
  836. the awesome power of hdaps.
  837. config SENSORS_LIS3_SPI
  838. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
  839. depends on !ACPI && SPI_MASTER && INPUT
  840. select INPUT_POLLDEV
  841. default n
  842. help
  843. This driver provides support for the LIS3LV02Dx accelerometer connected
  844. via SPI. The accelerometer data is readable via
  845. /sys/devices/platform/lis3lv02d.
  846. This driver also provides an absolute input class device, allowing
  847. the laptop to act as a pinball machine-esque joystick.
  848. This driver can also be built as modules. If so, the core module
  849. will be called lis3lv02d and a specific module for the SPI transport
  850. is called lis3lv02d_spi.
  851. config SENSORS_LIS3_I2C
  852. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
  853. depends on I2C && INPUT
  854. select INPUT_POLLDEV
  855. default n
  856. help
  857. This driver provides support for the LIS3LV02Dx accelerometer connected
  858. via I2C. The accelerometer data is readable via
  859. /sys/devices/platform/lis3lv02d.
  860. This driver also provides an absolute input class device, allowing
  861. the device to act as a pinball machine-esque joystick.
  862. This driver can also be built as modules. If so, the core module
  863. will be called lis3lv02d and a specific module for the I2C transport
  864. is called lis3lv02d_i2c.
  865. config SENSORS_APPLESMC
  866. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  867. depends on INPUT && X86
  868. select NEW_LEDS
  869. select LEDS_CLASS
  870. select INPUT_POLLDEV
  871. default n
  872. help
  873. This driver provides support for the Apple System Management
  874. Controller, which provides an accelerometer (Apple Sudden Motion
  875. Sensor), light sensors, temperature sensors, keyboard backlight
  876. control and fan control.
  877. Only Intel-based Apple's computers are supported (MacBook Pro,
  878. MacBook, MacMini).
  879. Data from the different sensors, keyboard backlight control and fan
  880. control are accessible via sysfs.
  881. This driver also provides an absolute input class device, allowing
  882. the laptop to act as a pinball machine-esque joystick.
  883. Say Y here if you have an applicable laptop and want to experience
  884. the awesome power of applesmc.
  885. config SENSORS_MC13783_ADC
  886. tristate "Freescale MC13783 ADC"
  887. depends on MFD_MC13783
  888. help
  889. Support for the A/D converter on MC13783 PMIC.
  890. if ACPI
  891. comment "ACPI drivers"
  892. config SENSORS_ATK0110
  893. tristate "ASUS ATK0110"
  894. depends on X86 && EXPERIMENTAL
  895. help
  896. If you say yes here you get support for the ACPI hardware
  897. monitoring interface found in many ASUS motherboards. This
  898. driver will provide readings of fans, voltages and temperatures
  899. through the system firmware.
  900. This driver can also be built as a module. If so, the module
  901. will be called asus_atk0110.
  902. config SENSORS_LIS3LV02D
  903. tristate "STMicroeletronics LIS3* three-axis digital accelerometer"
  904. depends on INPUT
  905. select INPUT_POLLDEV
  906. select NEW_LEDS
  907. select LEDS_CLASS
  908. default n
  909. help
  910. This driver provides support for the LIS3* accelerometers, such as the
  911. LIS3LV02DL or the LIS331DL. In particular, it can be found in a number
  912. of HP laptops, which have the "Mobile Data Protection System 3D" or
  913. "3D DriveGuard" feature. On such systems the driver should load
  914. automatically (via ACPI alias). The accelerometer might also be found
  915. in other systems, connected via SPI or I2C. The accelerometer data is
  916. readable via /sys/devices/platform/lis3lv02d.
  917. This driver also provides an absolute input class device, allowing
  918. a laptop to act as a pinball machine-esque joystick. It provides also
  919. a misc device which can be used to detect free-fall. On HP laptops,
  920. if the led infrastructure is activated, support for a led indicating
  921. disk protection will be provided as hp::hddprotect. For more
  922. information on the feature, refer to Documentation/hwmon/lis3lv02d.
  923. This driver can also be built as modules. If so, the core module
  924. will be called lis3lv02d and a specific module for HP laptops will be
  925. called hp_accel.
  926. Say Y here if you have an applicable laptop and want to experience
  927. the awesome power of lis3lv02d.
  928. endif # ACPI
  929. endif # HWMON