Kconfig 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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_ADT7462
  134. tristate "Analog Devices ADT7462"
  135. depends on I2C && EXPERIMENTAL
  136. help
  137. If you say yes here you get support for the Analog Devices
  138. ADT7462 temperature monitoring chips.
  139. This driver can also be built as a module. If so, the module
  140. will be called adt7462.
  141. config SENSORS_ADT7470
  142. tristate "Analog Devices ADT7470"
  143. depends on I2C && EXPERIMENTAL
  144. help
  145. If you say yes here you get support for the Analog Devices
  146. ADT7470 temperature monitoring chips.
  147. This driver can also be built as a module. If so, the module
  148. will be called adt7470.
  149. config SENSORS_ADT7473
  150. tristate "Analog Devices ADT7473"
  151. depends on I2C && EXPERIMENTAL
  152. help
  153. If you say yes here you get support for the Analog Devices
  154. ADT7473 temperature monitoring chips.
  155. This driver can also be built as a module. If so, the module
  156. will be called adt7473.
  157. config SENSORS_K8TEMP
  158. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  159. depends on X86 && PCI && EXPERIMENTAL
  160. help
  161. If you say yes here you get support for the temperature
  162. sensor(s) inside your CPU. Supported is whole AMD K8
  163. microarchitecture. Please note that you will need at least
  164. lm-sensors 2.10.1 for proper userspace support.
  165. This driver can also be built as a module. If so, the module
  166. will be called k8temp.
  167. config SENSORS_AMS
  168. tristate "Apple Motion Sensor driver"
  169. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  170. select INPUT_POLLDEV
  171. help
  172. Support for the motion sensor included in PowerBooks. Includes
  173. implementations for PMU and I2C.
  174. This driver can also be built as a module. If so, the module
  175. will be called ams.
  176. config SENSORS_AMS_PMU
  177. bool "PMU variant"
  178. depends on SENSORS_AMS && ADB_PMU
  179. default y
  180. help
  181. PMU variant of motion sensor, found in late 2005 PowerBooks.
  182. config SENSORS_AMS_I2C
  183. bool "I2C variant"
  184. depends on SENSORS_AMS && I2C
  185. default y
  186. help
  187. I2C variant of motion sensor, found in early 2005 PowerBooks and
  188. iBooks.
  189. config SENSORS_ASB100
  190. tristate "Asus ASB100 Bach"
  191. depends on X86 && I2C && EXPERIMENTAL
  192. select HWMON_VID
  193. help
  194. If you say yes here you get support for the ASB100 Bach sensor
  195. chip found on some Asus mainboards.
  196. This driver can also be built as a module. If so, the module
  197. will be called asb100.
  198. config SENSORS_ATXP1
  199. tristate "Attansic ATXP1 VID controller"
  200. depends on I2C && EXPERIMENTAL
  201. select HWMON_VID
  202. help
  203. If you say yes here you get support for the Attansic ATXP1 VID
  204. controller.
  205. If your board have such a chip, you are able to control your CPU
  206. core and other voltages.
  207. This driver can also be built as a module. If so, the module
  208. will be called atxp1.
  209. config SENSORS_DS1621
  210. tristate "Dallas Semiconductor DS1621 and DS1625"
  211. depends on I2C
  212. help
  213. If you say yes here you get support for Dallas Semiconductor
  214. DS1621 and DS1625 sensor chips.
  215. This driver can also be built as a module. If so, the module
  216. will be called ds1621.
  217. config SENSORS_I5K_AMB
  218. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  219. depends on PCI && EXPERIMENTAL
  220. help
  221. If you say yes here you get support for FB-DIMM AMB temperature
  222. monitoring chips on systems with the Intel 5000 series chipset.
  223. This driver can also be built as a module. If so, the module
  224. will be called i5k_amb.
  225. config SENSORS_F71805F
  226. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  227. depends on EXPERIMENTAL
  228. help
  229. If you say yes here you get support for hardware monitoring
  230. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  231. Super-I/O chips.
  232. This driver can also be built as a module. If so, the module
  233. will be called f71805f.
  234. config SENSORS_F71882FG
  235. tristate "Fintek F71862FG, F71882FG and F8000"
  236. depends on EXPERIMENTAL
  237. help
  238. If you say yes here you get support for hardware monitoring
  239. features of the Fintek F71882FG/F71883FG, F71862FG/71863FG
  240. and F8000 Super-I/O chips.
  241. This driver can also be built as a module. If so, the module
  242. will be called f71882fg.
  243. config SENSORS_F75375S
  244. tristate "Fintek F75375S/SP and F75373";
  245. depends on I2C && EXPERIMENTAL
  246. help
  247. If you say yes here you get support for hardware monitoring
  248. features of the Fintek F75375S/SP and F75373
  249. This driver can also be built as a module. If so, the module
  250. will be called f75375s.
  251. config SENSORS_FSCHER
  252. tristate "FSC Hermes"
  253. depends on X86 && I2C
  254. help
  255. If you say yes here you get support for Fujitsu Siemens
  256. Computers Hermes sensor chips.
  257. This driver can also be built as a module. If so, the module
  258. will be called fscher.
  259. config SENSORS_FSCPOS
  260. tristate "FSC Poseidon"
  261. depends on X86 && I2C
  262. help
  263. If you say yes here you get support for Fujitsu Siemens
  264. Computers Poseidon sensor chips.
  265. This driver can also be built as a module. If so, the module
  266. will be called fscpos.
  267. config SENSORS_FSCHMD
  268. tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
  269. depends on X86 && I2C && EXPERIMENTAL
  270. help
  271. If you say yes here you get support for various Fujitsu Siemens
  272. Computers sensor chips, including support for the integrated
  273. watchdog.
  274. This is a new merged driver for FSC sensor chips which is intended
  275. as a replacement for the fscpos, fscscy and fscher drivers and adds
  276. support for several other FCS sensor chips.
  277. This driver can also be built as a module. If so, the module
  278. will be called fschmd.
  279. config SENSORS_GL518SM
  280. tristate "Genesys Logic GL518SM"
  281. depends on I2C
  282. help
  283. If you say yes here you get support for Genesys Logic GL518SM
  284. sensor chips.
  285. This driver can also be built as a module. If so, the module
  286. will be called gl518sm.
  287. config SENSORS_GL520SM
  288. tristate "Genesys Logic GL520SM"
  289. depends on I2C
  290. select HWMON_VID
  291. help
  292. If you say yes here you get support for Genesys Logic GL520SM
  293. sensor chips.
  294. This driver can also be built as a module. If so, the module
  295. will be called gl520sm.
  296. config SENSORS_CORETEMP
  297. tristate "Intel Core (2) Duo/Solo temperature sensor"
  298. depends on X86 && EXPERIMENTAL
  299. help
  300. If you say yes here you get support for the temperature
  301. sensor inside your CPU. Supported all are all known variants
  302. of Intel Core family.
  303. config SENSORS_IBMAEM
  304. tristate "IBM Active Energy Manager temperature/power sensors and control"
  305. select IPMI_SI
  306. depends on IPMI_HANDLER
  307. help
  308. If you say yes here you get support for the temperature and
  309. power sensors and capping hardware in various IBM System X
  310. servers that support Active Energy Manager. This includes
  311. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  312. and certain HS2x/LS2x/QS2x blades.
  313. This driver can also be built as a module. If so, the module
  314. will be called ibmaem.
  315. config SENSORS_IBMPEX
  316. tristate "IBM PowerExecutive temperature/power sensors"
  317. select IPMI_SI
  318. depends on IPMI_HANDLER
  319. help
  320. If you say yes here you get support for the temperature and
  321. power sensors in various IBM System X servers that support
  322. PowerExecutive. So far this includes the x3350, x3550, x3650,
  323. x3655, and x3755; the x3800, x3850, and x3950 models that have
  324. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  325. This driver can also be built as a module. If so, the module
  326. will be called ibmpex.
  327. config SENSORS_IT87
  328. tristate "ITE IT87xx and compatibles"
  329. select HWMON_VID
  330. help
  331. If you say yes here you get support for ITE IT8705F, IT8712F,
  332. IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
  333. SiS960 clone.
  334. This driver can also be built as a module. If so, the module
  335. will be called it87.
  336. config SENSORS_LM63
  337. tristate "National Semiconductor LM63"
  338. depends on I2C
  339. help
  340. If you say yes here you get support for the National Semiconductor
  341. LM63 remote diode digital temperature sensor with integrated fan
  342. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  343. motherboard, among others.
  344. This driver can also be built as a module. If so, the module
  345. will be called lm63.
  346. config SENSORS_LM70
  347. tristate "National Semiconductor LM70"
  348. depends on SPI_MASTER && EXPERIMENTAL
  349. help
  350. If you say yes here you get support for the National Semiconductor
  351. LM70 digital temperature sensor chip.
  352. This driver can also be built as a module. If so, the module
  353. will be called lm70.
  354. config SENSORS_LM75
  355. tristate "National Semiconductor LM75 and compatibles"
  356. depends on I2C
  357. help
  358. If you say yes here you get support for one common type of
  359. temperature sensor chip, with models including:
  360. - Dallas Semiconductor DS75 and DS1775
  361. - Maxim MAX6625 and MAX6626
  362. - Microchip MCP980x
  363. - National Semiconductor LM75
  364. - NXP's LM75A
  365. - ST Microelectronics STDS75
  366. - TelCom (now Microchip) TCN75
  367. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  368. This driver supports driver model based binding through board
  369. specific I2C device tables.
  370. It also supports the "legacy" style of driver binding. To use
  371. that with some chips which don't replicate LM75 quirks exactly,
  372. you may need the "force" module parameter.
  373. This driver can also be built as a module. If so, the module
  374. will be called lm75.
  375. config SENSORS_LM77
  376. tristate "National Semiconductor LM77"
  377. depends on I2C
  378. help
  379. If you say yes here you get support for National Semiconductor LM77
  380. sensor chips.
  381. This driver can also be built as a module. If so, the module
  382. will be called lm77.
  383. config SENSORS_LM78
  384. tristate "National Semiconductor LM78 and compatibles"
  385. depends on I2C
  386. select HWMON_VID
  387. help
  388. If you say yes here you get support for National Semiconductor LM78,
  389. LM78-J and LM79.
  390. This driver can also be built as a module. If so, the module
  391. will be called lm78.
  392. config SENSORS_LM80
  393. tristate "National Semiconductor LM80"
  394. depends on I2C && EXPERIMENTAL
  395. help
  396. If you say yes here you get support for National Semiconductor
  397. LM80 sensor chips.
  398. This driver can also be built as a module. If so, the module
  399. will be called lm80.
  400. config SENSORS_LM83
  401. tristate "National Semiconductor LM83 and compatibles"
  402. depends on I2C
  403. help
  404. If you say yes here you get support for National Semiconductor
  405. LM82 and LM83 sensor chips.
  406. This driver can also be built as a module. If so, the module
  407. will be called lm83.
  408. config SENSORS_LM85
  409. tristate "National Semiconductor LM85 and compatibles"
  410. depends on I2C && EXPERIMENTAL
  411. select HWMON_VID
  412. help
  413. If you say yes here you get support for National Semiconductor LM85
  414. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  415. This driver can also be built as a module. If so, the module
  416. will be called lm85.
  417. config SENSORS_LM87
  418. tristate "National Semiconductor LM87 and compatibles"
  419. depends on I2C
  420. select HWMON_VID
  421. help
  422. If you say yes here you get support for National Semiconductor LM87
  423. and Analog Devices ADM1024 sensor chips.
  424. This driver can also be built as a module. If so, the module
  425. will be called lm87.
  426. config SENSORS_LM90
  427. tristate "National Semiconductor LM90 and compatibles"
  428. depends on I2C
  429. help
  430. If you say yes here you get support for National Semiconductor LM90,
  431. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, and Maxim
  432. MAX6646, MAX6647, MAX6649, MAX6657, MAX6658, MAX6659, MAX6680 and
  433. MAX6681 sensor chips.
  434. This driver can also be built as a module. If so, the module
  435. will be called lm90.
  436. config SENSORS_LM92
  437. tristate "National Semiconductor LM92 and compatibles"
  438. depends on I2C
  439. help
  440. If you say yes here you get support for National Semiconductor LM92
  441. and Maxim MAX6635 sensor chips.
  442. This driver can also be built as a module. If so, the module
  443. will be called lm92.
  444. config SENSORS_LM93
  445. tristate "National Semiconductor LM93 and compatibles"
  446. depends on I2C
  447. select HWMON_VID
  448. help
  449. If you say yes here you get support for National Semiconductor LM93
  450. sensor chips.
  451. This driver can also be built as a module. If so, the module
  452. will be called lm93.
  453. config SENSORS_LTC4245
  454. tristate "Linear Technology LTC4245"
  455. depends on I2C && EXPERIMENTAL
  456. default n
  457. help
  458. If you say yes here you get support for Linear Technology LTC4245
  459. Multiple Supply Hot Swap Controller I2C interface.
  460. This driver can also be built as a module. If so, the module will
  461. be called ltc4245.
  462. config SENSORS_MAX1111
  463. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  464. depends on SPI_MASTER
  465. help
  466. Say y here to support Maxim's MAX1111 ADC chips.
  467. This driver can also be built as a module. If so, the module
  468. will be called max1111.
  469. config SENSORS_MAX1619
  470. tristate "Maxim MAX1619 sensor chip"
  471. depends on I2C
  472. help
  473. If you say yes here you get support for MAX1619 sensor chip.
  474. This driver can also be built as a module. If so, the module
  475. will be called max1619.
  476. config SENSORS_MAX6650
  477. tristate "Maxim MAX6650 sensor chip"
  478. depends on I2C && EXPERIMENTAL
  479. help
  480. If you say yes here you get support for the MAX6650 / MAX6651
  481. sensor chips.
  482. This driver can also be built as a module. If so, the module
  483. will be called max6650.
  484. config SENSORS_PC87360
  485. tristate "National Semiconductor PC87360 family"
  486. select HWMON_VID
  487. help
  488. If you say yes here you get access to the hardware monitoring
  489. functions of the National Semiconductor PC8736x Super-I/O chips.
  490. The PC87360, PC87363 and PC87364 only have fan monitoring and
  491. control. The PC87365 and PC87366 additionally have voltage and
  492. temperature monitoring.
  493. This driver can also be built as a module. If so, the module
  494. will be called pc87360.
  495. config SENSORS_PC87427
  496. tristate "National Semiconductor PC87427"
  497. depends on EXPERIMENTAL
  498. help
  499. If you say yes here you get access to the hardware monitoring
  500. functions of the National Semiconductor PC87427 Super-I/O chip.
  501. The chip has two distinct logical devices, one for fan speed
  502. monitoring and control, and one for voltage and temperature
  503. monitoring. Only fan speed monitoring is supported right now.
  504. This driver can also be built as a module. If so, the module
  505. will be called pc87427.
  506. config SENSORS_SIS5595
  507. tristate "Silicon Integrated Systems Corp. SiS5595"
  508. depends on PCI
  509. help
  510. If you say yes here you get support for the integrated sensors in
  511. SiS5595 South Bridges.
  512. This driver can also be built as a module. If so, the module
  513. will be called sis5595.
  514. config SENSORS_DME1737
  515. tristate "SMSC DME1737, SCH311x and compatibles"
  516. depends on I2C && EXPERIMENTAL
  517. select HWMON_VID
  518. help
  519. If you say yes here you get support for the hardware monitoring
  520. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  521. Asus A8000 Super-I/O chips.
  522. This driver can also be built as a module. If so, the module
  523. will be called dme1737.
  524. config SENSORS_SMSC47M1
  525. tristate "SMSC LPC47M10x and compatibles"
  526. help
  527. If you say yes here you get support for the integrated fan
  528. monitoring and control capabilities of the SMSC LPC47B27x,
  529. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  530. LPC47M192, LPC47M292 and LPC47M997 chips.
  531. The temperature and voltage sensor features of the LPC47M15x,
  532. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  533. driver, select also "SMSC LPC47M192 and compatibles" below for
  534. those.
  535. This driver can also be built as a module. If so, the module
  536. will be called smsc47m1.
  537. config SENSORS_SMSC47M192
  538. tristate "SMSC LPC47M192 and compatibles"
  539. depends on I2C && EXPERIMENTAL
  540. select HWMON_VID
  541. help
  542. If you say yes here you get support for the temperature and
  543. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  544. and LPC47M997 chips.
  545. The fan monitoring and control capabilities of these chips
  546. are supported by another driver, select
  547. "SMSC LPC47M10x and compatibles" above. You need both drivers
  548. if you want fan control and voltage/temperature sensor support.
  549. This driver can also be built as a module. If so, the module
  550. will be called smsc47m192.
  551. config SENSORS_SMSC47B397
  552. tristate "SMSC LPC47B397-NC"
  553. depends on EXPERIMENTAL
  554. help
  555. If you say yes here you get support for the SMSC LPC47B397-NC
  556. sensor chip.
  557. This driver can also be built as a module. If so, the module
  558. will be called smsc47b397.
  559. config SENSORS_ADS7828
  560. tristate "Texas Instruments ADS7828"
  561. depends on I2C
  562. help
  563. If you say yes here you get support for Texas Instruments ADS7828
  564. 12-bit 8-channel ADC device.
  565. This driver can also be built as a module. If so, the module
  566. will be called ads7828.
  567. config SENSORS_THMC50
  568. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  569. depends on I2C && EXPERIMENTAL
  570. help
  571. If you say yes here you get support for Texas Instruments THMC50
  572. sensor chips and clones: the Analog Devices ADM1022.
  573. This driver can also be built as a module. If so, the module
  574. will be called thmc50.
  575. config SENSORS_VIA686A
  576. tristate "VIA686A"
  577. depends on PCI
  578. help
  579. If you say yes here you get support for the integrated sensors in
  580. Via 686A/B South Bridges.
  581. This driver can also be built as a module. If so, the module
  582. will be called via686a.
  583. config SENSORS_VT1211
  584. tristate "VIA VT1211"
  585. depends on EXPERIMENTAL
  586. select HWMON_VID
  587. help
  588. If you say yes here then you get support for hardware monitoring
  589. features of the VIA VT1211 Super-I/O chip.
  590. This driver can also be built as a module. If so, the module
  591. will be called vt1211.
  592. config SENSORS_VT8231
  593. tristate "VIA VT8231"
  594. depends on PCI
  595. select HWMON_VID
  596. help
  597. If you say yes here then you get support for the integrated sensors
  598. in the VIA VT8231 device.
  599. This driver can also be built as a module. If so, the module
  600. will be called vt8231.
  601. config SENSORS_W83781D
  602. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  603. depends on I2C
  604. select HWMON_VID
  605. help
  606. If you say yes here you get support for the Winbond W8378x series
  607. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  608. Asus AS99127F.
  609. This driver can also be built as a module. If so, the module
  610. will be called w83781d.
  611. config SENSORS_W83791D
  612. tristate "Winbond W83791D"
  613. depends on I2C && EXPERIMENTAL
  614. select HWMON_VID
  615. help
  616. If you say yes here you get support for the Winbond W83791D chip.
  617. This driver can also be built as a module. If so, the module
  618. will be called w83791d.
  619. config SENSORS_W83792D
  620. tristate "Winbond W83792D"
  621. depends on I2C && EXPERIMENTAL
  622. help
  623. If you say yes here you get support for the Winbond W83792D chip.
  624. This driver can also be built as a module. If so, the module
  625. will be called w83792d.
  626. config SENSORS_W83793
  627. tristate "Winbond W83793"
  628. depends on I2C && EXPERIMENTAL
  629. select HWMON_VID
  630. help
  631. If you say yes here you get support for the Winbond W83793
  632. hardware monitoring chip.
  633. This driver can also be built as a module. If so, the module
  634. will be called w83793.
  635. config SENSORS_W83L785TS
  636. tristate "Winbond W83L785TS-S"
  637. depends on I2C && EXPERIMENTAL
  638. help
  639. If you say yes here you get support for the Winbond W83L785TS-S
  640. sensor chip, which is used on the Asus A7N8X, among other
  641. motherboards.
  642. This driver can also be built as a module. If so, the module
  643. will be called w83l785ts.
  644. config SENSORS_W83L786NG
  645. tristate "Winbond W83L786NG, W83L786NR"
  646. depends on I2C && EXPERIMENTAL
  647. help
  648. If you say yes here you get support for the Winbond W83L786NG
  649. and W83L786NR sensor chips.
  650. This driver can also be built as a module. If so, the module
  651. will be called w83l786ng.
  652. config SENSORS_W83627HF
  653. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  654. select HWMON_VID
  655. help
  656. If you say yes here you get support for the Winbond W836X7 series
  657. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  658. W83697HF.
  659. This driver can also be built as a module. If so, the module
  660. will be called w83627hf.
  661. config SENSORS_W83627EHF
  662. tristate "Winbond W83627EHF/DHG"
  663. select HWMON_VID
  664. help
  665. If you say yes here you get support for the hardware
  666. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  667. This driver also supports the W83627EHG, which is the lead-free
  668. version of the W83627EHF, and the W83627DHG, which is a similar
  669. chip suited for specific Intel processors that use PECI such as
  670. the Core 2 Duo.
  671. This driver can also be built as a module. If so, the module
  672. will be called w83627ehf.
  673. config SENSORS_ULTRA45
  674. tristate "Sun Ultra45 PIC16F747"
  675. depends on SPARC64
  676. help
  677. This driver provides support for the Ultra45 workstation environmental
  678. sensors.
  679. config SENSORS_HDAPS
  680. tristate "IBM Hard Drive Active Protection System (hdaps)"
  681. depends on INPUT && X86
  682. select INPUT_POLLDEV
  683. default n
  684. help
  685. This driver provides support for the IBM Hard Drive Active Protection
  686. System (hdaps), which provides an accelerometer and other misc. data.
  687. ThinkPads starting with the R50, T41, and X40 are supported. The
  688. accelerometer data is readable via sysfs.
  689. This driver also provides an absolute input class device, allowing
  690. the laptop to act as a pinball machine-esque joystick.
  691. If your ThinkPad is not recognized by the driver, please update to latest
  692. BIOS. This is especially the case for some R52 ThinkPads.
  693. Say Y here if you have an applicable laptop and want to experience
  694. the awesome power of hdaps.
  695. config SENSORS_LIS3LV02D
  696. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer"
  697. depends on ACPI && INPUT
  698. default n
  699. help
  700. This driver provides support for the LIS3LV02Dx accelerometer. In
  701. particular, it can be found in a number of HP laptops, which have the
  702. "Mobile Data Protection System 3D" or "3D DriveGuard" feature. On such
  703. systems the driver should load automatically (via ACPI). The
  704. accelerometer might also be found in other systems, connected via SPI
  705. or I2C. The accelerometer data is readable via
  706. /sys/devices/platform/lis3lv02d.
  707. This driver also provides an absolute input class device, allowing
  708. the laptop to act as a pinball machine-esque joystick.
  709. This driver can also be built as a module. If so, the module
  710. will be called lis3lv02d.
  711. config SENSORS_APPLESMC
  712. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  713. depends on INPUT && X86
  714. select NEW_LEDS
  715. select LEDS_CLASS
  716. select INPUT_POLLDEV
  717. default n
  718. help
  719. This driver provides support for the Apple System Management
  720. Controller, which provides an accelerometer (Apple Sudden Motion
  721. Sensor), light sensors, temperature sensors, keyboard backlight
  722. control and fan control.
  723. Only Intel-based Apple's computers are supported (MacBook Pro,
  724. MacBook, MacMini).
  725. Data from the different sensors, keyboard backlight control and fan
  726. control are accessible via sysfs.
  727. This driver also provides an absolute input class device, allowing
  728. the laptop to act as a pinball machine-esque joystick.
  729. Say Y here if you have an applicable laptop and want to experience
  730. the awesome power of applesmc.
  731. config HWMON_DEBUG_CHIP
  732. bool "Hardware Monitoring Chip debugging messages"
  733. default n
  734. help
  735. Say Y here if you want the I2C chip drivers to produce a bunch of
  736. debug messages to the system log. Select this if you are having
  737. a problem with I2C support and want to see more of what is going
  738. on.
  739. endif # HWMON