Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. #
  2. # I2C Sensor chip drivers configuration
  3. #
  4. menu "Hardware Monitoring support"
  5. config HWMON
  6. tristate "Hardware Monitoring support"
  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. config HWMON_VID
  22. tristate
  23. default n
  24. config SENSORS_ADM1021
  25. tristate "Analog Devices ADM1021 and compatibles"
  26. depends on HWMON && I2C
  27. help
  28. If you say yes here you get support for Analog Devices ADM1021
  29. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  30. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  31. and the XEON processor built-in sensor.
  32. This driver can also be built as a module. If so, the module
  33. will be called adm1021.
  34. config SENSORS_ADM1025
  35. tristate "Analog Devices ADM1025 and compatibles"
  36. depends on HWMON && I2C && EXPERIMENTAL
  37. select HWMON_VID
  38. help
  39. If you say yes here you get support for Analog Devices ADM1025
  40. and Philips NE1619 sensor chips.
  41. This driver can also be built as a module. If so, the module
  42. will be called adm1025.
  43. config SENSORS_ADM1026
  44. tristate "Analog Devices ADM1026 and compatibles"
  45. depends on HWMON && I2C && EXPERIMENTAL
  46. select HWMON_VID
  47. help
  48. If you say yes here you get support for Analog Devices ADM1026
  49. sensor chip.
  50. This driver can also be built as a module. If so, the module
  51. will be called adm1026.
  52. config SENSORS_ADM1031
  53. tristate "Analog Devices ADM1031 and compatibles"
  54. depends on HWMON && I2C && EXPERIMENTAL
  55. help
  56. If you say yes here you get support for Analog Devices ADM1031
  57. and ADM1030 sensor chips.
  58. This driver can also be built as a module. If so, the module
  59. will be called adm1031.
  60. config SENSORS_ADM9240
  61. tristate "Analog Devices ADM9240 and compatibles"
  62. depends on HWMON && I2C && EXPERIMENTAL
  63. select HWMON_VID
  64. help
  65. If you say yes here you get support for Analog Devices ADM9240,
  66. Dallas DS1780, National Semiconductor LM81 sensor chips.
  67. This driver can also be built as a module. If so, the module
  68. will be called adm9240.
  69. config SENSORS_ASB100
  70. tristate "Asus ASB100 Bach"
  71. depends on HWMON && I2C && EXPERIMENTAL
  72. select HWMON_VID
  73. help
  74. If you say yes here you get support for the ASB100 Bach sensor
  75. chip found on some Asus mainboards.
  76. This driver can also be built as a module. If so, the module
  77. will be called asb100.
  78. config SENSORS_ATXP1
  79. tristate "Attansic ATXP1 VID controller"
  80. depends on HWMON && I2C && EXPERIMENTAL
  81. select HWMON_VID
  82. help
  83. If you say yes here you get support for the Attansic ATXP1 VID
  84. controller.
  85. If your board have such a chip, you are able to control your CPU
  86. core and other voltages.
  87. This driver can also be built as a module. If so, the module
  88. will be called atxp1.
  89. config SENSORS_DS1621
  90. tristate "Dallas Semiconductor DS1621 and DS1625"
  91. depends on HWMON && I2C && EXPERIMENTAL
  92. help
  93. If you say yes here you get support for Dallas Semiconductor
  94. DS1621 and DS1625 sensor chips.
  95. This driver can also be built as a module. If so, the module
  96. will be called ds1621.
  97. config SENSORS_F71805F
  98. tristate "Fintek F71805F/FG"
  99. depends on HWMON && EXPERIMENTAL
  100. help
  101. If you say yes here you get support for hardware monitoring
  102. features of the Fintek F71805F/FG chips.
  103. This driver can also be built as a module. If so, the module
  104. will be called f71805f.
  105. config SENSORS_FSCHER
  106. tristate "FSC Hermes"
  107. depends on HWMON && I2C && EXPERIMENTAL
  108. help
  109. If you say yes here you get support for Fujitsu Siemens
  110. Computers Hermes sensor chips.
  111. This driver can also be built as a module. If so, the module
  112. will be called fscher.
  113. config SENSORS_FSCPOS
  114. tristate "FSC Poseidon"
  115. depends on HWMON && I2C && EXPERIMENTAL
  116. help
  117. If you say yes here you get support for Fujitsu Siemens
  118. Computers Poseidon sensor chips.
  119. This driver can also be built as a module. If so, the module
  120. will be called fscpos.
  121. config SENSORS_GL518SM
  122. tristate "Genesys Logic GL518SM"
  123. depends on HWMON && I2C
  124. help
  125. If you say yes here you get support for Genesys Logic GL518SM
  126. sensor chips.
  127. This driver can also be built as a module. If so, the module
  128. will be called gl518sm.
  129. config SENSORS_GL520SM
  130. tristate "Genesys Logic GL520SM"
  131. depends on HWMON && I2C && EXPERIMENTAL
  132. select HWMON_VID
  133. help
  134. If you say yes here you get support for Genesys Logic GL520SM
  135. sensor chips.
  136. This driver can also be built as a module. If so, the module
  137. will be called gl520sm.
  138. config SENSORS_IT87
  139. tristate "ITE IT87xx and compatibles"
  140. depends on HWMON && I2C
  141. select I2C_ISA
  142. select HWMON_VID
  143. help
  144. If you say yes here you get support for ITE IT87xx sensor chips
  145. and clones: SiS960.
  146. This driver can also be built as a module. If so, the module
  147. will be called it87.
  148. config SENSORS_LM63
  149. tristate "National Semiconductor LM63"
  150. depends on HWMON && I2C && EXPERIMENTAL
  151. help
  152. If you say yes here you get support for the National Semiconductor
  153. LM63 remote diode digital temperature sensor with integrated fan
  154. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  155. motherboard, among others.
  156. This driver can also be built as a module. If so, the module
  157. will be called lm63.
  158. config SENSORS_LM75
  159. tristate "National Semiconductor LM75 and compatibles"
  160. depends on HWMON && I2C
  161. help
  162. If you say yes here you get support for National Semiconductor LM75
  163. sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
  164. 9-bit precision mode), and TelCom (now Microchip) TCN75.
  165. The DS75 and DS1775 in 10- to 12-bit precision modes will require
  166. a force module parameter. The driver will not handle the extra
  167. precision anyhow.
  168. This driver can also be built as a module. If so, the module
  169. will be called lm75.
  170. config SENSORS_LM77
  171. tristate "National Semiconductor LM77"
  172. depends on HWMON && I2C && EXPERIMENTAL
  173. help
  174. If you say yes here you get support for National Semiconductor LM77
  175. sensor chips.
  176. This driver can also be built as a module. If so, the module
  177. will be called lm77.
  178. config SENSORS_LM78
  179. tristate "National Semiconductor LM78 and compatibles"
  180. depends on HWMON && I2C && EXPERIMENTAL
  181. select I2C_ISA
  182. select HWMON_VID
  183. help
  184. If you say yes here you get support for National Semiconductor LM78,
  185. LM78-J and LM79.
  186. This driver can also be built as a module. If so, the module
  187. will be called lm78.
  188. config SENSORS_LM80
  189. tristate "National Semiconductor LM80"
  190. depends on HWMON && I2C && EXPERIMENTAL
  191. help
  192. If you say yes here you get support for National Semiconductor
  193. LM80 sensor chips.
  194. This driver can also be built as a module. If so, the module
  195. will be called lm80.
  196. config SENSORS_LM83
  197. tristate "National Semiconductor LM83 and compatibles"
  198. depends on HWMON && I2C
  199. help
  200. If you say yes here you get support for National Semiconductor
  201. LM82 and LM83 sensor chips.
  202. This driver can also be built as a module. If so, the module
  203. will be called lm83.
  204. config SENSORS_LM85
  205. tristate "National Semiconductor LM85 and compatibles"
  206. depends on HWMON && I2C && EXPERIMENTAL
  207. select HWMON_VID
  208. help
  209. If you say yes here you get support for National Semiconductor LM85
  210. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  211. This driver can also be built as a module. If so, the module
  212. will be called lm85.
  213. config SENSORS_LM87
  214. tristate "National Semiconductor LM87"
  215. depends on HWMON && I2C && EXPERIMENTAL
  216. select HWMON_VID
  217. help
  218. If you say yes here you get support for National Semiconductor LM87
  219. sensor chips.
  220. This driver can also be built as a module. If so, the module
  221. will be called lm87.
  222. config SENSORS_LM90
  223. tristate "National Semiconductor LM90 and compatibles"
  224. depends on HWMON && I2C
  225. help
  226. If you say yes here you get support for National Semiconductor LM90,
  227. LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
  228. MAX6658 sensor chips.
  229. The Analog Devices ADT7461 sensor chip is also supported, but only
  230. if found in ADM1032 compatibility mode.
  231. This driver can also be built as a module. If so, the module
  232. will be called lm90.
  233. config SENSORS_LM92
  234. tristate "National Semiconductor LM92 and compatibles"
  235. depends on HWMON && I2C && EXPERIMENTAL
  236. help
  237. If you say yes here you get support for National Semiconductor LM92
  238. and Maxim MAX6635 sensor chips.
  239. This driver can also be built as a module. If so, the module
  240. will be called lm92.
  241. config SENSORS_MAX1619
  242. tristate "Maxim MAX1619 sensor chip"
  243. depends on HWMON && I2C && EXPERIMENTAL
  244. help
  245. If you say yes here you get support for MAX1619 sensor chip.
  246. This driver can also be built as a module. If so, the module
  247. will be called max1619.
  248. config SENSORS_PC87360
  249. tristate "National Semiconductor PC87360 family"
  250. depends on HWMON && I2C && EXPERIMENTAL
  251. select I2C_ISA
  252. select HWMON_VID
  253. help
  254. If you say yes here you get access to the hardware monitoring
  255. functions of the National Semiconductor PC8736x Super-I/O chips.
  256. The PC87360, PC87363 and PC87364 only have fan monitoring and
  257. control. The PC87365 and PC87366 additionally have voltage and
  258. temperature monitoring.
  259. This driver can also be built as a module. If so, the module
  260. will be called pc87360.
  261. config SENSORS_SIS5595
  262. tristate "Silicon Integrated Systems Corp. SiS5595"
  263. depends on HWMON && I2C && PCI && EXPERIMENTAL
  264. select I2C_ISA
  265. help
  266. If you say yes here you get support for the integrated sensors in
  267. SiS5595 South Bridges.
  268. This driver can also be built as a module. If so, the module
  269. will be called sis5595.
  270. config SENSORS_SMSC47M1
  271. tristate "SMSC LPC47M10x and compatibles"
  272. depends on HWMON && I2C && EXPERIMENTAL
  273. select I2C_ISA
  274. help
  275. If you say yes here you get support for the integrated fan
  276. monitoring and control capabilities of the SMSC LPC47B27x,
  277. LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x, LPC47M192 and
  278. LPC47M997 chips.
  279. The temperature and voltage sensor features of the LPC47M192
  280. and LPC47M997 are supported by another driver, select also
  281. "SMSC LPC47M192 and compatibles" below for those.
  282. This driver can also be built as a module. If so, the module
  283. will be called smsc47m1.
  284. config SENSORS_SMSC47M192
  285. tristate "SMSC LPC47M192 and compatibles"
  286. depends on HWMON && I2C && EXPERIMENTAL
  287. select HWMON_VID
  288. help
  289. If you say yes here you get support for the temperature and
  290. voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
  291. The fan monitoring and control capabilities of these chips
  292. are supported by another driver, select
  293. "SMSC LPC47M10x and compatibles" above. You need both drivers
  294. if you want fan control and voltage/temperature sensor support.
  295. This driver can also be built as a module. If so, the module
  296. will be called smsc47m192.
  297. config SENSORS_SMSC47B397
  298. tristate "SMSC LPC47B397-NC"
  299. depends on HWMON && I2C && EXPERIMENTAL
  300. select I2C_ISA
  301. help
  302. If you say yes here you get support for the SMSC LPC47B397-NC
  303. sensor chip.
  304. This driver can also be built as a module. If so, the module
  305. will be called smsc47b397.
  306. config SENSORS_VIA686A
  307. tristate "VIA686A"
  308. depends on HWMON && I2C && PCI
  309. select I2C_ISA
  310. help
  311. If you say yes here you get support for the integrated sensors in
  312. Via 686A/B South Bridges.
  313. This driver can also be built as a module. If so, the module
  314. will be called via686a.
  315. config SENSORS_VT8231
  316. tristate "VT8231"
  317. depends on HWMON && I2C && PCI && EXPERIMENTAL
  318. select HWMON_VID
  319. select I2C_ISA
  320. help
  321. If you say yes here then you get support for the integrated sensors
  322. in the VIA VT8231 device.
  323. This driver can also be built as a module. If so, the module
  324. will be called vt8231.
  325. config SENSORS_W83781D
  326. tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
  327. depends on HWMON && I2C
  328. select I2C_ISA
  329. select HWMON_VID
  330. help
  331. If you say yes here you get support for the Winbond W8378x series
  332. of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
  333. and the similar Asus AS99127F.
  334. This driver can also be built as a module. If so, the module
  335. will be called w83781d.
  336. config SENSORS_W83791D
  337. tristate "Winbond W83791D"
  338. depends on HWMON && I2C && EXPERIMENTAL
  339. select HWMON_VID
  340. help
  341. If you say yes here you get support for the Winbond W83791D chip.
  342. This driver can also be built as a module. If so, the module
  343. will be called w83791d.
  344. config SENSORS_W83792D
  345. tristate "Winbond W83792D"
  346. depends on HWMON && I2C && EXPERIMENTAL
  347. help
  348. If you say yes here you get support for the Winbond W83792D chip.
  349. This driver can also be built as a module. If so, the module
  350. will be called w83792d.
  351. config SENSORS_W83L785TS
  352. tristate "Winbond W83L785TS-S"
  353. depends on HWMON && I2C && EXPERIMENTAL
  354. help
  355. If you say yes here you get support for the Winbond W83L785TS-S
  356. sensor chip, which is used on the Asus A7N8X, among other
  357. motherboards.
  358. This driver can also be built as a module. If so, the module
  359. will be called w83l785ts.
  360. config SENSORS_W83627HF
  361. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  362. depends on HWMON && I2C
  363. select I2C_ISA
  364. select HWMON_VID
  365. help
  366. If you say yes here you get support for the Winbond W836X7 series
  367. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  368. W83697HF.
  369. This driver can also be built as a module. If so, the module
  370. will be called w83627hf.
  371. config SENSORS_W83627EHF
  372. tristate "Winbond W83627EHF"
  373. depends on HWMON && I2C && EXPERIMENTAL
  374. select I2C_ISA
  375. help
  376. If you say yes here you get preliminary support for the hardware
  377. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  378. Only fan and temperature inputs are supported at the moment, while
  379. the chip does much more than that.
  380. This driver also supports the W83627EHG, which is the lead-free
  381. version of the W83627EHF.
  382. This driver can also be built as a module. If so, the module
  383. will be called w83627ehf.
  384. config SENSORS_HDAPS
  385. tristate "IBM Hard Drive Active Protection System (hdaps)"
  386. depends on HWMON && INPUT && X86
  387. default n
  388. help
  389. This driver provides support for the IBM Hard Drive Active Protection
  390. System (hdaps), which provides an accelerometer and other misc. data.
  391. ThinkPads starting with the R50, T41, and X40 are supported. The
  392. accelerometer data is readable via sysfs.
  393. This driver also provides an absolute input class device, allowing
  394. the laptop to act as a pinball machine-esque joystick.
  395. Say Y here if you have an applicable laptop and want to experience
  396. the awesome power of hdaps.
  397. config HWMON_DEBUG_CHIP
  398. bool "Hardware Monitoring Chip debugging messages"
  399. depends on HWMON
  400. default n
  401. help
  402. Say Y here if you want the I2C chip drivers to produce a bunch of
  403. debug messages to the system log. Select this if you are having
  404. a problem with I2C support and want to see more of what is going
  405. on.
  406. endmenu