Kconfig 19 KB

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