Kconfig 23 KB

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