Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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
  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_ADM1029
  63. tristate "Analog Devices ADM1029"
  64. depends on HWMON && I2C && EXPERIMENTAL
  65. help
  66. If you say yes here you get support for Analog Devices ADM1029
  67. sensor chip.
  68. Very rare chip, please let us know you use it.
  69. This driver can also be built as a module. If so, the module
  70. will be called adm1029.
  71. config SENSORS_ADM1031
  72. tristate "Analog Devices ADM1031 and compatibles"
  73. depends on HWMON && I2C && EXPERIMENTAL
  74. help
  75. If you say yes here you get support for Analog Devices ADM1031
  76. and ADM1030 sensor chips.
  77. This driver can also be built as a module. If so, the module
  78. will be called adm1031.
  79. config SENSORS_ADM9240
  80. tristate "Analog Devices ADM9240 and compatibles"
  81. depends on HWMON && I2C && EXPERIMENTAL
  82. select HWMON_VID
  83. help
  84. If you say yes here you get support for Analog Devices ADM9240,
  85. Dallas DS1780, National Semiconductor LM81 sensor chips.
  86. This driver can also be built as a module. If so, the module
  87. will be called adm9240.
  88. config SENSORS_K8TEMP
  89. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  90. depends on HWMON && X86 && PCI && EXPERIMENTAL
  91. help
  92. If you say yes here you get support for the temperature
  93. sensor(s) inside your CPU. Supported is whole AMD K8
  94. microarchitecture. Please note that you will need at least
  95. lm-sensors 2.10.1 for proper userspace support.
  96. This driver can also be built as a module. If so, the module
  97. will be called k8temp.
  98. config SENSORS_AMS
  99. tristate "Apple Motion Sensor driver"
  100. depends on HWMON && PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  101. help
  102. Support for the motion sensor included in PowerBooks. Includes
  103. implementations for PMU and I2C.
  104. This driver can also be built as a module. If so, the module
  105. will be called ams.
  106. config SENSORS_AMS_PMU
  107. bool "PMU variant"
  108. depends on SENSORS_AMS && ADB_PMU
  109. default y
  110. help
  111. PMU variant of motion sensor, found in late 2005 PowerBooks.
  112. config SENSORS_AMS_I2C
  113. bool "I2C variant"
  114. depends on SENSORS_AMS && I2C
  115. default y
  116. help
  117. I2C variant of motion sensor, found in early 2005 PowerBooks and
  118. iBooks.
  119. config SENSORS_ASB100
  120. tristate "Asus ASB100 Bach"
  121. depends on HWMON && I2C && EXPERIMENTAL
  122. select HWMON_VID
  123. help
  124. If you say yes here you get support for the ASB100 Bach sensor
  125. chip found on some Asus mainboards.
  126. This driver can also be built as a module. If so, the module
  127. will be called asb100.
  128. config SENSORS_ATXP1
  129. tristate "Attansic ATXP1 VID controller"
  130. depends on HWMON && I2C && EXPERIMENTAL
  131. select HWMON_VID
  132. help
  133. If you say yes here you get support for the Attansic ATXP1 VID
  134. controller.
  135. If your board have such a chip, you are able to control your CPU
  136. core and other voltages.
  137. This driver can also be built as a module. If so, the module
  138. will be called atxp1.
  139. config SENSORS_DS1621
  140. tristate "Dallas Semiconductor DS1621 and DS1625"
  141. depends on HWMON && I2C
  142. help
  143. If you say yes here you get support for Dallas Semiconductor
  144. DS1621 and DS1625 sensor chips.
  145. This driver can also be built as a module. If so, the module
  146. will be called ds1621.
  147. config SENSORS_F71805F
  148. tristate "Fintek F71805F/FG and F71872F/FG"
  149. depends on HWMON && EXPERIMENTAL
  150. help
  151. If you say yes here you get support for hardware monitoring
  152. features of the Fintek F71805F/FG and F71872F/FG Super-I/O
  153. chips.
  154. This driver can also be built as a module. If so, the module
  155. will be called f71805f.
  156. config SENSORS_FSCHER
  157. tristate "FSC Hermes"
  158. depends on HWMON && I2C
  159. help
  160. If you say yes here you get support for Fujitsu Siemens
  161. Computers Hermes sensor chips.
  162. This driver can also be built as a module. If so, the module
  163. will be called fscher.
  164. config SENSORS_FSCPOS
  165. tristate "FSC Poseidon"
  166. depends on HWMON && I2C
  167. help
  168. If you say yes here you get support for Fujitsu Siemens
  169. Computers Poseidon sensor chips.
  170. This driver can also be built as a module. If so, the module
  171. will be called fscpos.
  172. config SENSORS_GL518SM
  173. tristate "Genesys Logic GL518SM"
  174. depends on HWMON && I2C
  175. help
  176. If you say yes here you get support for Genesys Logic GL518SM
  177. sensor chips.
  178. This driver can also be built as a module. If so, the module
  179. will be called gl518sm.
  180. config SENSORS_GL520SM
  181. tristate "Genesys Logic GL520SM"
  182. depends on HWMON && I2C
  183. select HWMON_VID
  184. help
  185. If you say yes here you get support for Genesys Logic GL520SM
  186. sensor chips.
  187. This driver can also be built as a module. If so, the module
  188. will be called gl520sm.
  189. config SENSORS_IT87
  190. tristate "ITE IT87xx and compatibles"
  191. depends on HWMON && I2C
  192. select I2C_ISA
  193. select HWMON_VID
  194. help
  195. If you say yes here you get support for ITE IT8705F, IT8712F,
  196. IT8716F and IT8718F sensor chips, and the SiS960 clone.
  197. This driver can also be built as a module. If so, the module
  198. will be called it87.
  199. config SENSORS_LM63
  200. tristate "National Semiconductor LM63"
  201. depends on HWMON && I2C
  202. help
  203. If you say yes here you get support for the National Semiconductor
  204. LM63 remote diode digital temperature sensor with integrated fan
  205. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  206. motherboard, among others.
  207. This driver can also be built as a module. If so, the module
  208. will be called lm63.
  209. config SENSORS_LM70
  210. tristate "National Semiconductor LM70"
  211. depends on HWMON && SPI_MASTER && EXPERIMENTAL
  212. help
  213. If you say yes here you get support for the National Semiconductor
  214. LM70 digital temperature sensor chip.
  215. This driver can also be built as a module. If so, the module
  216. will be called lm70.
  217. config SENSORS_LM75
  218. tristate "National Semiconductor LM75 and compatibles"
  219. depends on HWMON && I2C
  220. help
  221. If you say yes here you get support for National Semiconductor LM75
  222. sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
  223. 9-bit precision mode), and TelCom (now Microchip) TCN75.
  224. The DS75 and DS1775 in 10- to 12-bit precision modes will require
  225. a force module parameter. The driver will not handle the extra
  226. precision anyhow.
  227. This driver can also be built as a module. If so, the module
  228. will be called lm75.
  229. config SENSORS_LM77
  230. tristate "National Semiconductor LM77"
  231. depends on HWMON && I2C
  232. help
  233. If you say yes here you get support for National Semiconductor LM77
  234. sensor chips.
  235. This driver can also be built as a module. If so, the module
  236. will be called lm77.
  237. config SENSORS_LM78
  238. tristate "National Semiconductor LM78 and compatibles"
  239. depends on HWMON && I2C
  240. select I2C_ISA
  241. select HWMON_VID
  242. help
  243. If you say yes here you get support for National Semiconductor LM78,
  244. LM78-J and LM79.
  245. This driver can also be built as a module. If so, the module
  246. will be called lm78.
  247. config SENSORS_LM80
  248. tristate "National Semiconductor LM80"
  249. depends on HWMON && I2C && EXPERIMENTAL
  250. help
  251. If you say yes here you get support for National Semiconductor
  252. LM80 sensor chips.
  253. This driver can also be built as a module. If so, the module
  254. will be called lm80.
  255. config SENSORS_LM83
  256. tristate "National Semiconductor LM83 and compatibles"
  257. depends on HWMON && I2C
  258. help
  259. If you say yes here you get support for National Semiconductor
  260. LM82 and LM83 sensor chips.
  261. This driver can also be built as a module. If so, the module
  262. will be called lm83.
  263. config SENSORS_LM85
  264. tristate "National Semiconductor LM85 and compatibles"
  265. depends on HWMON && I2C && EXPERIMENTAL
  266. select HWMON_VID
  267. help
  268. If you say yes here you get support for National Semiconductor LM85
  269. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  270. This driver can also be built as a module. If so, the module
  271. will be called lm85.
  272. config SENSORS_LM87
  273. tristate "National Semiconductor LM87"
  274. depends on HWMON && I2C
  275. select HWMON_VID
  276. help
  277. If you say yes here you get support for National Semiconductor LM87
  278. sensor chips.
  279. This driver can also be built as a module. If so, the module
  280. will be called lm87.
  281. config SENSORS_LM90
  282. tristate "National Semiconductor LM90 and compatibles"
  283. depends on HWMON && I2C
  284. help
  285. If you say yes here you get support for National Semiconductor LM90,
  286. LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
  287. MAX6658 sensor chips.
  288. The Analog Devices ADT7461 sensor chip is also supported, but only
  289. if found in ADM1032 compatibility mode.
  290. This driver can also be built as a module. If so, the module
  291. will be called lm90.
  292. config SENSORS_LM92
  293. tristate "National Semiconductor LM92 and compatibles"
  294. depends on HWMON && I2C
  295. help
  296. If you say yes here you get support for National Semiconductor LM92
  297. and Maxim MAX6635 sensor chips.
  298. This driver can also be built as a module. If so, the module
  299. will be called lm92.
  300. config SENSORS_MAX1619
  301. tristate "Maxim MAX1619 sensor chip"
  302. depends on HWMON && I2C
  303. help
  304. If you say yes here you get support for MAX1619 sensor chip.
  305. This driver can also be built as a module. If so, the module
  306. will be called max1619.
  307. config SENSORS_PC87360
  308. tristate "National Semiconductor PC87360 family"
  309. depends on HWMON && I2C && EXPERIMENTAL
  310. select I2C_ISA
  311. select HWMON_VID
  312. help
  313. If you say yes here you get access to the hardware monitoring
  314. functions of the National Semiconductor PC8736x Super-I/O chips.
  315. The PC87360, PC87363 and PC87364 only have fan monitoring and
  316. control. The PC87365 and PC87366 additionally have voltage and
  317. temperature monitoring.
  318. This driver can also be built as a module. If so, the module
  319. will be called pc87360.
  320. config SENSORS_PC87427
  321. tristate "National Semiconductor PC87427"
  322. depends on HWMON && EXPERIMENTAL
  323. help
  324. If you say yes here you get access to the hardware monitoring
  325. functions of the National Semiconductor PC87427 Super-I/O chip.
  326. The chip has two distinct logical devices, one for fan speed
  327. monitoring and control, and one for voltage and temperature
  328. monitoring. Only fan speed monitoring is supported right now.
  329. This driver can also be built as a module. If so, the module
  330. will be called pc87427.
  331. config SENSORS_SIS5595
  332. tristate "Silicon Integrated Systems Corp. SiS5595"
  333. depends on HWMON && I2C && PCI && EXPERIMENTAL
  334. select I2C_ISA
  335. help
  336. If you say yes here you get support for the integrated sensors in
  337. SiS5595 South Bridges.
  338. This driver can also be built as a module. If so, the module
  339. will be called sis5595.
  340. config SENSORS_SMSC47M1
  341. tristate "SMSC LPC47M10x and compatibles"
  342. depends on HWMON && I2C
  343. select I2C_ISA
  344. help
  345. If you say yes here you get support for the integrated fan
  346. monitoring and control capabilities of the SMSC LPC47B27x,
  347. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  348. LPC47M192 and LPC47M997 chips.
  349. The temperature and voltage sensor features of the LPC47M192
  350. and LPC47M997 are supported by another driver, select also
  351. "SMSC LPC47M192 and compatibles" below for those.
  352. This driver can also be built as a module. If so, the module
  353. will be called smsc47m1.
  354. config SENSORS_SMSC47M192
  355. tristate "SMSC LPC47M192 and compatibles"
  356. depends on HWMON && I2C && EXPERIMENTAL
  357. select HWMON_VID
  358. help
  359. If you say yes here you get support for the temperature and
  360. voltage sensors of the SMSC LPC47M192 and LPC47M997 chips.
  361. The fan monitoring and control capabilities of these chips
  362. are supported by another driver, select
  363. "SMSC LPC47M10x and compatibles" above. You need both drivers
  364. if you want fan control and voltage/temperature sensor support.
  365. This driver can also be built as a module. If so, the module
  366. will be called smsc47m192.
  367. config SENSORS_SMSC47B397
  368. tristate "SMSC LPC47B397-NC"
  369. depends on HWMON && I2C && EXPERIMENTAL
  370. select I2C_ISA
  371. help
  372. If you say yes here you get support for the SMSC LPC47B397-NC
  373. sensor chip.
  374. This driver can also be built as a module. If so, the module
  375. will be called smsc47b397.
  376. config SENSORS_VIA686A
  377. tristate "VIA686A"
  378. depends on HWMON && I2C && PCI
  379. select I2C_ISA
  380. help
  381. If you say yes here you get support for the integrated sensors in
  382. Via 686A/B South Bridges.
  383. This driver can also be built as a module. If so, the module
  384. will be called via686a.
  385. config SENSORS_VT1211
  386. tristate "VIA VT1211"
  387. depends on HWMON && EXPERIMENTAL
  388. select HWMON_VID
  389. help
  390. If you say yes here then you get support for hardware monitoring
  391. features of the VIA VT1211 Super-I/O chip.
  392. This driver can also be built as a module. If so, the module
  393. will be called vt1211.
  394. config SENSORS_VT8231
  395. tristate "VIA VT8231"
  396. depends on HWMON && I2C && PCI && EXPERIMENTAL
  397. select HWMON_VID
  398. select I2C_ISA
  399. help
  400. If you say yes here then you get support for the integrated sensors
  401. in the VIA VT8231 device.
  402. This driver can also be built as a module. If so, the module
  403. will be called vt8231.
  404. config SENSORS_W83781D
  405. tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
  406. depends on HWMON && I2C
  407. select I2C_ISA
  408. select HWMON_VID
  409. help
  410. If you say yes here you get support for the Winbond W8378x series
  411. of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
  412. and the similar Asus AS99127F.
  413. This driver can also be built as a module. If so, the module
  414. will be called w83781d.
  415. config SENSORS_W83791D
  416. tristate "Winbond W83791D"
  417. depends on HWMON && I2C && EXPERIMENTAL
  418. select HWMON_VID
  419. help
  420. If you say yes here you get support for the Winbond W83791D chip.
  421. This driver can also be built as a module. If so, the module
  422. will be called w83791d.
  423. config SENSORS_W83792D
  424. tristate "Winbond W83792D"
  425. depends on HWMON && I2C && EXPERIMENTAL
  426. help
  427. If you say yes here you get support for the Winbond W83792D chip.
  428. This driver can also be built as a module. If so, the module
  429. will be called w83792d.
  430. config SENSORS_W83793
  431. tristate "Winbond W83793"
  432. depends on HWMON && I2C && EXPERIMENTAL
  433. select HWMON_VID
  434. help
  435. If you say yes here you get support for the Winbond W83793
  436. hardware monitoring chip.
  437. This driver can also be built as a module. If so, the module
  438. will be called w83793.
  439. config SENSORS_W83L785TS
  440. tristate "Winbond W83L785TS-S"
  441. depends on HWMON && I2C && EXPERIMENTAL
  442. help
  443. If you say yes here you get support for the Winbond W83L785TS-S
  444. sensor chip, which is used on the Asus A7N8X, among other
  445. motherboards.
  446. This driver can also be built as a module. If so, the module
  447. will be called w83l785ts.
  448. config SENSORS_W83627HF
  449. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  450. depends on HWMON && I2C
  451. select I2C_ISA
  452. select HWMON_VID
  453. help
  454. If you say yes here you get support for the Winbond W836X7 series
  455. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  456. W83697HF.
  457. This driver can also be built as a module. If so, the module
  458. will be called w83627hf.
  459. config SENSORS_W83627EHF
  460. tristate "Winbond W83627EHF"
  461. depends on HWMON && I2C && EXPERIMENTAL
  462. select I2C_ISA
  463. help
  464. If you say yes here you get preliminary support for the hardware
  465. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  466. Only fan and temperature inputs are supported at the moment, while
  467. the chip does much more than that.
  468. This driver also supports the W83627EHG, which is the lead-free
  469. version of the W83627EHF.
  470. This driver can also be built as a module. If so, the module
  471. will be called w83627ehf.
  472. config SENSORS_HDAPS
  473. tristate "IBM Hard Drive Active Protection System (hdaps)"
  474. depends on HWMON && INPUT && X86
  475. default n
  476. help
  477. This driver provides support for the IBM Hard Drive Active Protection
  478. System (hdaps), which provides an accelerometer and other misc. data.
  479. ThinkPads starting with the R50, T41, and X40 are supported. The
  480. accelerometer data is readable via sysfs.
  481. This driver also provides an absolute input class device, allowing
  482. the laptop to act as a pinball machine-esque joystick.
  483. If your ThinkPad is not recognized by the driver, please update to latest
  484. BIOS. This is especially the case for some R52 ThinkPads.
  485. Say Y here if you have an applicable laptop and want to experience
  486. the awesome power of hdaps.
  487. config HWMON_DEBUG_CHIP
  488. bool "Hardware Monitoring Chip debugging messages"
  489. depends on HWMON
  490. default n
  491. help
  492. Say Y here if you want the I2C chip drivers to produce a bunch of
  493. debug messages to the system log. Select this if you are having
  494. a problem with I2C support and want to see more of what is going
  495. on.
  496. endmenu