Kconfig 29 KB

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