Kconfig 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
  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
  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
  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
  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_ADT7475
  167. tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
  168. depends on I2C
  169. select HWMON_VID
  170. help
  171. If you say yes here you get support for the Analog Devices
  172. ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
  173. chips.
  174. This driver can also be build as a module. If so, the module
  175. will be called adt7475.
  176. config SENSORS_ASC7621
  177. tristate "Andigilog aSC7621"
  178. depends on HWMON && I2C
  179. help
  180. If you say yes here you get support for the aSC7621
  181. family of SMBus sensors chip found on most Intel X38, X48, X58,
  182. 945, 965 and 975 desktop boards. Currently supported chips:
  183. aSC7621
  184. aSC7621a
  185. This driver can also be built as a module. If so, the module
  186. will be called asc7621.
  187. config SENSORS_K8TEMP
  188. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  189. depends on X86 && PCI && EXPERIMENTAL
  190. help
  191. If you say yes here you get support for the temperature
  192. sensor(s) inside your CPU. Supported is whole AMD K8
  193. microarchitecture. Please note that you will need at least
  194. lm-sensors 2.10.1 for proper userspace support.
  195. This driver can also be built as a module. If so, the module
  196. will be called k8temp.
  197. config SENSORS_K10TEMP
  198. tristate "AMD Family 10h/11h/12h/14h temperature sensor"
  199. depends on X86 && PCI
  200. help
  201. If you say yes here you get support for the temperature
  202. sensor(s) inside your CPU. Supported are later revisions of
  203. the AMD Family 10h and all revisions of the AMD Family 11h,
  204. 12h (Llano), and 14h (Brazos) microarchitectures.
  205. This driver can also be built as a module. If so, the module
  206. will be called k10temp.
  207. config SENSORS_ASB100
  208. tristate "Asus ASB100 Bach"
  209. depends on X86 && I2C && EXPERIMENTAL
  210. select HWMON_VID
  211. help
  212. If you say yes here you get support for the ASB100 Bach sensor
  213. chip found on some Asus mainboards.
  214. This driver can also be built as a module. If so, the module
  215. will be called asb100.
  216. config SENSORS_ATXP1
  217. tristate "Attansic ATXP1 VID controller"
  218. depends on I2C && EXPERIMENTAL
  219. select HWMON_VID
  220. help
  221. If you say yes here you get support for the Attansic ATXP1 VID
  222. controller.
  223. If your board have such a chip, you are able to control your CPU
  224. core and other voltages.
  225. This driver can also be built as a module. If so, the module
  226. will be called atxp1.
  227. config SENSORS_DS620
  228. tristate "Dallas Semiconductor DS620"
  229. depends on I2C
  230. help
  231. If you say yes here you get support for Dallas Semiconductor
  232. DS620 sensor chip.
  233. This driver can also be built as a module. If so, the module
  234. will be called ds620.
  235. config SENSORS_DS1621
  236. tristate "Dallas Semiconductor DS1621 and DS1625"
  237. depends on I2C
  238. help
  239. If you say yes here you get support for Dallas Semiconductor
  240. DS1621 and DS1625 sensor chips.
  241. This driver can also be built as a module. If so, the module
  242. will be called ds1621.
  243. config SENSORS_I5K_AMB
  244. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  245. depends on PCI && EXPERIMENTAL
  246. help
  247. If you say yes here you get support for FB-DIMM AMB temperature
  248. monitoring chips on systems with the Intel 5000 series chipset.
  249. This driver can also be built as a module. If so, the module
  250. will be called i5k_amb.
  251. config SENSORS_F71805F
  252. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  253. help
  254. If you say yes here you get support for hardware monitoring
  255. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  256. Super-I/O chips.
  257. This driver can also be built as a module. If so, the module
  258. will be called f71805f.
  259. config SENSORS_F71882FG
  260. tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
  261. help
  262. If you say yes here you get support for hardware monitoring
  263. features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
  264. F71889FG and F8000 Super-I/O chips.
  265. This driver can also be built as a module. If so, the module
  266. will be called f71882fg.
  267. config SENSORS_F75375S
  268. tristate "Fintek F75375S/SP and F75373"
  269. depends on I2C
  270. help
  271. If you say yes here you get support for hardware monitoring
  272. features of the Fintek F75375S/SP and F75373
  273. This driver can also be built as a module. If so, the module
  274. will be called f75375s.
  275. config SENSORS_FSCHMD
  276. tristate "Fujitsu Siemens Computers sensor chips"
  277. depends on X86 && I2C
  278. help
  279. If you say yes here you get support for the following Fujitsu
  280. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  281. Heimdall, Heracles, Hades and Syleus including support for the
  282. integrated watchdog.
  283. This is a merged driver for FSC sensor chips replacing the fscpos,
  284. fscscy and fscher drivers and adding support for several other FSC
  285. sensor chips.
  286. This driver can also be built as a module. If so, the module
  287. will be called fschmd.
  288. config SENSORS_G760A
  289. tristate "GMT G760A"
  290. depends on I2C
  291. help
  292. If you say yes here you get support for Global Mixed-mode
  293. Technology Inc G760A fan speed PWM controller chips.
  294. This driver can also be built as a module. If so, the module
  295. will be called g760a.
  296. config SENSORS_GL518SM
  297. tristate "Genesys Logic GL518SM"
  298. depends on I2C
  299. help
  300. If you say yes here you get support for Genesys Logic GL518SM
  301. sensor chips.
  302. This driver can also be built as a module. If so, the module
  303. will be called gl518sm.
  304. config SENSORS_GL520SM
  305. tristate "Genesys Logic GL520SM"
  306. depends on I2C
  307. select HWMON_VID
  308. help
  309. If you say yes here you get support for Genesys Logic GL520SM
  310. sensor chips.
  311. This driver can also be built as a module. If so, the module
  312. will be called gl520sm.
  313. config SENSORS_GPIO_FAN
  314. tristate "GPIO fan"
  315. depends on GENERIC_GPIO
  316. help
  317. If you say yes here you get support for fans connected to GPIO lines.
  318. This driver can also be built as a module. If so, the module
  319. will be called gpio-fan.
  320. config SENSORS_CORETEMP
  321. tristate "Intel Core/Core2/Atom temperature sensor"
  322. depends on X86 && PCI && EXPERIMENTAL
  323. help
  324. If you say yes here you get support for the temperature
  325. sensor inside your CPU. Most of the family 6 CPUs
  326. are supported. Check Documentation/hwmon/coretemp for details.
  327. config SENSORS_PKGTEMP
  328. tristate "Intel processor package temperature sensor"
  329. depends on X86 && EXPERIMENTAL
  330. help
  331. If you say yes here you get support for the package level temperature
  332. sensor inside your CPU. Check documentation/driver for details.
  333. config SENSORS_IBMAEM
  334. tristate "IBM Active Energy Manager temperature/power sensors and control"
  335. select IPMI_SI
  336. depends on IPMI_HANDLER
  337. help
  338. If you say yes here you get support for the temperature and
  339. power sensors and capping hardware in various IBM System X
  340. servers that support Active Energy Manager. This includes
  341. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  342. and certain HC10/HS2x/LS2x/QS2x blades.
  343. This driver can also be built as a module. If so, the module
  344. will be called ibmaem.
  345. config SENSORS_IBMPEX
  346. tristate "IBM PowerExecutive temperature/power sensors"
  347. select IPMI_SI
  348. depends on IPMI_HANDLER
  349. help
  350. If you say yes here you get support for the temperature and
  351. power sensors in various IBM System X servers that support
  352. PowerExecutive. So far this includes the x3350, x3550, x3650,
  353. x3655, and x3755; the x3800, x3850, and x3950 models that have
  354. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  355. This driver can also be built as a module. If so, the module
  356. will be called ibmpex.
  357. config SENSORS_IT87
  358. tristate "ITE IT87xx and compatibles"
  359. select HWMON_VID
  360. help
  361. If you say yes here you get support for ITE IT8705F, IT8712F,
  362. IT8716F, IT8718F, IT8720F, IT8721F, IT8726F and IT8758E sensor
  363. chips, and the SiS960 clone.
  364. This driver can also be built as a module. If so, the module
  365. will be called it87.
  366. config SENSORS_JZ4740
  367. tristate "Ingenic JZ4740 SoC ADC driver"
  368. depends on MACH_JZ4740 && MFD_JZ4740_ADC
  369. help
  370. If you say yes here you get support for reading adc values from the ADCIN
  371. pin on Ingenic JZ4740 SoC based boards.
  372. This driver can also be build as a module. If so, the module will be
  373. called jz4740-hwmon.
  374. config SENSORS_JC42
  375. tristate "JEDEC JC42.4 compliant memory module temperature sensors"
  376. depends on I2C
  377. help
  378. If you say yes here, you get support for JEDEC JC42.4 compliant
  379. temperature sensors, which are used on many DDR3 memory modules for
  380. mobile devices and servers. Support will include, but not be limited
  381. to, ADT7408, CAT34TS02, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
  382. MCP9843, SE97, SE98, STTS424(E), TSE2002B3, and TS3000B3.
  383. This driver can also be built as a module. If so, the module
  384. will be called jc42.
  385. config SENSORS_LINEAGE
  386. tristate "Lineage Compact Power Line Power Entry Module"
  387. depends on I2C && EXPERIMENTAL
  388. help
  389. If you say yes here you get support for the Lineage Compact Power Line
  390. series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
  391. CP2000DC, CP2725, and others.
  392. This driver can also be built as a module. If so, the module
  393. will be called lineage-pem.
  394. config SENSORS_LM63
  395. tristate "National Semiconductor LM63 and LM64"
  396. depends on I2C
  397. help
  398. If you say yes here you get support for the National
  399. Semiconductor LM63 and LM64 remote diode digital temperature
  400. sensors with integrated fan control. Such chips are found
  401. on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
  402. others.
  403. This driver can also be built as a module. If so, the module
  404. will be called lm63.
  405. config SENSORS_LM70
  406. tristate "National Semiconductor LM70 / Texas Instruments TMP121"
  407. depends on SPI_MASTER
  408. help
  409. If you say yes here you get support for the National Semiconductor
  410. LM70 and Texas Instruments TMP121/TMP123 digital temperature
  411. sensor chips.
  412. This driver can also be built as a module. If so, the module
  413. will be called lm70.
  414. config SENSORS_LM73
  415. tristate "National Semiconductor LM73"
  416. depends on I2C
  417. help
  418. If you say yes here you get support for National Semiconductor LM73
  419. sensor chips.
  420. This driver can also be built as a module. If so, the module
  421. will be called lm73.
  422. config SENSORS_LM75
  423. tristate "National Semiconductor LM75 and compatibles"
  424. depends on I2C
  425. help
  426. If you say yes here you get support for one common type of
  427. temperature sensor chip, with models including:
  428. - Dallas Semiconductor DS75 and DS1775
  429. - Maxim MAX6625 and MAX6626
  430. - Microchip MCP980x
  431. - National Semiconductor LM75, LM75A
  432. - NXP's LM75A
  433. - ST Microelectronics STDS75
  434. - TelCom (now Microchip) TCN75
  435. - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
  436. TMP275
  437. This driver supports driver model based binding through board
  438. specific I2C device tables.
  439. It also supports the "legacy" style of driver binding. To use
  440. that with some chips which don't replicate LM75 quirks exactly,
  441. you may need the "force" module parameter.
  442. This driver can also be built as a module. If so, the module
  443. will be called lm75.
  444. config SENSORS_LM77
  445. tristate "National Semiconductor LM77"
  446. depends on I2C
  447. help
  448. If you say yes here you get support for National Semiconductor LM77
  449. sensor chips.
  450. This driver can also be built as a module. If so, the module
  451. will be called lm77.
  452. config SENSORS_LM78
  453. tristate "National Semiconductor LM78 and compatibles"
  454. depends on I2C
  455. select HWMON_VID
  456. help
  457. If you say yes here you get support for National Semiconductor LM78,
  458. LM78-J and LM79.
  459. This driver can also be built as a module. If so, the module
  460. will be called lm78.
  461. config SENSORS_LM80
  462. tristate "National Semiconductor LM80"
  463. depends on I2C
  464. help
  465. If you say yes here you get support for National Semiconductor
  466. LM80 sensor chips.
  467. This driver can also be built as a module. If so, the module
  468. will be called lm80.
  469. config SENSORS_LM83
  470. tristate "National Semiconductor LM83 and compatibles"
  471. depends on I2C
  472. help
  473. If you say yes here you get support for National Semiconductor
  474. LM82 and LM83 sensor chips.
  475. This driver can also be built as a module. If so, the module
  476. will be called lm83.
  477. config SENSORS_LM85
  478. tristate "National Semiconductor LM85 and compatibles"
  479. depends on I2C
  480. select HWMON_VID
  481. help
  482. If you say yes here you get support for National Semiconductor LM85
  483. sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
  484. EMC6D101, EMC6D102, and EMC6D103.
  485. This driver can also be built as a module. If so, the module
  486. will be called lm85.
  487. config SENSORS_LM87
  488. tristate "National Semiconductor LM87 and compatibles"
  489. depends on I2C
  490. select HWMON_VID
  491. help
  492. If you say yes here you get support for National Semiconductor LM87
  493. and Analog Devices ADM1024 sensor chips.
  494. This driver can also be built as a module. If so, the module
  495. will be called lm87.
  496. config SENSORS_LM90
  497. tristate "National Semiconductor LM90 and compatibles"
  498. depends on I2C
  499. help
  500. If you say yes here you get support for National Semiconductor LM90,
  501. LM86, LM89 and LM99, Analog Devices ADM1032 and ADT7461, Maxim
  502. MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  503. MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, and Winbond/Nuvoton
  504. W83L771W/G/AWG/ASG sensor chips.
  505. This driver can also be built as a module. If so, the module
  506. will be called lm90.
  507. config SENSORS_LM92
  508. tristate "National Semiconductor LM92 and compatibles"
  509. depends on I2C
  510. help
  511. If you say yes here you get support for National Semiconductor LM92
  512. and Maxim MAX6635 sensor chips.
  513. This driver can also be built as a module. If so, the module
  514. will be called lm92.
  515. config SENSORS_LM93
  516. tristate "National Semiconductor LM93 and compatibles"
  517. depends on I2C
  518. select HWMON_VID
  519. help
  520. If you say yes here you get support for National Semiconductor LM93,
  521. LM94, and compatible sensor chips.
  522. This driver can also be built as a module. If so, the module
  523. will be called lm93.
  524. config SENSORS_LTC4151
  525. tristate "Linear Technology LTC4151"
  526. depends on I2C
  527. default n
  528. help
  529. If you say yes here you get support for Linear Technology LTC4151
  530. High Voltage I2C Current and Voltage Monitor interface.
  531. This driver can also be built as a module. If so, the module will
  532. be called ltc4151.
  533. config SENSORS_LTC4215
  534. tristate "Linear Technology LTC4215"
  535. depends on I2C && EXPERIMENTAL
  536. default n
  537. help
  538. If you say yes here you get support for Linear Technology LTC4215
  539. Hot Swap Controller I2C interface.
  540. This driver can also be built as a module. If so, the module will
  541. be called ltc4215.
  542. config SENSORS_LTC4245
  543. tristate "Linear Technology LTC4245"
  544. depends on I2C && EXPERIMENTAL
  545. default n
  546. help
  547. If you say yes here you get support for Linear Technology LTC4245
  548. Multiple Supply Hot Swap Controller I2C interface.
  549. This driver can also be built as a module. If so, the module will
  550. be called ltc4245.
  551. config SENSORS_LTC4261
  552. tristate "Linear Technology LTC4261"
  553. depends on I2C && EXPERIMENTAL
  554. default n
  555. help
  556. If you say yes here you get support for Linear Technology LTC4261
  557. Negative Voltage Hot Swap Controller I2C interface.
  558. This driver can also be built as a module. If so, the module will
  559. be called ltc4261.
  560. config SENSORS_LM95241
  561. tristate "National Semiconductor LM95241 sensor chip"
  562. depends on I2C
  563. help
  564. If you say yes here you get support for LM95241 sensor chip.
  565. This driver can also be built as a module. If so, the module
  566. will be called lm95241.
  567. config SENSORS_MAX1111
  568. tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
  569. depends on SPI_MASTER
  570. help
  571. Say y here to support Maxim's MAX1111 ADC chips.
  572. This driver can also be built as a module. If so, the module
  573. will be called max1111.
  574. config SENSORS_MAX1619
  575. tristate "Maxim MAX1619 sensor chip"
  576. depends on I2C
  577. help
  578. If you say yes here you get support for MAX1619 sensor chip.
  579. This driver can also be built as a module. If so, the module
  580. will be called max1619.
  581. config SENSORS_MAX6639
  582. tristate "Maxim MAX6639 sensor chip"
  583. depends on I2C && EXPERIMENTAL
  584. help
  585. If you say yes here you get support for the MAX6639
  586. sensor chips.
  587. This driver can also be built as a module. If so, the module
  588. will be called max6639.
  589. config SENSORS_MAX6650
  590. tristate "Maxim MAX6650 sensor chip"
  591. depends on I2C && EXPERIMENTAL
  592. help
  593. If you say yes here you get support for the MAX6650 / MAX6651
  594. sensor chips.
  595. This driver can also be built as a module. If so, the module
  596. will be called max6650.
  597. config SENSORS_PC87360
  598. tristate "National Semiconductor PC87360 family"
  599. select HWMON_VID
  600. help
  601. If you say yes here you get access to the hardware monitoring
  602. functions of the National Semiconductor PC8736x Super-I/O chips.
  603. The PC87360, PC87363 and PC87364 only have fan monitoring and
  604. control. The PC87365 and PC87366 additionally have voltage and
  605. temperature monitoring.
  606. This driver can also be built as a module. If so, the module
  607. will be called pc87360.
  608. config SENSORS_PC87427
  609. tristate "National Semiconductor PC87427"
  610. help
  611. If you say yes here you get access to the hardware monitoring
  612. functions of the National Semiconductor PC87427 Super-I/O chip.
  613. The chip has two distinct logical devices, one for fan speed
  614. monitoring and control, and one for voltage and temperature
  615. monitoring. Fan speed monitoring and control are supported, as
  616. well as temperature monitoring. Voltages aren't supported yet.
  617. This driver can also be built as a module. If so, the module
  618. will be called pc87427.
  619. config SENSORS_PCF8591
  620. tristate "Philips PCF8591 ADC/DAC"
  621. depends on I2C
  622. default n
  623. help
  624. If you say yes here you get support for Philips PCF8591 4-channel
  625. ADC, 1-channel DAC chips.
  626. This driver can also be built as a module. If so, the module
  627. will be called pcf8591.
  628. These devices are hard to detect and rarely found on mainstream
  629. hardware. If unsure, say N.
  630. config PMBUS
  631. tristate "PMBus support"
  632. depends on I2C && EXPERIMENTAL
  633. default n
  634. help
  635. Say yes here if you want to enable PMBus support.
  636. This driver can also be built as a module. If so, the module will
  637. be called pmbus_core.
  638. if PMBUS
  639. config SENSORS_PMBUS
  640. tristate "Generic PMBus devices"
  641. default n
  642. help
  643. If you say yes here you get hardware monitoring support for generic
  644. PMBus devices, including but not limited to BMR450, BMR451, BMR453,
  645. BMR454, and LTC2978.
  646. This driver can also be built as a module. If so, the module will
  647. be called pmbus.
  648. config SENSORS_MAX16064
  649. tristate "Maxim MAX16064"
  650. default n
  651. help
  652. If you say yes here you get hardware monitoring support for Maxim
  653. MAX16064.
  654. This driver can also be built as a module. If so, the module will
  655. be called max16064.
  656. config SENSORS_MAX34440
  657. tristate "Maxim MAX34440/MAX34441"
  658. default n
  659. help
  660. If you say yes here you get hardware monitoring support for Maxim
  661. MAX34440 and MAX34441.
  662. This driver can also be built as a module. If so, the module will
  663. be called max34440.
  664. config SENSORS_MAX8688
  665. tristate "Maxim MAX8688"
  666. default n
  667. help
  668. If you say yes here you get hardware monitoring support for Maxim
  669. MAX8688.
  670. This driver can also be built as a module. If so, the module will
  671. be called max8688.
  672. endif # PMBUS
  673. config SENSORS_SHT15
  674. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  675. depends on GENERIC_GPIO
  676. help
  677. If you say yes here you get support for the Sensiron SHT10, SHT11,
  678. SHT15, SHT71, SHT75 humidity and temperature sensors.
  679. This driver can also be built as a module. If so, the module
  680. will be called sht15.
  681. config SENSORS_SHT21
  682. tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
  683. depends on I2C
  684. help
  685. If you say yes here you get support for the Sensiron SHT21, SHT25
  686. humidity and temperature sensors.
  687. This driver can also be built as a module. If so, the module
  688. will be called sht21.
  689. config SENSORS_S3C
  690. tristate "Samsung built-in ADC"
  691. depends on S3C_ADC
  692. help
  693. If you say yes here you get support for the on-board ADCs of
  694. the Samsung S3C24XX, S3C64XX and other series of SoC
  695. This driver can also be built as a module. If so, the module
  696. will be called s3c-hwmon.
  697. config SENSORS_S3C_RAW
  698. bool "Include raw channel attributes in sysfs"
  699. depends on SENSORS_S3C
  700. help
  701. Say Y here if you want to include raw copies of all the ADC
  702. channels in sysfs.
  703. config SENSORS_SIS5595
  704. tristate "Silicon Integrated Systems Corp. SiS5595"
  705. depends on PCI
  706. help
  707. If you say yes here you get support for the integrated sensors in
  708. SiS5595 South Bridges.
  709. This driver can also be built as a module. If so, the module
  710. will be called sis5595.
  711. config SENSORS_SMM665
  712. tristate "Summit Microelectronics SMM665"
  713. depends on I2C && EXPERIMENTAL
  714. default n
  715. help
  716. If you say yes here you get support for the hardware monitoring
  717. features of the Summit Microelectronics SMM665/SMM665B Six-Channel
  718. Active DC Output Controller / Monitor.
  719. Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
  720. Support for those chips is untested.
  721. This driver can also be built as a module. If so, the module will
  722. be called smm665.
  723. config SENSORS_DME1737
  724. tristate "SMSC DME1737, SCH311x and compatibles"
  725. depends on I2C && EXPERIMENTAL
  726. select HWMON_VID
  727. help
  728. If you say yes here you get support for the hardware monitoring
  729. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  730. Asus A8000 Super-I/O chips.
  731. This driver can also be built as a module. If so, the module
  732. will be called dme1737.
  733. config SENSORS_EMC1403
  734. tristate "SMSC EMC1403/23 thermal sensor"
  735. depends on I2C
  736. help
  737. If you say yes here you get support for the SMSC EMC1403/23
  738. temperature monitoring chip.
  739. Threshold values can be configured using sysfs.
  740. Data from the different diodes are accessible via sysfs.
  741. config SENSORS_EMC2103
  742. tristate "SMSC EMC2103"
  743. depends on I2C
  744. help
  745. If you say yes here you get support for the temperature
  746. and fan sensors of the SMSC EMC2103 chips.
  747. This driver can also be built as a module. If so, the module
  748. will be called emc2103.
  749. config SENSORS_SMSC47M1
  750. tristate "SMSC LPC47M10x and compatibles"
  751. help
  752. If you say yes here you get support for the integrated fan
  753. monitoring and control capabilities of the SMSC LPC47B27x,
  754. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  755. LPC47M192, LPC47M292 and LPC47M997 chips.
  756. The temperature and voltage sensor features of the LPC47M15x,
  757. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  758. driver, select also "SMSC LPC47M192 and compatibles" below for
  759. those.
  760. This driver can also be built as a module. If so, the module
  761. will be called smsc47m1.
  762. config SENSORS_SMSC47M192
  763. tristate "SMSC LPC47M192 and compatibles"
  764. depends on I2C
  765. select HWMON_VID
  766. help
  767. If you say yes here you get support for the temperature and
  768. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  769. and LPC47M997 chips.
  770. The fan monitoring and control capabilities of these chips
  771. are supported by another driver, select
  772. "SMSC LPC47M10x and compatibles" above. You need both drivers
  773. if you want fan control and voltage/temperature sensor support.
  774. This driver can also be built as a module. If so, the module
  775. will be called smsc47m192.
  776. config SENSORS_SMSC47B397
  777. tristate "SMSC LPC47B397-NC"
  778. depends on EXPERIMENTAL
  779. help
  780. If you say yes here you get support for the SMSC LPC47B397-NC
  781. sensor chip.
  782. This driver can also be built as a module. If so, the module
  783. will be called smsc47b397.
  784. config SENSORS_SCH5627
  785. tristate "SMSC SCH5627"
  786. help
  787. If you say yes here you get support for the hardware monitoring
  788. features of the SMSC SCH5627 Super-I/O chip.
  789. This driver can also be built as a module. If so, the module
  790. will be called sch5627.
  791. config SENSORS_ADS1015
  792. tristate "Texas Instruments ADS1015"
  793. depends on I2C
  794. help
  795. If you say yes here you get support for Texas Instruments ADS1015
  796. 12-bit 4-input ADC device.
  797. This driver can also be built as a module. If so, the module
  798. will be called ads1015.
  799. config SENSORS_ADS7828
  800. tristate "Texas Instruments ADS7828"
  801. depends on I2C
  802. help
  803. If you say yes here you get support for Texas Instruments ADS7828
  804. 12-bit 8-channel ADC device.
  805. This driver can also be built as a module. If so, the module
  806. will be called ads7828.
  807. config SENSORS_ADS7871
  808. tristate "Texas Instruments ADS7871 A/D converter"
  809. depends on SPI
  810. help
  811. If you say yes here you get support for TI ADS7871 & ADS7870
  812. This driver can also be built as a module. If so, the module
  813. will be called ads7871.
  814. config SENSORS_AMC6821
  815. tristate "Texas Instruments AMC6821"
  816. depends on I2C && EXPERIMENTAL
  817. help
  818. If you say yes here you get support for the Texas Instruments
  819. AMC6821 hardware monitoring chips.
  820. This driver can also be build as a module. If so, the module
  821. will be called amc6821.
  822. config SENSORS_THMC50
  823. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  824. depends on I2C
  825. help
  826. If you say yes here you get support for Texas Instruments THMC50
  827. sensor chips and clones: the Analog Devices ADM1022.
  828. This driver can also be built as a module. If so, the module
  829. will be called thmc50.
  830. config SENSORS_TMP102
  831. tristate "Texas Instruments TMP102"
  832. depends on I2C && EXPERIMENTAL
  833. help
  834. If you say yes here you get support for Texas Instruments TMP102
  835. sensor chips.
  836. This driver can also be built as a module. If so, the module
  837. will be called tmp102.
  838. config SENSORS_TMP401
  839. tristate "Texas Instruments TMP401 and compatibles"
  840. depends on I2C && EXPERIMENTAL
  841. help
  842. If you say yes here you get support for Texas Instruments TMP401 and
  843. TMP411 temperature sensor chips.
  844. This driver can also be built as a module. If so, the module
  845. will be called tmp401.
  846. config SENSORS_TMP421
  847. tristate "Texas Instruments TMP421 and compatible"
  848. depends on I2C && EXPERIMENTAL
  849. help
  850. If you say yes here you get support for Texas Instruments TMP421,
  851. TMP422 and TMP423 temperature sensor chips.
  852. This driver can also be built as a module. If so, the module
  853. will be called tmp421.
  854. config SENSORS_TWL4030_MADC
  855. tristate "Texas Instruments TWL4030 MADC Hwmon"
  856. depends on TWL4030_MADC
  857. help
  858. If you say yes here you get hwmon support for triton
  859. TWL4030-MADC.
  860. This driver can also be built as a module. If so it will be called
  861. twl4030-madc-hwmon.
  862. config SENSORS_VIA_CPUTEMP
  863. tristate "VIA CPU temperature sensor"
  864. depends on X86
  865. help
  866. If you say yes here you get support for the temperature
  867. sensor inside your CPU. Supported are all known variants of
  868. the VIA C7 and Nano.
  869. config SENSORS_VIA686A
  870. tristate "VIA686A"
  871. depends on PCI
  872. help
  873. If you say yes here you get support for the integrated sensors in
  874. Via 686A/B South Bridges.
  875. This driver can also be built as a module. If so, the module
  876. will be called via686a.
  877. config SENSORS_VT1211
  878. tristate "VIA VT1211"
  879. select HWMON_VID
  880. help
  881. If you say yes here then you get support for hardware monitoring
  882. features of the VIA VT1211 Super-I/O chip.
  883. This driver can also be built as a module. If so, the module
  884. will be called vt1211.
  885. config SENSORS_VT8231
  886. tristate "VIA VT8231"
  887. depends on PCI
  888. select HWMON_VID
  889. help
  890. If you say yes here then you get support for the integrated sensors
  891. in the VIA VT8231 device.
  892. This driver can also be built as a module. If so, the module
  893. will be called vt8231.
  894. config SENSORS_W83781D
  895. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  896. depends on I2C
  897. select HWMON_VID
  898. help
  899. If you say yes here you get support for the Winbond W8378x series
  900. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  901. Asus AS99127F.
  902. This driver can also be built as a module. If so, the module
  903. will be called w83781d.
  904. config SENSORS_W83791D
  905. tristate "Winbond W83791D"
  906. depends on I2C
  907. select HWMON_VID
  908. help
  909. If you say yes here you get support for the Winbond W83791D chip.
  910. This driver can also be built as a module. If so, the module
  911. will be called w83791d.
  912. config SENSORS_W83792D
  913. tristate "Winbond W83792D"
  914. depends on I2C
  915. help
  916. If you say yes here you get support for the Winbond W83792D chip.
  917. This driver can also be built as a module. If so, the module
  918. will be called w83792d.
  919. config SENSORS_W83793
  920. tristate "Winbond W83793"
  921. depends on I2C && EXPERIMENTAL
  922. select HWMON_VID
  923. help
  924. If you say yes here you get support for the Winbond W83793
  925. hardware monitoring chip, including support for the integrated
  926. watchdog.
  927. This driver can also be built as a module. If so, the module
  928. will be called w83793.
  929. config SENSORS_W83795
  930. tristate "Winbond/Nuvoton W83795G/ADG"
  931. depends on I2C && EXPERIMENTAL
  932. help
  933. If you say yes here you get support for the Winbond W83795G and
  934. W83795ADG hardware monitoring chip.
  935. This driver can also be built as a module. If so, the module
  936. will be called w83795.
  937. config SENSORS_W83795_FANCTRL
  938. boolean "Include fan control support (DANGEROUS)"
  939. depends on SENSORS_W83795 && EXPERIMENTAL
  940. default n
  941. help
  942. If you say yes here, support for the both manual and automatic
  943. fan control features will be included in the driver.
  944. This part of the code wasn't carefully reviewed and tested yet,
  945. so enabling this option is strongly discouraged on production
  946. servers. Only developers and testers should enable it for the
  947. time being.
  948. Please also note that this option will create sysfs attribute
  949. files which may change in the future, so you shouldn't rely
  950. on them being stable.
  951. config SENSORS_W83L785TS
  952. tristate "Winbond W83L785TS-S"
  953. depends on I2C && EXPERIMENTAL
  954. help
  955. If you say yes here you get support for the Winbond W83L785TS-S
  956. sensor chip, which is used on the Asus A7N8X, among other
  957. motherboards.
  958. This driver can also be built as a module. If so, the module
  959. will be called w83l785ts.
  960. config SENSORS_W83L786NG
  961. tristate "Winbond W83L786NG, W83L786NR"
  962. depends on I2C && EXPERIMENTAL
  963. help
  964. If you say yes here you get support for the Winbond W83L786NG
  965. and W83L786NR sensor chips.
  966. This driver can also be built as a module. If so, the module
  967. will be called w83l786ng.
  968. config SENSORS_W83627HF
  969. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  970. select HWMON_VID
  971. help
  972. If you say yes here you get support for the Winbond W836X7 series
  973. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  974. W83697HF.
  975. This driver can also be built as a module. If so, the module
  976. will be called w83627hf.
  977. config SENSORS_W83627EHF
  978. tristate "Winbond W83627EHF/EHG/DHG, W83667HG, NCT6775F, NCT6776F"
  979. select HWMON_VID
  980. help
  981. If you say yes here you get support for the hardware
  982. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  983. This driver also supports the W83627EHG, which is the lead-free
  984. version of the W83627EHF, and the W83627DHG, which is a similar
  985. chip suited for specific Intel processors that use PECI such as
  986. the Core 2 Duo.
  987. This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
  988. (also known as W83667HG-I), and NCT6776F.
  989. This driver can also be built as a module. If so, the module
  990. will be called w83627ehf.
  991. config SENSORS_WM831X
  992. tristate "WM831x PMICs"
  993. depends on MFD_WM831X
  994. help
  995. If you say yes here you get support for the hardware
  996. monitoring functionality of the Wolfson Microelectronics
  997. WM831x series of PMICs.
  998. This driver can also be built as a module. If so, the module
  999. will be called wm831x-hwmon.
  1000. config SENSORS_WM8350
  1001. tristate "Wolfson Microelectronics WM835x"
  1002. depends on MFD_WM8350
  1003. help
  1004. If you say yes here you get support for the hardware
  1005. monitoring features of the WM835x series of PMICs.
  1006. This driver can also be built as a module. If so, the module
  1007. will be called wm8350-hwmon.
  1008. config SENSORS_ULTRA45
  1009. tristate "Sun Ultra45 PIC16F747"
  1010. depends on SPARC64
  1011. help
  1012. This driver provides support for the Ultra45 workstation environmental
  1013. sensors.
  1014. config SENSORS_APPLESMC
  1015. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  1016. depends on INPUT && X86
  1017. select NEW_LEDS
  1018. select LEDS_CLASS
  1019. select INPUT_POLLDEV
  1020. default n
  1021. help
  1022. This driver provides support for the Apple System Management
  1023. Controller, which provides an accelerometer (Apple Sudden Motion
  1024. Sensor), light sensors, temperature sensors, keyboard backlight
  1025. control and fan control.
  1026. Only Intel-based Apple's computers are supported (MacBook Pro,
  1027. MacBook, MacMini).
  1028. Data from the different sensors, keyboard backlight control and fan
  1029. control are accessible via sysfs.
  1030. This driver also provides an absolute input class device, allowing
  1031. the laptop to act as a pinball machine-esque joystick.
  1032. Say Y here if you have an applicable laptop and want to experience
  1033. the awesome power of applesmc.
  1034. config SENSORS_MC13783_ADC
  1035. tristate "Freescale MC13783 ADC"
  1036. depends on MFD_MC13783
  1037. help
  1038. Support for the A/D converter on MC13783 PMIC.
  1039. if ACPI
  1040. comment "ACPI drivers"
  1041. config SENSORS_ATK0110
  1042. tristate "ASUS ATK0110"
  1043. depends on X86 && EXPERIMENTAL
  1044. help
  1045. If you say yes here you get support for the ACPI hardware
  1046. monitoring interface found in many ASUS motherboards. This
  1047. driver will provide readings of fans, voltages and temperatures
  1048. through the system firmware.
  1049. This driver can also be built as a module. If so, the module
  1050. will be called asus_atk0110.
  1051. endif # ACPI
  1052. endif # HWMON