Kconfig 27 KB

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