Kconfig 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  1. #
  2. # Hardware monitoring chip drivers configuration
  3. #
  4. menuconfig HWMON
  5. tristate "Hardware Monitoring support"
  6. depends on HAS_IOMEM
  7. default y
  8. help
  9. Hardware monitoring devices let you monitor the hardware health
  10. of a system. Most modern motherboards include such a device. It
  11. can include temperature sensors, voltage sensors, fan speed
  12. sensors and various additional features such as the ability to
  13. control the speed of the fans. If you want this support you
  14. should say Y here and also to the specific driver(s) for your
  15. sensors chip(s) below.
  16. To find out which specific driver(s) you need, use the
  17. sensors-detect script from the lm_sensors package. Read
  18. <file:Documentation/hwmon/userspace-tools> for details.
  19. This support can also be built as a module. If so, the module
  20. will be called hwmon.
  21. if HWMON
  22. config HWMON_VID
  23. tristate
  24. default n
  25. config SENSORS_ABITUGURU
  26. tristate "Abit uGuru (rev 1 & 2)"
  27. depends on X86 && EXPERIMENTAL
  28. help
  29. If you say yes here you get support for the sensor part of the first
  30. and second revision of the Abit uGuru chip. The voltage and frequency
  31. control parts of the Abit uGuru are not supported. The Abit uGuru
  32. chip can be found on Abit uGuru featuring motherboards (most modern
  33. Abit motherboards from before end 2005). For more info and a list
  34. of which motherboards have which revision see
  35. Documentation/hwmon/abituguru
  36. This driver can also be built as a module. If so, the module
  37. will be called abituguru.
  38. config SENSORS_ABITUGURU3
  39. tristate "Abit uGuru (rev 3)"
  40. depends on X86 && EXPERIMENTAL
  41. help
  42. If you say yes here you get support for the sensor part of the
  43. third revision of the Abit uGuru chip. Only reading the sensors
  44. and their settings is supported. The third revision of the Abit
  45. uGuru chip can be found on recent Abit motherboards (since end
  46. 2005). For more info and a list of which motherboards have which
  47. revision see Documentation/hwmon/abituguru3
  48. This driver can also be built as a module. If so, the module
  49. will be called abituguru3.
  50. config SENSORS_AD7414
  51. tristate "Analog Devices AD7414"
  52. depends on I2C && EXPERIMENTAL
  53. help
  54. If you say yes here you get support for the Analog Devices
  55. AD7414 temperature monitoring chip.
  56. This driver can also be built as a module. If so, the module
  57. will be called ad7414.
  58. config SENSORS_AD7418
  59. tristate "Analog Devices AD7416, AD7417 and AD7418"
  60. depends on I2C && EXPERIMENTAL
  61. help
  62. If you say yes here you get support for the Analog Devices
  63. AD7416, AD7417 and AD7418 temperature monitoring chips.
  64. This driver can also be built as a module. If so, the module
  65. will be called ad7418.
  66. config SENSORS_ADM1021
  67. tristate "Analog Devices ADM1021 and compatibles"
  68. depends on I2C
  69. help
  70. If you say yes here you get support for Analog Devices ADM1021
  71. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  72. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  73. and the XEON processor built-in sensor.
  74. This driver can also be built as a module. If so, the module
  75. will be called adm1021.
  76. config SENSORS_ADM1025
  77. tristate "Analog Devices ADM1025 and compatibles"
  78. depends on I2C
  79. select HWMON_VID
  80. help
  81. If you say yes here you get support for Analog Devices ADM1025
  82. and Philips NE1619 sensor chips.
  83. This driver can also be built as a module. If so, the module
  84. will be called adm1025.
  85. config SENSORS_ADM1026
  86. tristate "Analog Devices ADM1026 and compatibles"
  87. depends on I2C && EXPERIMENTAL
  88. select HWMON_VID
  89. help
  90. If you say yes here you get support for Analog Devices ADM1026
  91. sensor chip.
  92. This driver can also be built as a module. If so, the module
  93. will be called adm1026.
  94. config SENSORS_ADM1029
  95. tristate "Analog Devices ADM1029"
  96. depends on I2C && EXPERIMENTAL
  97. help
  98. If you say yes here you get support for Analog Devices ADM1029
  99. sensor chip.
  100. Very rare chip, please let us know you use it.
  101. This driver can also be built as a module. If so, the module
  102. will be called adm1029.
  103. config SENSORS_ADM1031
  104. tristate "Analog Devices ADM1031 and compatibles"
  105. depends on I2C && EXPERIMENTAL
  106. help
  107. If you say yes here you get support for Analog Devices ADM1031
  108. and ADM1030 sensor chips.
  109. This driver can also be built as a module. If so, the module
  110. will be called adm1031.
  111. config SENSORS_ADM9240
  112. tristate "Analog Devices ADM9240 and compatibles"
  113. depends on I2C
  114. select HWMON_VID
  115. help
  116. If you say yes here you get support for Analog Devices ADM9240,
  117. Dallas DS1780, National Semiconductor LM81 sensor chips.
  118. This driver can also be built as a module. If so, the module
  119. will be called adm9240.
  120. config SENSORS_ADT7470
  121. tristate "Analog Devices ADT7470"
  122. depends on I2C && EXPERIMENTAL
  123. help
  124. If you say yes here you get support for the Analog Devices
  125. ADT7470 temperature monitoring chips.
  126. This driver can also be built as a module. If so, the module
  127. will be called adt7470.
  128. config SENSORS_ADT7473
  129. tristate "Analog Devices ADT7473"
  130. depends on I2C && EXPERIMENTAL
  131. help
  132. If you say yes here you get support for the Analog Devices
  133. ADT7473 temperature monitoring chips.
  134. This driver can also be built as a module. If so, the module
  135. will be called adt7473.
  136. config SENSORS_K8TEMP
  137. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  138. depends on X86 && PCI && EXPERIMENTAL
  139. help
  140. If you say yes here you get support for the temperature
  141. sensor(s) inside your CPU. Supported is whole AMD K8
  142. microarchitecture. Please note that you will need at least
  143. lm-sensors 2.10.1 for proper userspace support.
  144. This driver can also be built as a module. If so, the module
  145. will be called k8temp.
  146. config SENSORS_AMS
  147. tristate "Apple Motion Sensor driver"
  148. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  149. select INPUT_POLLDEV
  150. help
  151. Support for the motion sensor included in PowerBooks. Includes
  152. implementations for PMU and I2C.
  153. This driver can also be built as a module. If so, the module
  154. will be called ams.
  155. config SENSORS_AMS_PMU
  156. bool "PMU variant"
  157. depends on SENSORS_AMS && ADB_PMU
  158. default y
  159. help
  160. PMU variant of motion sensor, found in late 2005 PowerBooks.
  161. config SENSORS_AMS_I2C
  162. bool "I2C variant"
  163. depends on SENSORS_AMS && I2C
  164. default y
  165. help
  166. I2C variant of motion sensor, found in early 2005 PowerBooks and
  167. iBooks.
  168. config SENSORS_ASB100
  169. tristate "Asus ASB100 Bach"
  170. depends on X86 && I2C && EXPERIMENTAL
  171. select HWMON_VID
  172. help
  173. If you say yes here you get support for the ASB100 Bach sensor
  174. chip found on some Asus mainboards.
  175. This driver can also be built as a module. If so, the module
  176. will be called asb100.
  177. config SENSORS_ATXP1
  178. tristate "Attansic ATXP1 VID controller"
  179. depends on I2C && EXPERIMENTAL
  180. select HWMON_VID
  181. help
  182. If you say yes here you get support for the Attansic ATXP1 VID
  183. controller.
  184. If your board have such a chip, you are able to control your CPU
  185. core and other voltages.
  186. This driver can also be built as a module. If so, the module
  187. will be called atxp1.
  188. config SENSORS_DS1621
  189. tristate "Dallas Semiconductor DS1621 and DS1625"
  190. depends on I2C
  191. help
  192. If you say yes here you get support for Dallas Semiconductor
  193. DS1621 and DS1625 sensor chips.
  194. This driver can also be built as a module. If so, the module
  195. will be called ds1621.
  196. config SENSORS_I5K_AMB
  197. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  198. depends on PCI && EXPERIMENTAL
  199. help
  200. If you say yes here you get support for FB-DIMM AMB temperature
  201. monitoring chips on systems with the Intel 5000 series chipset.
  202. This driver can also be built as a module. If so, the module
  203. will be called i5k_amb.
  204. config SENSORS_F71805F
  205. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  206. depends on EXPERIMENTAL
  207. help
  208. If you say yes here you get support for hardware monitoring
  209. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  210. Super-I/O chips.
  211. This driver can also be built as a module. If so, the module
  212. will be called f71805f.
  213. config SENSORS_F71882FG
  214. tristate "Fintek F71882FG and F71883FG"
  215. depends on EXPERIMENTAL
  216. help
  217. If you say yes here you get support for hardware monitoring
  218. features of the Fintek F71882FG and F71883FG Super-I/O chips.
  219. This driver can also be built as a module. If so, the module
  220. will be called f71882fg.
  221. config SENSORS_F75375S
  222. tristate "Fintek F75375S/SP and F75373";
  223. depends on I2C && EXPERIMENTAL
  224. help
  225. If you say yes here you get support for hardware monitoring
  226. features of the Fintek F75375S/SP and F75373
  227. This driver can also be built as a module. If so, the module
  228. will be called f75375s.
  229. config SENSORS_FSCHER
  230. tristate "FSC Hermes"
  231. depends on X86 && I2C
  232. help
  233. If you say yes here you get support for Fujitsu Siemens
  234. Computers Hermes sensor chips.
  235. This driver can also be built as a module. If so, the module
  236. will be called fscher.
  237. config SENSORS_FSCPOS
  238. tristate "FSC Poseidon"
  239. depends on X86 && I2C
  240. help
  241. If you say yes here you get support for Fujitsu Siemens
  242. Computers Poseidon sensor chips.
  243. This driver can also be built as a module. If so, the module
  244. will be called fscpos.
  245. config SENSORS_FSCHMD
  246. tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
  247. depends on X86 && I2C && EXPERIMENTAL
  248. help
  249. If you say yes here you get support for various Fujitsu Siemens
  250. Computers sensor chips.
  251. This is a new merged driver for FSC sensor chips which is intended
  252. as a replacment for the fscpos, fscscy and fscher drivers and adds
  253. support for several other FCS sensor chips.
  254. This driver can also be built as a module. If so, the module
  255. will be called fschmd.
  256. config SENSORS_GL518SM
  257. tristate "Genesys Logic GL518SM"
  258. depends on I2C
  259. help
  260. If you say yes here you get support for Genesys Logic GL518SM
  261. sensor chips.
  262. This driver can also be built as a module. If so, the module
  263. will be called gl518sm.
  264. config SENSORS_GL520SM
  265. tristate "Genesys Logic GL520SM"
  266. depends on I2C
  267. select HWMON_VID
  268. help
  269. If you say yes here you get support for Genesys Logic GL520SM
  270. sensor chips.
  271. This driver can also be built as a module. If so, the module
  272. will be called gl520sm.
  273. config SENSORS_CORETEMP
  274. tristate "Intel Core (2) Duo/Solo temperature sensor"
  275. depends on X86 && EXPERIMENTAL
  276. help
  277. If you say yes here you get support for the temperature
  278. sensor inside your CPU. Supported all are all known variants
  279. of Intel Core family.
  280. config SENSORS_IBMAEM
  281. tristate "IBM Active Energy Manager temperature/power sensors and control"
  282. select IPMI_SI
  283. depends on IPMI_HANDLER
  284. help
  285. If you say yes here you get support for the temperature and
  286. power sensors and capping hardware in various IBM System X
  287. servers that support Active Energy Manager. This includes
  288. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  289. and certain HS2x/LS2x/QS2x blades.
  290. This driver can also be built as a module. If so, the module
  291. will be called ibmaem.
  292. config SENSORS_IBMPEX
  293. tristate "IBM PowerExecutive temperature/power sensors"
  294. select IPMI_SI
  295. depends on IPMI_HANDLER
  296. help
  297. If you say yes here you get support for the temperature and
  298. power sensors in various IBM System X servers that support
  299. PowerExecutive. So far this includes the x3350, x3550, x3650,
  300. x3655, and x3755; the x3800, x3850, and x3950 models that have
  301. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  302. This driver can also be built as a module. If so, the module
  303. will be called ibmpex.
  304. config SENSORS_IT87
  305. tristate "ITE IT87xx and compatibles"
  306. select HWMON_VID
  307. help
  308. If you say yes here you get support for ITE IT8705F, IT8712F,
  309. IT8716F, IT8718F and IT8726F sensor chips, and the SiS960 clone.
  310. This driver can also be built as a module. If so, the module
  311. will be called it87.
  312. config SENSORS_LM63
  313. tristate "National Semiconductor LM63"
  314. depends on I2C
  315. help
  316. If you say yes here you get support for the National Semiconductor
  317. LM63 remote diode digital temperature sensor with integrated fan
  318. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  319. motherboard, among others.
  320. This driver can also be built as a module. If so, the module
  321. will be called lm63.
  322. config SENSORS_LM70
  323. tristate "National Semiconductor LM70"
  324. depends on SPI_MASTER && EXPERIMENTAL
  325. help
  326. If you say yes here you get support for the National Semiconductor
  327. LM70 digital temperature sensor chip.
  328. This driver can also be built as a module. If so, the module
  329. will be called lm70.
  330. config SENSORS_LM75
  331. tristate "National Semiconductor LM75 and compatibles"
  332. depends on I2C
  333. help
  334. If you say yes here you get support for one common type of
  335. temperature sensor chip, with models including:
  336. - Dallas Semiconductor DS75 and DS1775
  337. - Maxim MAX6625 and MAX6626
  338. - Microchip MCP980x
  339. - National Semiconductor LM75
  340. - NXP's LM75A
  341. - ST Microelectronics STDS75
  342. - TelCom (now Microchip) TCN75
  343. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  344. This driver supports driver model based binding through board
  345. specific I2C device tables.
  346. It also supports the "legacy" style of driver binding. To use
  347. that with some chips which don't replicate LM75 quirks exactly,
  348. you may need the "force" module parameter.
  349. This driver can also be built as a module. If so, the module
  350. will be called lm75.
  351. config SENSORS_LM77
  352. tristate "National Semiconductor LM77"
  353. depends on I2C
  354. help
  355. If you say yes here you get support for National Semiconductor LM77
  356. sensor chips.
  357. This driver can also be built as a module. If so, the module
  358. will be called lm77.
  359. config SENSORS_LM78
  360. tristate "National Semiconductor LM78 and compatibles"
  361. depends on I2C
  362. select HWMON_VID
  363. help
  364. If you say yes here you get support for National Semiconductor LM78,
  365. LM78-J and LM79.
  366. This driver can also be built as a module. If so, the module
  367. will be called lm78.
  368. config SENSORS_LM80
  369. tristate "National Semiconductor LM80"
  370. depends on I2C && EXPERIMENTAL
  371. help
  372. If you say yes here you get support for National Semiconductor
  373. LM80 sensor chips.
  374. This driver can also be built as a module. If so, the module
  375. will be called lm80.
  376. config SENSORS_LM83
  377. tristate "National Semiconductor LM83 and compatibles"
  378. depends on I2C
  379. help
  380. If you say yes here you get support for National Semiconductor
  381. LM82 and LM83 sensor chips.
  382. This driver can also be built as a module. If so, the module
  383. will be called lm83.
  384. config SENSORS_LM85
  385. tristate "National Semiconductor LM85 and compatibles"
  386. depends on I2C && EXPERIMENTAL
  387. select HWMON_VID
  388. help
  389. If you say yes here you get support for National Semiconductor LM85
  390. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  391. This driver can also be built as a module. If so, the module
  392. will be called lm85.
  393. config SENSORS_LM87
  394. tristate "National Semiconductor LM87 and compatibles"
  395. depends on I2C
  396. select HWMON_VID
  397. help
  398. If you say yes here you get support for National Semiconductor LM87
  399. and Analog Devices ADM1024 sensor chips.
  400. This driver can also be built as a module. If so, the module
  401. will be called lm87.
  402. config SENSORS_LM90
  403. tristate "National Semiconductor LM90 and compatibles"
  404. depends on I2C
  405. help
  406. If you say yes here you get support for National Semiconductor LM90,
  407. LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657,
  408. MAX6658, MAX6659, MAX6680 and MAX6681 sensor chips.
  409. The Analog Devices ADT7461 sensor chip is also supported, but only
  410. if found in ADM1032 compatibility mode.
  411. This driver can also be built as a module. If so, the module
  412. will be called lm90.
  413. config SENSORS_LM92
  414. tristate "National Semiconductor LM92 and compatibles"
  415. depends on I2C
  416. help
  417. If you say yes here you get support for National Semiconductor LM92
  418. and Maxim MAX6635 sensor chips.
  419. This driver can also be built as a module. If so, the module
  420. will be called lm92.
  421. config SENSORS_LM93
  422. tristate "National Semiconductor LM93 and compatibles"
  423. depends on I2C
  424. select HWMON_VID
  425. help
  426. If you say yes here you get support for National Semiconductor LM93
  427. sensor chips.
  428. This driver can also be built as a module. If so, the module
  429. will be called lm93.
  430. config SENSORS_MAX1619
  431. tristate "Maxim MAX1619 sensor chip"
  432. depends on I2C
  433. help
  434. If you say yes here you get support for MAX1619 sensor chip.
  435. This driver can also be built as a module. If so, the module
  436. will be called max1619.
  437. config SENSORS_MAX6650
  438. tristate "Maxim MAX6650 sensor chip"
  439. depends on I2C && EXPERIMENTAL
  440. help
  441. If you say yes here you get support for the MAX6650 / MAX6651
  442. sensor chips.
  443. This driver can also be built as a module. If so, the module
  444. will be called max6650.
  445. config SENSORS_PC87360
  446. tristate "National Semiconductor PC87360 family"
  447. select HWMON_VID
  448. help
  449. If you say yes here you get access to the hardware monitoring
  450. functions of the National Semiconductor PC8736x Super-I/O chips.
  451. The PC87360, PC87363 and PC87364 only have fan monitoring and
  452. control. The PC87365 and PC87366 additionally have voltage and
  453. temperature monitoring.
  454. This driver can also be built as a module. If so, the module
  455. will be called pc87360.
  456. config SENSORS_PC87427
  457. tristate "National Semiconductor PC87427"
  458. depends on EXPERIMENTAL
  459. help
  460. If you say yes here you get access to the hardware monitoring
  461. functions of the National Semiconductor PC87427 Super-I/O chip.
  462. The chip has two distinct logical devices, one for fan speed
  463. monitoring and control, and one for voltage and temperature
  464. monitoring. Only fan speed monitoring is supported right now.
  465. This driver can also be built as a module. If so, the module
  466. will be called pc87427.
  467. config SENSORS_SIS5595
  468. tristate "Silicon Integrated Systems Corp. SiS5595"
  469. depends on PCI
  470. help
  471. If you say yes here you get support for the integrated sensors in
  472. SiS5595 South Bridges.
  473. This driver can also be built as a module. If so, the module
  474. will be called sis5595.
  475. config SENSORS_DME1737
  476. tristate "SMSC DME1737, SCH311x and compatibles"
  477. depends on I2C && EXPERIMENTAL
  478. select HWMON_VID
  479. help
  480. If you say yes here you get support for the hardware monitoring
  481. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  482. Asus A8000 Super-I/O chips.
  483. This driver can also be built as a module. If so, the module
  484. will be called dme1737.
  485. config SENSORS_SMSC47M1
  486. tristate "SMSC LPC47M10x and compatibles"
  487. help
  488. If you say yes here you get support for the integrated fan
  489. monitoring and control capabilities of the SMSC LPC47B27x,
  490. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  491. LPC47M192, LPC47M292 and LPC47M997 chips.
  492. The temperature and voltage sensor features of the LPC47M15x,
  493. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  494. driver, select also "SMSC LPC47M192 and compatibles" below for
  495. those.
  496. This driver can also be built as a module. If so, the module
  497. will be called smsc47m1.
  498. config SENSORS_SMSC47M192
  499. tristate "SMSC LPC47M192 and compatibles"
  500. depends on I2C && EXPERIMENTAL
  501. select HWMON_VID
  502. help
  503. If you say yes here you get support for the temperature and
  504. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  505. and LPC47M997 chips.
  506. The fan monitoring and control capabilities of these chips
  507. are supported by another driver, select
  508. "SMSC LPC47M10x and compatibles" above. You need both drivers
  509. if you want fan control and voltage/temperature sensor support.
  510. This driver can also be built as a module. If so, the module
  511. will be called smsc47m192.
  512. config SENSORS_SMSC47B397
  513. tristate "SMSC LPC47B397-NC"
  514. depends on EXPERIMENTAL
  515. help
  516. If you say yes here you get support for the SMSC LPC47B397-NC
  517. sensor chip.
  518. This driver can also be built as a module. If so, the module
  519. will be called smsc47b397.
  520. config SENSORS_ADS7828
  521. tristate "Texas Instruments ADS7828"
  522. depends on I2C
  523. help
  524. If you say yes here you get support for Texas Instruments ADS7828
  525. 12-bit 8-channel ADC device.
  526. This driver can also be built as a module. If so, the module
  527. will be called ads7828.
  528. config SENSORS_THMC50
  529. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  530. depends on I2C && EXPERIMENTAL
  531. help
  532. If you say yes here you get support for Texas Instruments THMC50
  533. sensor chips and clones: the Analog Devices ADM1022.
  534. This driver can also be built as a module. If so, the module
  535. will be called thmc50.
  536. config SENSORS_VIA686A
  537. tristate "VIA686A"
  538. depends on PCI
  539. help
  540. If you say yes here you get support for the integrated sensors in
  541. Via 686A/B South Bridges.
  542. This driver can also be built as a module. If so, the module
  543. will be called via686a.
  544. config SENSORS_VT1211
  545. tristate "VIA VT1211"
  546. depends on EXPERIMENTAL
  547. select HWMON_VID
  548. help
  549. If you say yes here then you get support for hardware monitoring
  550. features of the VIA VT1211 Super-I/O chip.
  551. This driver can also be built as a module. If so, the module
  552. will be called vt1211.
  553. config SENSORS_VT8231
  554. tristate "VIA VT8231"
  555. depends on PCI
  556. select HWMON_VID
  557. help
  558. If you say yes here then you get support for the integrated sensors
  559. in the VIA VT8231 device.
  560. This driver can also be built as a module. If so, the module
  561. will be called vt8231.
  562. config SENSORS_W83781D
  563. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  564. depends on I2C
  565. select HWMON_VID
  566. help
  567. If you say yes here you get support for the Winbond W8378x series
  568. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  569. Asus AS99127F.
  570. This driver can also be built as a module. If so, the module
  571. will be called w83781d.
  572. config SENSORS_W83791D
  573. tristate "Winbond W83791D"
  574. depends on I2C && EXPERIMENTAL
  575. select HWMON_VID
  576. help
  577. If you say yes here you get support for the Winbond W83791D chip.
  578. This driver can also be built as a module. If so, the module
  579. will be called w83791d.
  580. config SENSORS_W83792D
  581. tristate "Winbond W83792D"
  582. depends on I2C && EXPERIMENTAL
  583. help
  584. If you say yes here you get support for the Winbond W83792D chip.
  585. This driver can also be built as a module. If so, the module
  586. will be called w83792d.
  587. config SENSORS_W83793
  588. tristate "Winbond W83793"
  589. depends on I2C && EXPERIMENTAL
  590. select HWMON_VID
  591. help
  592. If you say yes here you get support for the Winbond W83793
  593. hardware monitoring chip.
  594. This driver can also be built as a module. If so, the module
  595. will be called w83793.
  596. config SENSORS_W83L785TS
  597. tristate "Winbond W83L785TS-S"
  598. depends on I2C && EXPERIMENTAL
  599. help
  600. If you say yes here you get support for the Winbond W83L785TS-S
  601. sensor chip, which is used on the Asus A7N8X, among other
  602. motherboards.
  603. This driver can also be built as a module. If so, the module
  604. will be called w83l785ts.
  605. config SENSORS_W83L786NG
  606. tristate "Winbond W83L786NG, W83L786NR"
  607. depends on I2C && EXPERIMENTAL
  608. help
  609. If you say yes here you get support for the Winbond W83L786NG
  610. and W83L786NR sensor chips.
  611. This driver can also be built as a module. If so, the module
  612. will be called w83l786ng.
  613. config SENSORS_W83627HF
  614. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  615. select HWMON_VID
  616. help
  617. If you say yes here you get support for the Winbond W836X7 series
  618. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  619. W83697HF.
  620. This driver can also be built as a module. If so, the module
  621. will be called w83627hf.
  622. config SENSORS_W83627EHF
  623. tristate "Winbond W83627EHF/DHG"
  624. select HWMON_VID
  625. help
  626. If you say yes here you get support for the hardware
  627. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  628. This driver also supports the W83627EHG, which is the lead-free
  629. version of the W83627EHF, and the W83627DHG, which is a similar
  630. chip suited for specific Intel processors that use PECI such as
  631. the Core 2 Duo.
  632. This driver can also be built as a module. If so, the module
  633. will be called w83627ehf.
  634. config SENSORS_HDAPS
  635. tristate "IBM Hard Drive Active Protection System (hdaps)"
  636. depends on INPUT && X86
  637. select INPUT_POLLDEV
  638. default n
  639. help
  640. This driver provides support for the IBM Hard Drive Active Protection
  641. System (hdaps), which provides an accelerometer and other misc. data.
  642. ThinkPads starting with the R50, T41, and X40 are supported. The
  643. accelerometer data is readable via sysfs.
  644. This driver also provides an absolute input class device, allowing
  645. the laptop to act as a pinball machine-esque joystick.
  646. If your ThinkPad is not recognized by the driver, please update to latest
  647. BIOS. This is especially the case for some R52 ThinkPads.
  648. Say Y here if you have an applicable laptop and want to experience
  649. the awesome power of hdaps.
  650. config SENSORS_APPLESMC
  651. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  652. depends on INPUT && X86
  653. select NEW_LEDS
  654. select LEDS_CLASS
  655. select INPUT_POLLDEV
  656. default n
  657. help
  658. This driver provides support for the Apple System Management
  659. Controller, which provides an accelerometer (Apple Sudden Motion
  660. Sensor), light sensors, temperature sensors, keyboard backlight
  661. control and fan control.
  662. Only Intel-based Apple's computers are supported (MacBook Pro,
  663. MacBook, MacMini).
  664. Data from the different sensors, keyboard backlight control and fan
  665. control are accessible via sysfs.
  666. This driver also provides an absolute input class device, allowing
  667. the laptop to act as a pinball machine-esque joystick.
  668. Say Y here if you have an applicable laptop and want to experience
  669. the awesome power of applesmc.
  670. config HWMON_DEBUG_CHIP
  671. bool "Hardware Monitoring Chip debugging messages"
  672. default n
  673. help
  674. Say Y here if you want the I2C chip drivers to produce a bunch of
  675. debug messages to the system log. Select this if you are having
  676. a problem with I2C support and want to see more of what is going
  677. on.
  678. endif # HWMON