Kconfig 12 KB

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