Kconfig 14 KB

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