Kconfig 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  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 HWMON_DEBUG_CHIP
  26. bool "Hardware Monitoring Chip debugging messages"
  27. default n
  28. help
  29. Say Y here if you want the I2C chip drivers to produce a bunch of
  30. debug messages to the system log. Select this if you are having
  31. a problem with I2C support and want to see more of what is going
  32. on.
  33. comment "Native drivers"
  34. config SENSORS_ABITUGURU
  35. tristate "Abit uGuru (rev 1 & 2)"
  36. depends on X86 && EXPERIMENTAL
  37. help
  38. If you say yes here you get support for the sensor part of the first
  39. and second revision of the Abit uGuru chip. The voltage and frequency
  40. control parts of the Abit uGuru are not supported. The Abit uGuru
  41. chip can be found on Abit uGuru featuring motherboards (most modern
  42. Abit motherboards from before end 2005). For more info and a list
  43. of which motherboards have which revision see
  44. Documentation/hwmon/abituguru
  45. This driver can also be built as a module. If so, the module
  46. will be called abituguru.
  47. config SENSORS_ABITUGURU3
  48. tristate "Abit uGuru (rev 3)"
  49. depends on X86 && EXPERIMENTAL
  50. help
  51. If you say yes here you get support for the sensor part of the
  52. third revision of the Abit uGuru chip. Only reading the sensors
  53. and their settings is supported. The third revision of the Abit
  54. uGuru chip can be found on recent Abit motherboards (since end
  55. 2005). For more info and a list of which motherboards have which
  56. revision see Documentation/hwmon/abituguru3
  57. This driver can also be built as a module. If so, the module
  58. will be called abituguru3.
  59. config SENSORS_AD7414
  60. tristate "Analog Devices AD7414"
  61. depends on I2C && EXPERIMENTAL
  62. help
  63. If you say yes here you get support for the Analog Devices
  64. AD7414 temperature monitoring chip.
  65. This driver can also be built as a module. If so, the module
  66. will be called ad7414.
  67. config SENSORS_AD7418
  68. tristate "Analog Devices AD7416, AD7417 and AD7418"
  69. depends on I2C && EXPERIMENTAL
  70. help
  71. If you say yes here you get support for the Analog Devices
  72. AD7416, AD7417 and AD7418 temperature monitoring chips.
  73. This driver can also be built as a module. If so, the module
  74. will be called ad7418.
  75. config SENSORS_ADCXX
  76. tristate "National Semiconductor ADCxxxSxxx"
  77. depends on SPI_MASTER && EXPERIMENTAL
  78. help
  79. If you say yes here you get support for the National Semiconductor
  80. ADC<bb><c>S<sss> chip family, where
  81. * bb is the resolution in number of bits (8, 10, 12)
  82. * c is the number of channels (1, 2, 4, 8)
  83. * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
  84. kSPS and 101 for 1 MSPS)
  85. Examples : ADC081S101, ADC124S501, ...
  86. This driver can also be built as a module. If so, the module
  87. will be called adcxx.
  88. config SENSORS_ADM1021
  89. tristate "Analog Devices ADM1021 and compatibles"
  90. depends on I2C
  91. help
  92. If you say yes here you get support for Analog Devices ADM1021
  93. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  94. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  95. and the XEON processor built-in sensor.
  96. This driver can also be built as a module. If so, the module
  97. will be called adm1021.
  98. config SENSORS_ADM1025
  99. tristate "Analog Devices ADM1025 and compatibles"
  100. depends on I2C
  101. select HWMON_VID
  102. help
  103. If you say yes here you get support for Analog Devices ADM1025
  104. and Philips NE1619 sensor chips.
  105. This driver can also be built as a module. If so, the module
  106. will be called adm1025.
  107. config SENSORS_ADM1026
  108. tristate "Analog Devices ADM1026 and compatibles"
  109. depends on I2C && EXPERIMENTAL
  110. select HWMON_VID
  111. help
  112. If you say yes here you get support for Analog Devices ADM1026
  113. sensor chip.
  114. This driver can also be built as a module. If so, the module
  115. will be called adm1026.
  116. config SENSORS_ADM1029
  117. tristate "Analog Devices ADM1029"
  118. depends on I2C && EXPERIMENTAL
  119. help
  120. If you say yes here you get support for Analog Devices ADM1029
  121. sensor chip.
  122. Very rare chip, please let us know you use it.
  123. This driver can also be built as a module. If so, the module
  124. will be called adm1029.
  125. config SENSORS_ADM1031
  126. tristate "Analog Devices ADM1031 and compatibles"
  127. depends on I2C && EXPERIMENTAL
  128. help
  129. If you say yes here you get support for Analog Devices ADM1031
  130. and ADM1030 sensor chips.
  131. This driver can also be built as a module. If so, the module
  132. will be called adm1031.
  133. config SENSORS_ADM9240
  134. tristate "Analog Devices ADM9240 and compatibles"
  135. depends on I2C
  136. select HWMON_VID
  137. help
  138. If you say yes here you get support for Analog Devices ADM9240,
  139. Dallas DS1780, National Semiconductor LM81 sensor chips.
  140. This driver can also be built as a module. If so, the module
  141. will be called adm9240.
  142. config SENSORS_ADT7411
  143. tristate "Analog Devices ADT7411"
  144. depends on I2C && EXPERIMENTAL
  145. help
  146. If you say yes here you get support for the Analog Devices
  147. ADT7411 voltage and temperature monitoring chip.
  148. This driver can also be built as a module. If so, the module
  149. will be called adt7411.
  150. config SENSORS_ADT7462
  151. tristate "Analog Devices ADT7462"
  152. depends on I2C && EXPERIMENTAL
  153. help
  154. If you say yes here you get support for the Analog Devices
  155. ADT7462 temperature monitoring chips.
  156. This driver can also be built as a module. If so, the module
  157. will be called adt7462.
  158. config SENSORS_ADT7470
  159. tristate "Analog Devices ADT7470"
  160. depends on I2C && EXPERIMENTAL
  161. help
  162. If you say yes here you get support for the Analog Devices
  163. ADT7470 temperature monitoring chips.
  164. This driver can also be built as a module. If so, the module
  165. will be called adt7470.
  166. config SENSORS_ADT7473
  167. tristate "Analog Devices ADT7473 (DEPRECATED)"
  168. depends on I2C && EXPERIMENTAL
  169. select SENSORS_ADT7475
  170. help
  171. If you say yes here you get support for the Analog Devices
  172. ADT7473 temperature monitoring chips.
  173. This driver is deprecated, you should use the adt7475 driver
  174. instead.
  175. This driver can also be built as a module. If so, the module
  176. will be called adt7473.
  177. config SENSORS_ADT7475
  178. tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
  179. depends on I2C && EXPERIMENTAL
  180. select HWMON_VID
  181. help
  182. If you say yes here you get support for the Analog Devices
  183. ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
  184. chips.
  185. This driver can also be build as a module. If so, the module
  186. will be called adt7475.
  187. config SENSORS_ASC7621
  188. tristate "Andigilog aSC7621"
  189. depends on HWMON && I2C
  190. help
  191. If you say yes here you get support for the aSC7621
  192. family of SMBus sensors chip found on most Intel X48, X38, 975,
  193. 965 and 945 desktop boards. Currently supported chips:
  194. aSC7621
  195. aSC7621a
  196. This driver can also be built as a module. If so, the module
  197. will be called asc7621.
  198. config SENSORS_K8TEMP
  199. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  200. depends on X86 && PCI && EXPERIMENTAL
  201. help
  202. If you say yes here you get support for the temperature
  203. sensor(s) inside your CPU. Supported is whole AMD K8
  204. microarchitecture. Please note that you will need at least
  205. lm-sensors 2.10.1 for proper userspace support.
  206. This driver can also be built as a module. If so, the module
  207. will be called k8temp.
  208. config SENSORS_K10TEMP
  209. tristate "AMD Phenom/Sempron/Turion/Opteron temperature sensor"
  210. depends on X86 && PCI
  211. help
  212. If you say yes here you get support for the temperature
  213. sensor(s) inside your CPU. Supported are later revisions of
  214. the AMD Family 10h and all revisions of the AMD Family 11h
  215. microarchitectures.
  216. This driver can also be built as a module. If so, the module
  217. will be called k10temp.
  218. config SENSORS_AMS
  219. tristate "Apple Motion Sensor driver"
  220. depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
  221. select INPUT_POLLDEV
  222. help
  223. Support for the motion sensor included in PowerBooks. Includes
  224. implementations for PMU and I2C.
  225. This driver can also be built as a module. If so, the module
  226. will be called ams.
  227. config SENSORS_AMS_PMU
  228. bool "PMU variant"
  229. depends on SENSORS_AMS && ADB_PMU
  230. default y
  231. help
  232. PMU variant of motion sensor, found in late 2005 PowerBooks.
  233. config SENSORS_AMS_I2C
  234. bool "I2C variant"
  235. depends on SENSORS_AMS && I2C
  236. default y
  237. help
  238. I2C variant of motion sensor, found in early 2005 PowerBooks and
  239. iBooks.
  240. config SENSORS_ASB100
  241. tristate "Asus ASB100 Bach"
  242. depends on X86 && I2C && EXPERIMENTAL
  243. select HWMON_VID
  244. help
  245. If you say yes here you get support for the ASB100 Bach sensor
  246. chip found on some Asus mainboards.
  247. This driver can also be built as a module. If so, the module
  248. will be called asb100.
  249. config SENSORS_ATXP1
  250. tristate "Attansic ATXP1 VID controller"
  251. depends on I2C && EXPERIMENTAL
  252. select HWMON_VID
  253. help
  254. If you say yes here you get support for the Attansic ATXP1 VID
  255. controller.
  256. If your board have such a chip, you are able to control your CPU
  257. core and other voltages.
  258. This driver can also be built as a module. If so, the module
  259. will be called atxp1.
  260. config SENSORS_DS1621
  261. tristate "Dallas Semiconductor DS1621 and DS1625"
  262. depends on I2C
  263. help
  264. If you say yes here you get support for Dallas Semiconductor
  265. DS1621 and DS1625 sensor chips.
  266. This driver can also be built as a module. If so, the module
  267. will be called ds1621.
  268. config SENSORS_I5K_AMB
  269. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  270. depends on PCI && EXPERIMENTAL
  271. help
  272. If you say yes here you get support for FB-DIMM AMB temperature
  273. monitoring chips on systems with the Intel 5000 series chipset.
  274. This driver can also be built as a module. If so, the module
  275. will be called i5k_amb.
  276. config SENSORS_F71805F
  277. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  278. depends on EXPERIMENTAL
  279. help
  280. If you say yes here you get support for hardware monitoring
  281. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  282. Super-I/O chips.
  283. This driver can also be built as a module. If so, the module
  284. will be called f71805f.
  285. config SENSORS_F71882FG
  286. tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
  287. depends on EXPERIMENTAL
  288. help
  289. If you say yes here you get support for hardware monitoring
  290. features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
  291. F71889FG and F8000 Super-I/O chips.
  292. This driver can also be built as a module. If so, the module
  293. will be called f71882fg.
  294. config SENSORS_F75375S
  295. tristate "Fintek F75375S/SP and F75373";
  296. depends on I2C && EXPERIMENTAL
  297. help
  298. If you say yes here you get support for hardware monitoring
  299. features of the Fintek F75375S/SP and F75373
  300. This driver can also be built as a module. If so, the module
  301. will be called f75375s.
  302. config SENSORS_FSCHMD
  303. tristate "Fujitsu Siemens Computers sensor chips"
  304. depends on X86 && I2C
  305. help
  306. If you say yes here you get support for the following Fujitsu
  307. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  308. Heimdall, Heracles, Hades and Syleus including support for the
  309. integrated watchdog.
  310. This is a merged driver for FSC sensor chips replacing the fscpos,
  311. fscscy and fscher drivers and adding support for several other FSC
  312. sensor chips.
  313. This driver can also be built as a module. If so, the module
  314. will be called fschmd.
  315. config SENSORS_G760A
  316. tristate "GMT G760A"
  317. depends on I2C
  318. help
  319. If you say yes here you get support for Global Mixed-mode
  320. Technology Inc G760A fan speed PWM controller chips.
  321. This driver can also be built as a module. If so, the module
  322. will be called g760a.
  323. config SENSORS_GL518SM
  324. tristate "Genesys Logic GL518SM"
  325. depends on I2C
  326. help
  327. If you say yes here you get support for Genesys Logic GL518SM
  328. sensor chips.
  329. This driver can also be built as a module. If so, the module
  330. will be called gl518sm.
  331. config SENSORS_GL520SM
  332. tristate "Genesys Logic GL520SM"
  333. depends on I2C
  334. select HWMON_VID
  335. help
  336. If you say yes here you get support for Genesys Logic GL520SM
  337. sensor chips.
  338. This driver can also be built as a module. If so, the module
  339. will be called gl520sm.
  340. config SENSORS_CORETEMP
  341. tristate "Intel Core/Core2/Atom temperature sensor"
  342. depends on X86 && PCI && EXPERIMENTAL
  343. help
  344. If you say yes here you get support for the temperature
  345. sensor inside your CPU. Most of the family 6 CPUs
  346. are supported. Check documentation/driver for details.
  347. config SENSORS_IBMAEM
  348. tristate "IBM Active Energy Manager temperature/power sensors and control"
  349. select IPMI_SI
  350. depends on IPMI_HANDLER
  351. help
  352. If you say yes here you get support for the temperature and
  353. power sensors and capping hardware in various IBM System X
  354. servers that support Active Energy Manager. This includes
  355. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  356. and certain HC10/HS2x/LS2x/QS2x blades.
  357. This driver can also be built as a module. If so, the module
  358. will be called ibmaem.
  359. config SENSORS_IBMPEX
  360. tristate "IBM PowerExecutive temperature/power sensors"
  361. select IPMI_SI
  362. depends on IPMI_HANDLER
  363. help
  364. If you say yes here you get support for the temperature and
  365. power sensors in various IBM System X servers that support
  366. PowerExecutive. So far this includes the x3350, x3550, x3650,
  367. x3655, and x3755; the x3800, x3850, and x3950 models that have
  368. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  369. This driver can also be built as a module. If so, the module
  370. will be called ibmpex.
  371. config SENSORS_IT87
  372. tristate "ITE IT87xx and compatibles"
  373. select HWMON_VID
  374. help
  375. If you say yes here you get support for ITE IT8705F, IT8712F,
  376. IT8716F, IT8718F, IT8720F and IT8726F sensor chips, and the
  377. SiS960 clone.
  378. This driver can also be built as a module. If so, the module
  379. will be called it87.
  380. config SENSORS_LM63
  381. tristate "National Semiconductor LM63"
  382. depends on I2C
  383. help
  384. If you say yes here you get support for the National Semiconductor
  385. LM63 remote diode digital temperature sensor with integrated fan
  386. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  387. motherboard, among others.
  388. This driver can also be built as a module. If so, the module
  389. will be called lm63.
  390. config SENSORS_LM70
  391. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  392. depends on SPI_MASTER && EXPERIMENTAL
  393. help
  394. If you say yes here you get support for the National Semiconductor
  395. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  396. sensor chips.
  397. This driver can also be built as a module. If so, the module
  398. will be called lm70.
  399. config SENSORS_LM73
  400. tristate "National Semiconductor LM73"
  401. depends on I2C
  402. help
  403. If you say yes here you get support for National Semiconductor LM73
  404. sensor chips.
  405. This driver can also be built as a module. If so, the module
  406. will be called lm73.
  407. config SENSORS_LM75
  408. tristate "National Semiconductor LM75 and compatibles"
  409. depends on I2C
  410. help
  411. If you say yes here you get support for one common type of
  412. temperature sensor chip, with models including:
  413. - Dallas Semiconductor DS75 and DS1775
  414. - Maxim MAX6625 and MAX6626
  415. - Microchip MCP980x
  416. - National Semiconductor LM75
  417. - NXP's LM75A
  418. - ST Microelectronics STDS75
  419. - TelCom (now Microchip) TCN75
  420. - Texas Instruments TMP100, TMP101, TMP75, TMP175, TMP275
  421. This driver supports driver model based binding through board
  422. specific I2C device tables.
  423. It also supports the "legacy" style of driver binding. To use
  424. that with some chips which don't replicate LM75 quirks exactly,
  425. you may need the "force" module parameter.
  426. This driver can also be built as a module. If so, the module
  427. will be called lm75.
  428. config SENSORS_LM77
  429. tristate "National Semiconductor LM77"
  430. depends on I2C
  431. help
  432. If you say yes here you get support for National Semiconductor LM77
  433. sensor chips.
  434. This driver can also be built as a module. If so, the module
  435. will be called lm77.
  436. config SENSORS_LM78
  437. tristate "National Semiconductor LM78 and compatibles"
  438. depends on I2C
  439. select HWMON_VID
  440. help
  441. If you say yes here you get support for National Semiconductor LM78,
  442. LM78-J and LM79.
  443. This driver can also be built as a module. If so, the module
  444. will be called lm78.
  445. config SENSORS_LM80
  446. tristate "National Semiconductor LM80"
  447. depends on I2C && EXPERIMENTAL
  448. help
  449. If you say yes here you get support for National Semiconductor
  450. LM80 sensor chips.
  451. This driver can also be built as a module. If so, the module
  452. will be called lm80.
  453. config SENSORS_LM83
  454. tristate "National Semiconductor LM83 and compatibles"
  455. depends on I2C
  456. help
  457. If you say yes here you get support for National Semiconductor
  458. LM82 and LM83 sensor chips.
  459. This driver can also be built as a module. If so, the module
  460. will be called lm83.
  461. config SENSORS_LM85
  462. tristate "National Semiconductor LM85 and compatibles"
  463. depends on I2C && EXPERIMENTAL
  464. select HWMON_VID
  465. help
  466. If you say yes here you get support for National Semiconductor LM85
  467. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  468. This driver can also be built as a module. If so, the module
  469. will be called lm85.
  470. config SENSORS_LM87
  471. tristate "National Semiconductor LM87 and compatibles"
  472. depends on I2C
  473. select HWMON_VID
  474. help
  475. If you say yes here you get support for National Semiconductor LM87
  476. and Analog Devices ADM1024 sensor chips.
  477. This driver can also be built as a module. If so, the module
  478. will be called lm87.
  479. config SENSORS_LM90
  480. tristate "National Semiconductor LM90 and compatibles"
  481. depends on I2C
  482. help
  483. If you say yes here you get support for National Semiconductor LM90,
  484. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
  485. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  486. MAX6680, MAX6681 and MAX6692, and Winbond/Nuvoton W83L771AWG/ASG
  487. sensor chips.
  488. This driver can also be built as a module. If so, the module
  489. will be called lm90.
  490. config SENSORS_LM92
  491. tristate "National Semiconductor LM92 and compatibles"
  492. depends on I2C
  493. help
  494. If you say yes here you get support for National Semiconductor LM92
  495. and Maxim MAX6635 sensor chips.
  496. This driver can also be built as a module. If so, the module
  497. will be called lm92.
  498. config SENSORS_LM93
  499. tristate "National Semiconductor LM93 and compatibles"
  500. depends on I2C
  501. select HWMON_VID
  502. help
  503. If you say yes here you get support for National Semiconductor LM93
  504. sensor chips.
  505. This driver can also be built as a module. If so, the module
  506. will be called lm93.
  507. config SENSORS_LTC4215
  508. tristate "Linear Technology LTC4215"
  509. depends on I2C && EXPERIMENTAL
  510. default n
  511. help
  512. If you say yes here you get support for Linear Technology LTC4215
  513. Hot Swap Controller I2C interface.
  514. This driver can also be built as a module. If so, the module will
  515. be called ltc4215.
  516. config SENSORS_LTC4245
  517. tristate "Linear Technology LTC4245"
  518. depends on I2C && EXPERIMENTAL
  519. default n
  520. help
  521. If you say yes here you get support for Linear Technology LTC4245
  522. Multiple Supply Hot Swap Controller I2C interface.
  523. This driver can also be built as a module. If so, the module will
  524. be called ltc4245.
  525. config SENSORS_LM95241
  526. tristate "National Semiconductor LM95241 sensor chip"
  527. depends on I2C
  528. help
  529. If you say yes here you get support for LM95241 sensor chip.
  530. This driver can also be built as a module. If so, the module
  531. will be called lm95241.
  532. config SENSORS_MAX1111
  533. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  534. depends on SPI_MASTER
  535. help
  536. Say y here to support Maxim's MAX1111 ADC chips.
  537. This driver can also be built as a module. If so, the module
  538. will be called max1111.
  539. config SENSORS_MAX1619
  540. tristate "Maxim MAX1619 sensor chip"
  541. depends on I2C
  542. help
  543. If you say yes here you get support for MAX1619 sensor chip.
  544. This driver can also be built as a module. If so, the module
  545. will be called max1619.
  546. config SENSORS_MAX6650
  547. tristate "Maxim MAX6650 sensor chip"
  548. depends on I2C && EXPERIMENTAL
  549. help
  550. If you say yes here you get support for the MAX6650 / MAX6651
  551. sensor chips.
  552. This driver can also be built as a module. If so, the module
  553. will be called max6650.
  554. config SENSORS_PC87360
  555. tristate "National Semiconductor PC87360 family"
  556. select HWMON_VID
  557. help
  558. If you say yes here you get access to the hardware monitoring
  559. functions of the National Semiconductor PC8736x Super-I/O chips.
  560. The PC87360, PC87363 and PC87364 only have fan monitoring and
  561. control. The PC87365 and PC87366 additionally have voltage and
  562. temperature monitoring.
  563. This driver can also be built as a module. If so, the module
  564. will be called pc87360.
  565. config SENSORS_PC87427
  566. tristate "National Semiconductor PC87427"
  567. depends on EXPERIMENTAL
  568. help
  569. If you say yes here you get access to the hardware monitoring
  570. functions of the National Semiconductor PC87427 Super-I/O chip.
  571. The chip has two distinct logical devices, one for fan speed
  572. monitoring and control, and one for voltage and temperature
  573. monitoring. Only fan speed monitoring is supported right now.
  574. This driver can also be built as a module. If so, the module
  575. will be called pc87427.
  576. config SENSORS_PCF8591
  577. tristate "Philips PCF8591 ADC/DAC"
  578. depends on I2C
  579. default n
  580. help
  581. If you say yes here you get support for Philips PCF8591 4-channel
  582. ADC, 1-channel DAC chips.
  583. This driver can also be built as a module. If so, the module
  584. will be called pcf8591.
  585. These devices are hard to detect and rarely found on mainstream
  586. hardware. If unsure, say N.
  587. config SENSORS_SHT15
  588. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  589. depends on GENERIC_GPIO
  590. help
  591. If you say yes here you get support for the Sensiron SHT10, SHT11,
  592. SHT15, SHT71, SHT75 humidity and temperature sensors.
  593. This driver can also be built as a module. If so, the module
  594. will be called sht15.
  595. config SENSORS_S3C
  596. tristate "S3C24XX/S3C64XX Inbuilt ADC"
  597. depends on ARCH_S3C2410
  598. help
  599. If you say yes here you get support for the on-board ADCs of
  600. the Samsung S3C24XX or S3C64XX series of SoC
  601. This driver can also be built as a module. If so, the module
  602. will be called s3c-hwmo.
  603. config SENSORS_S3C_RAW
  604. bool "Include raw channel attributes in sysfs"
  605. depends on SENSORS_S3C
  606. help
  607. Say Y here if you want to include raw copies of all the ADC
  608. channels in sysfs.
  609. config SENSORS_SIS5595
  610. tristate "Silicon Integrated Systems Corp. SiS5595"
  611. depends on PCI
  612. help
  613. If you say yes here you get support for the integrated sensors in
  614. SiS5595 South Bridges.
  615. This driver can also be built as a module. If so, the module
  616. will be called sis5595.
  617. config SENSORS_DME1737
  618. tristate "SMSC DME1737, SCH311x and compatibles"
  619. depends on I2C && EXPERIMENTAL
  620. select HWMON_VID
  621. help
  622. If you say yes here you get support for the hardware monitoring
  623. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  624. Asus A8000 Super-I/O chips.
  625. This driver can also be built as a module. If so, the module
  626. will be called dme1737.
  627. config SENSORS_SMSC47M1
  628. tristate "SMSC LPC47M10x and compatibles"
  629. help
  630. If you say yes here you get support for the integrated fan
  631. monitoring and control capabilities of the SMSC LPC47B27x,
  632. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  633. LPC47M192, LPC47M292 and LPC47M997 chips.
  634. The temperature and voltage sensor features of the LPC47M15x,
  635. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  636. driver, select also "SMSC LPC47M192 and compatibles" below for
  637. those.
  638. This driver can also be built as a module. If so, the module
  639. will be called smsc47m1.
  640. config SENSORS_SMSC47M192
  641. tristate "SMSC LPC47M192 and compatibles"
  642. depends on I2C && EXPERIMENTAL
  643. select HWMON_VID
  644. help
  645. If you say yes here you get support for the temperature and
  646. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  647. and LPC47M997 chips.
  648. The fan monitoring and control capabilities of these chips
  649. are supported by another driver, select
  650. "SMSC LPC47M10x and compatibles" above. You need both drivers
  651. if you want fan control and voltage/temperature sensor support.
  652. This driver can also be built as a module. If so, the module
  653. will be called smsc47m192.
  654. config SENSORS_SMSC47B397
  655. tristate "SMSC LPC47B397-NC"
  656. depends on EXPERIMENTAL
  657. help
  658. If you say yes here you get support for the SMSC LPC47B397-NC
  659. sensor chip.
  660. This driver can also be built as a module. If so, the module
  661. will be called smsc47b397.
  662. config SENSORS_ADS7828
  663. tristate "Texas Instruments ADS7828"
  664. depends on I2C
  665. help
  666. If you say yes here you get support for Texas Instruments ADS7828
  667. 12-bit 8-channel ADC device.
  668. This driver can also be built as a module. If so, the module
  669. will be called ads7828.
  670. config SENSORS_AMC6821
  671. tristate "Texas Instruments AMC6821"
  672. depends on I2C && EXPERIMENTAL
  673. help
  674. If you say yes here you get support for the Texas Instruments
  675. AMC6821 hardware monitoring chips.
  676. This driver can also be build as a module. If so, the module
  677. will be called amc6821.
  678. config SENSORS_THMC50
  679. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  680. depends on I2C && EXPERIMENTAL
  681. help
  682. If you say yes here you get support for Texas Instruments THMC50
  683. sensor chips and clones: the Analog Devices ADM1022.
  684. This driver can also be built as a module. If so, the module
  685. will be called thmc50.
  686. config SENSORS_TMP401
  687. tristate "Texas Instruments TMP401 and compatibles"
  688. depends on I2C && EXPERIMENTAL
  689. help
  690. If you say yes here you get support for Texas Instruments TMP401 and
  691. TMP411 temperature sensor chips.
  692. This driver can also be built as a module. If so, the module
  693. will be called tmp401.
  694. config SENSORS_TMP421
  695. tristate "Texas Instruments TMP421 and compatible"
  696. depends on I2C && EXPERIMENTAL
  697. help
  698. If you say yes here you get support for Texas Instruments TMP421,
  699. TMP422 and TMP423 temperature sensor chips.
  700. This driver can also be built as a module. If so, the module
  701. will be called tmp421.
  702. config SENSORS_VIA_CPUTEMP
  703. tristate "VIA CPU temperature sensor"
  704. depends on X86
  705. help
  706. If you say yes here you get support for the temperature
  707. sensor inside your CPU. Supported are all known variants of
  708. the VIA C7 and Nano.
  709. config SENSORS_VIA686A
  710. tristate "VIA686A"
  711. depends on PCI
  712. help
  713. If you say yes here you get support for the integrated sensors in
  714. Via 686A/B South Bridges.
  715. This driver can also be built as a module. If so, the module
  716. will be called via686a.
  717. config SENSORS_VT1211
  718. tristate "VIA VT1211"
  719. depends on EXPERIMENTAL
  720. select HWMON_VID
  721. help
  722. If you say yes here then you get support for hardware monitoring
  723. features of the VIA VT1211 Super-I/O chip.
  724. This driver can also be built as a module. If so, the module
  725. will be called vt1211.
  726. config SENSORS_VT8231
  727. tristate "VIA VT8231"
  728. depends on PCI
  729. select HWMON_VID
  730. help
  731. If you say yes here then you get support for the integrated sensors
  732. in the VIA VT8231 device.
  733. This driver can also be built as a module. If so, the module
  734. will be called vt8231.
  735. config SENSORS_W83781D
  736. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  737. depends on I2C
  738. select HWMON_VID
  739. help
  740. If you say yes here you get support for the Winbond W8378x series
  741. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  742. Asus AS99127F.
  743. This driver can also be built as a module. If so, the module
  744. will be called w83781d.
  745. config SENSORS_W83791D
  746. tristate "Winbond W83791D"
  747. depends on I2C
  748. select HWMON_VID
  749. help
  750. If you say yes here you get support for the Winbond W83791D chip.
  751. This driver can also be built as a module. If so, the module
  752. will be called w83791d.
  753. config SENSORS_W83792D
  754. tristate "Winbond W83792D"
  755. depends on I2C && EXPERIMENTAL
  756. help
  757. If you say yes here you get support for the Winbond W83792D chip.
  758. This driver can also be built as a module. If so, the module
  759. will be called w83792d.
  760. config SENSORS_W83793
  761. tristate "Winbond W83793"
  762. depends on I2C && EXPERIMENTAL
  763. select HWMON_VID
  764. help
  765. If you say yes here you get support for the Winbond W83793
  766. hardware monitoring chip, including support for the integrated
  767. watchdog.
  768. This driver can also be built as a module. If so, the module
  769. will be called w83793.
  770. config SENSORS_W83L785TS
  771. tristate "Winbond W83L785TS-S"
  772. depends on I2C && EXPERIMENTAL
  773. help
  774. If you say yes here you get support for the Winbond W83L785TS-S
  775. sensor chip, which is used on the Asus A7N8X, among other
  776. motherboards.
  777. This driver can also be built as a module. If so, the module
  778. will be called w83l785ts.
  779. config SENSORS_W83L786NG
  780. tristate "Winbond W83L786NG, W83L786NR"
  781. depends on I2C && EXPERIMENTAL
  782. help
  783. If you say yes here you get support for the Winbond W83L786NG
  784. and W83L786NR sensor chips.
  785. This driver can also be built as a module. If so, the module
  786. will be called w83l786ng.
  787. config SENSORS_W83627HF
  788. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  789. select HWMON_VID
  790. help
  791. If you say yes here you get support for the Winbond W836X7 series
  792. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  793. W83697HF.
  794. This driver can also be built as a module. If so, the module
  795. will be called w83627hf.
  796. config SENSORS_W83627EHF
  797. tristate "Winbond W83627EHF/EHG/DHG, W83667HG"
  798. select HWMON_VID
  799. help
  800. If you say yes here you get support for the hardware
  801. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  802. This driver also supports the W83627EHG, which is the lead-free
  803. version of the W83627EHF, and the W83627DHG, which is a similar
  804. chip suited for specific Intel processors that use PECI such as
  805. the Core 2 Duo.
  806. This driver also supports the W83667HG chip.
  807. This driver can also be built as a module. If so, the module
  808. will be called w83627ehf.
  809. config SENSORS_WM831X
  810. tristate "WM831x PMICs"
  811. depends on MFD_WM831X
  812. help
  813. If you say yes here you get support for the hardware
  814. monitoring functionality of the Wolfson Microelectronics
  815. WM831x series of PMICs.
  816. This driver can also be built as a module. If so, the module
  817. will be called wm831x-hwmon.
  818. config SENSORS_WM8350
  819. tristate "Wolfson Microelectronics WM835x"
  820. depends on MFD_WM8350
  821. help
  822. If you say yes here you get support for the hardware
  823. monitoring features of the WM835x series of PMICs.
  824. This driver can also be built as a module. If so, the module
  825. will be called wm8350-hwmon.
  826. config SENSORS_ULTRA45
  827. tristate "Sun Ultra45 PIC16F747"
  828. depends on SPARC64
  829. help
  830. This driver provides support for the Ultra45 workstation environmental
  831. sensors.
  832. config SENSORS_HDAPS
  833. tristate "IBM Hard Drive Active Protection System (hdaps)"
  834. depends on INPUT && X86
  835. select INPUT_POLLDEV
  836. default n
  837. help
  838. This driver provides support for the IBM Hard Drive Active Protection
  839. System (hdaps), which provides an accelerometer and other misc. data.
  840. ThinkPads starting with the R50, T41, and X40 are supported. The
  841. accelerometer data is readable via sysfs.
  842. This driver also provides an absolute input class device, allowing
  843. the laptop to act as a pinball machine-esque joystick.
  844. If your ThinkPad is not recognized by the driver, please update to latest
  845. BIOS. This is especially the case for some R52 ThinkPads.
  846. Say Y here if you have an applicable laptop and want to experience
  847. the awesome power of hdaps.
  848. config SENSORS_LIS3_SPI
  849. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
  850. depends on !ACPI && SPI_MASTER && INPUT
  851. select INPUT_POLLDEV
  852. default n
  853. help
  854. This driver provides support for the LIS3LV02Dx accelerometer connected
  855. via SPI. The accelerometer data is readable via
  856. /sys/devices/platform/lis3lv02d.
  857. This driver also provides an absolute input class device, allowing
  858. the laptop to act as a pinball machine-esque joystick.
  859. This driver can also be built as modules. If so, the core module
  860. will be called lis3lv02d and a specific module for the SPI transport
  861. is called lis3lv02d_spi.
  862. config SENSORS_LIS3_I2C
  863. tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
  864. depends on I2C && INPUT
  865. select INPUT_POLLDEV
  866. default n
  867. help
  868. This driver provides support for the LIS3LV02Dx accelerometer connected
  869. via I2C. The accelerometer data is readable via
  870. /sys/devices/platform/lis3lv02d.
  871. This driver also provides an absolute input class device, allowing
  872. the device to act as a pinball machine-esque joystick.
  873. This driver can also be built as modules. If so, the core module
  874. will be called lis3lv02d and a specific module for the I2C transport
  875. is called lis3lv02d_i2c.
  876. config SENSORS_APPLESMC
  877. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  878. depends on INPUT && X86
  879. select NEW_LEDS
  880. select LEDS_CLASS
  881. select INPUT_POLLDEV
  882. default n
  883. help
  884. This driver provides support for the Apple System Management
  885. Controller, which provides an accelerometer (Apple Sudden Motion
  886. Sensor), light sensors, temperature sensors, keyboard backlight
  887. control and fan control.
  888. Only Intel-based Apple's computers are supported (MacBook Pro,
  889. MacBook, MacMini).
  890. Data from the different sensors, keyboard backlight control and fan
  891. control are accessible via sysfs.
  892. This driver also provides an absolute input class device, allowing
  893. the laptop to act as a pinball machine-esque joystick.
  894. Say Y here if you have an applicable laptop and want to experience
  895. the awesome power of applesmc.
  896. config SENSORS_MC13783_ADC
  897. tristate "Freescale MC13783 ADC"
  898. depends on MFD_MC13783
  899. help
  900. Support for the A/D converter on MC13783 PMIC.
  901. if ACPI
  902. comment "ACPI drivers"
  903. config SENSORS_ATK0110
  904. tristate "ASUS ATK0110"
  905. depends on X86 && EXPERIMENTAL
  906. help
  907. If you say yes here you get support for the ACPI hardware
  908. monitoring interface found in many ASUS motherboards. This
  909. driver will provide readings of fans, voltages and temperatures
  910. through the system firmware.
  911. This driver can also be built as a module. If so, the module
  912. will be called asus_atk0110.
  913. config SENSORS_LIS3LV02D
  914. tristate "STMicroeletronics LIS3* three-axis digital accelerometer"
  915. depends on INPUT
  916. select INPUT_POLLDEV
  917. select NEW_LEDS
  918. select LEDS_CLASS
  919. default n
  920. help
  921. This driver provides support for the LIS3* accelerometers, such as the
  922. LIS3LV02DL or the LIS331DL. In particular, it can be found in a number
  923. of HP laptops, which have the "Mobile Data Protection System 3D" or
  924. "3D DriveGuard" feature. On such systems the driver should load
  925. automatically (via ACPI alias). The accelerometer might also be found
  926. in other systems, connected via SPI or I2C. The accelerometer data is
  927. readable via /sys/devices/platform/lis3lv02d.
  928. This driver also provides an absolute input class device, allowing
  929. a laptop to act as a pinball machine-esque joystick. It provides also
  930. a misc device which can be used to detect free-fall. On HP laptops,
  931. if the led infrastructure is activated, support for a led indicating
  932. disk protection will be provided as hp::hddprotect. For more
  933. information on the feature, refer to Documentation/hwmon/lis3lv02d.
  934. This driver can also be built as modules. If so, the core module
  935. will be called lis3lv02d and a specific module for HP laptops will be
  936. called hp_accel.
  937. Say Y here if you have an applicable laptop and want to experience
  938. the awesome power of lis3lv02d.
  939. endif # ACPI
  940. endif # HWMON