Kconfig 13 KB

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