Kconfig 16 KB

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