Kconfig 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527
  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 && DMI
  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 && DMI
  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_AD7314
  60. tristate "Analog Devices AD7314 and compatibles"
  61. depends on SPI
  62. help
  63. If you say yes here you get support for the Analog Devices
  64. AD7314, ADT7301 and ADT7302 temperature sensors.
  65. This driver can also be built as a module. If so, the module
  66. will be called ad7314.
  67. config SENSORS_AD7414
  68. tristate "Analog Devices AD7414"
  69. depends on I2C
  70. help
  71. If you say yes here you get support for the Analog Devices
  72. AD7414 temperature monitoring chip.
  73. This driver can also be built as a module. If so, the module
  74. will be called ad7414.
  75. config SENSORS_AD7418
  76. tristate "Analog Devices AD7416, AD7417 and AD7418"
  77. depends on I2C
  78. help
  79. If you say yes here you get support for the Analog Devices
  80. AD7416, AD7417 and AD7418 temperature monitoring chips.
  81. This driver can also be built as a module. If so, the module
  82. will be called ad7418.
  83. config SENSORS_ADCXX
  84. tristate "National Semiconductor ADCxxxSxxx"
  85. depends on SPI_MASTER
  86. help
  87. If you say yes here you get support for the National Semiconductor
  88. ADC<bb><c>S<sss> chip family, where
  89. * bb is the resolution in number of bits (8, 10, 12)
  90. * c is the number of channels (1, 2, 4, 8)
  91. * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
  92. kSPS and 101 for 1 MSPS)
  93. Examples : ADC081S101, ADC124S501, ...
  94. This driver can also be built as a module. If so, the module
  95. will be called adcxx.
  96. config SENSORS_ADM1021
  97. tristate "Analog Devices ADM1021 and compatibles"
  98. depends on I2C
  99. help
  100. If you say yes here you get support for Analog Devices ADM1021
  101. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  102. Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
  103. This driver can also be built as a module. If so, the module
  104. will be called adm1021.
  105. config SENSORS_ADM1025
  106. tristate "Analog Devices ADM1025 and compatibles"
  107. depends on I2C
  108. select HWMON_VID
  109. help
  110. If you say yes here you get support for Analog Devices ADM1025
  111. and Philips NE1619 sensor chips.
  112. This driver can also be built as a module. If so, the module
  113. will be called adm1025.
  114. config SENSORS_ADM1026
  115. tristate "Analog Devices ADM1026 and compatibles"
  116. depends on I2C
  117. select HWMON_VID
  118. help
  119. If you say yes here you get support for Analog Devices ADM1026
  120. sensor chip.
  121. This driver can also be built as a module. If so, the module
  122. will be called adm1026.
  123. config SENSORS_ADM1029
  124. tristate "Analog Devices ADM1029"
  125. depends on I2C
  126. help
  127. If you say yes here you get support for Analog Devices ADM1029
  128. sensor chip.
  129. Very rare chip, please let us know you use it.
  130. This driver can also be built as a module. If so, the module
  131. will be called adm1029.
  132. config SENSORS_ADM1031
  133. tristate "Analog Devices ADM1031 and compatibles"
  134. depends on I2C
  135. help
  136. If you say yes here you get support for Analog Devices ADM1031
  137. and ADM1030 sensor chips.
  138. This driver can also be built as a module. If so, the module
  139. will be called adm1031.
  140. config SENSORS_ADM9240
  141. tristate "Analog Devices ADM9240 and compatibles"
  142. depends on I2C
  143. select HWMON_VID
  144. help
  145. If you say yes here you get support for Analog Devices ADM9240,
  146. Dallas DS1780, National Semiconductor LM81 sensor chips.
  147. This driver can also be built as a module. If so, the module
  148. will be called adm9240.
  149. config SENSORS_ADT7X10
  150. tristate
  151. help
  152. This module contains common code shared by the ADT7310/ADT7320 and
  153. ADT7410/ADT7420 temperature monitoring chip drivers.
  154. If build as a module, the module will be called adt7x10.
  155. config SENSORS_ADT7310
  156. tristate "Analog Devices ADT7310/ADT7320"
  157. depends on SPI_MASTER
  158. select SENSORS_ADT7X10
  159. help
  160. If you say yes here you get support for the Analog Devices
  161. ADT7310 and ADT7320 temperature monitoring chips.
  162. This driver can also be built as a module. If so, the module
  163. will be called adt7310.
  164. config SENSORS_ADT7410
  165. tristate "Analog Devices ADT7410/ADT7420"
  166. depends on I2C
  167. select SENSORS_ADT7X10
  168. help
  169. If you say yes here you get support for the Analog Devices
  170. ADT7410 and ADT7420 temperature monitoring chips.
  171. This driver can also be built as a module. If so, the module
  172. will be called adt7410.
  173. config SENSORS_ADT7411
  174. tristate "Analog Devices ADT7411"
  175. depends on I2C
  176. help
  177. If you say yes here you get support for the Analog Devices
  178. ADT7411 voltage and temperature monitoring chip.
  179. This driver can also be built as a module. If so, the module
  180. will be called adt7411.
  181. config SENSORS_ADT7462
  182. tristate "Analog Devices ADT7462"
  183. depends on I2C
  184. help
  185. If you say yes here you get support for the Analog Devices
  186. ADT7462 temperature monitoring chips.
  187. This driver can also be built as a module. If so, the module
  188. will be called adt7462.
  189. config SENSORS_ADT7470
  190. tristate "Analog Devices ADT7470"
  191. depends on I2C
  192. help
  193. If you say yes here you get support for the Analog Devices
  194. ADT7470 temperature monitoring chips.
  195. This driver can also be built as a module. If so, the module
  196. will be called adt7470.
  197. config SENSORS_ADT7475
  198. tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
  199. depends on I2C
  200. select HWMON_VID
  201. help
  202. If you say yes here you get support for the Analog Devices
  203. ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
  204. chips.
  205. This driver can also be build as a module. If so, the module
  206. will be called adt7475.
  207. config SENSORS_ASC7621
  208. tristate "Andigilog aSC7621"
  209. depends on I2C
  210. help
  211. If you say yes here you get support for the aSC7621
  212. family of SMBus sensors chip found on most Intel X38, X48, X58,
  213. 945, 965 and 975 desktop boards. Currently supported chips:
  214. aSC7621
  215. aSC7621a
  216. This driver can also be built as a module. If so, the module
  217. will be called asc7621.
  218. config SENSORS_K8TEMP
  219. tristate "AMD Athlon64/FX or Opteron temperature sensor"
  220. depends on X86 && PCI
  221. help
  222. If you say yes here you get support for the temperature
  223. sensor(s) inside your CPU. Supported is whole AMD K8
  224. microarchitecture. Please note that you will need at least
  225. lm-sensors 2.10.1 for proper userspace support.
  226. This driver can also be built as a module. If so, the module
  227. will be called k8temp.
  228. config SENSORS_K10TEMP
  229. tristate "AMD Family 10h+ temperature sensor"
  230. depends on X86 && PCI
  231. help
  232. If you say yes here you get support for the temperature
  233. sensor(s) inside your CPU. Supported are later revisions of
  234. the AMD Family 10h and all revisions of the AMD Family 11h,
  235. 12h (Llano), 14h (Brazos) and 15h (Bulldozer/Trinity)
  236. microarchitectures.
  237. This driver can also be built as a module. If so, the module
  238. will be called k10temp.
  239. config SENSORS_FAM15H_POWER
  240. tristate "AMD Family 15h processor power"
  241. depends on X86 && PCI
  242. help
  243. If you say yes here you get support for processor power
  244. information of your AMD family 15h CPU.
  245. This driver can also be built as a module. If so, the module
  246. will be called fam15h_power.
  247. config SENSORS_ASB100
  248. tristate "Asus ASB100 Bach"
  249. depends on X86 && I2C
  250. select HWMON_VID
  251. help
  252. If you say yes here you get support for the ASB100 Bach sensor
  253. chip found on some Asus mainboards.
  254. This driver can also be built as a module. If so, the module
  255. will be called asb100.
  256. config SENSORS_ATXP1
  257. tristate "Attansic ATXP1 VID controller"
  258. depends on I2C
  259. select HWMON_VID
  260. help
  261. If you say yes here you get support for the Attansic ATXP1 VID
  262. controller.
  263. If your board have such a chip, you are able to control your CPU
  264. core and other voltages.
  265. This driver can also be built as a module. If so, the module
  266. will be called atxp1.
  267. config SENSORS_DS620
  268. tristate "Dallas Semiconductor DS620"
  269. depends on I2C
  270. help
  271. If you say yes here you get support for Dallas Semiconductor
  272. DS620 sensor chip.
  273. This driver can also be built as a module. If so, the module
  274. will be called ds620.
  275. config SENSORS_DS1621
  276. tristate "Dallas Semiconductor DS1621 and DS1625"
  277. depends on I2C
  278. help
  279. If you say yes here you get support for Dallas Semiconductor
  280. DS1621 and DS1625 sensor chips.
  281. This driver can also be built as a module. If so, the module
  282. will be called ds1621.
  283. config SENSORS_DA9052_ADC
  284. tristate "Dialog DA9052/DA9053 ADC"
  285. depends on PMIC_DA9052
  286. help
  287. Say y here to support the ADC found on Dialog Semiconductor
  288. DA9052-BC and DA9053-AA/Bx PMICs.
  289. This driver can also be built as module. If so, the module
  290. will be called da9052-hwmon.
  291. config SENSORS_DA9055
  292. tristate "Dialog Semiconductor DA9055 ADC"
  293. depends on MFD_DA9055
  294. help
  295. If you say yes here you get support for ADC on the Dialog
  296. Semiconductor DA9055 PMIC.
  297. This driver can also be built as a module. If so, the module
  298. will be called da9055-hwmon.
  299. config SENSORS_I5K_AMB
  300. tristate "FB-DIMM AMB temperature sensor on Intel 5000 series chipsets"
  301. depends on PCI
  302. help
  303. If you say yes here you get support for FB-DIMM AMB temperature
  304. monitoring chips on systems with the Intel 5000 series chipset.
  305. This driver can also be built as a module. If so, the module
  306. will be called i5k_amb.
  307. config SENSORS_F71805F
  308. tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
  309. depends on !PPC
  310. help
  311. If you say yes here you get support for hardware monitoring
  312. features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
  313. Super-I/O chips.
  314. This driver can also be built as a module. If so, the module
  315. will be called f71805f.
  316. config SENSORS_F71882FG
  317. tristate "Fintek F71882FG and compatibles"
  318. depends on !PPC
  319. help
  320. If you say yes here you get support for hardware monitoring
  321. features of many Fintek Super-I/O (LPC) chips. The currently
  322. supported chips are:
  323. F71808E/A
  324. F71858FG
  325. F71862FG
  326. F71863FG
  327. F71869F/E/A
  328. F71882FG
  329. F71883FG
  330. F71889FG/ED/A
  331. F8000
  332. F81801U
  333. F81865F
  334. This driver can also be built as a module. If so, the module
  335. will be called f71882fg.
  336. config SENSORS_F75375S
  337. tristate "Fintek F75375S/SP, F75373 and F75387"
  338. depends on I2C
  339. help
  340. If you say yes here you get support for hardware monitoring
  341. features of the Fintek F75375S/SP, F75373 and F75387
  342. This driver can also be built as a module. If so, the module
  343. will be called f75375s.
  344. config SENSORS_FSCHMD
  345. tristate "Fujitsu Siemens Computers sensor chips"
  346. depends on X86 && I2C
  347. help
  348. If you say yes here you get support for the following Fujitsu
  349. Siemens Computers (FSC) sensor chips: Poseidon, Scylla, Hermes,
  350. Heimdall, Heracles, Hades and Syleus including support for the
  351. integrated watchdog.
  352. This is a merged driver for FSC sensor chips replacing the fscpos,
  353. fscscy and fscher drivers and adding support for several other FSC
  354. sensor chips.
  355. This driver can also be built as a module. If so, the module
  356. will be called fschmd.
  357. config SENSORS_G760A
  358. tristate "GMT G760A"
  359. depends on I2C
  360. help
  361. If you say yes here you get support for Global Mixed-mode
  362. Technology Inc G760A fan speed PWM controller chips.
  363. This driver can also be built as a module. If so, the module
  364. will be called g760a.
  365. config SENSORS_GL518SM
  366. tristate "Genesys Logic GL518SM"
  367. depends on I2C
  368. help
  369. If you say yes here you get support for Genesys Logic GL518SM
  370. sensor chips.
  371. This driver can also be built as a module. If so, the module
  372. will be called gl518sm.
  373. config SENSORS_GL520SM
  374. tristate "Genesys Logic GL520SM"
  375. depends on I2C
  376. select HWMON_VID
  377. help
  378. If you say yes here you get support for Genesys Logic GL520SM
  379. sensor chips.
  380. This driver can also be built as a module. If so, the module
  381. will be called gl520sm.
  382. config SENSORS_GPIO_FAN
  383. tristate "GPIO fan"
  384. depends on GPIOLIB
  385. help
  386. If you say yes here you get support for fans connected to GPIO lines.
  387. This driver can also be built as a module. If so, the module
  388. will be called gpio-fan.
  389. config SENSORS_HIH6130
  390. tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor"
  391. depends on I2C
  392. help
  393. If you say yes here you get support for Honeywell Humidicon
  394. HIH-6130 and HIH-6131 Humidicon humidity sensors.
  395. This driver can also be built as a module. If so, the module
  396. will be called hih6130.
  397. config SENSORS_CORETEMP
  398. tristate "Intel Core/Core2/Atom temperature sensor"
  399. depends on X86
  400. help
  401. If you say yes here you get support for the temperature
  402. sensor inside your CPU. Most of the family 6 CPUs
  403. are supported. Check Documentation/hwmon/coretemp for details.
  404. config SENSORS_IBMAEM
  405. tristate "IBM Active Energy Manager temperature/power sensors and control"
  406. select IPMI_SI
  407. depends on IPMI_HANDLER
  408. help
  409. If you say yes here you get support for the temperature and
  410. power sensors and capping hardware in various IBM System X
  411. servers that support Active Energy Manager. This includes
  412. the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,
  413. and certain HC10/HS2x/LS2x/QS2x blades.
  414. This driver can also be built as a module. If so, the module
  415. will be called ibmaem.
  416. config SENSORS_IBMPEX
  417. tristate "IBM PowerExecutive temperature/power sensors"
  418. select IPMI_SI
  419. depends on IPMI_HANDLER
  420. help
  421. If you say yes here you get support for the temperature and
  422. power sensors in various IBM System X servers that support
  423. PowerExecutive. So far this includes the x3350, x3550, x3650,
  424. x3655, and x3755; the x3800, x3850, and x3950 models that have
  425. PCI Express; and some of the HS2x, LS2x, and QS2x blades.
  426. This driver can also be built as a module. If so, the module
  427. will be called ibmpex.
  428. config SENSORS_IT87
  429. tristate "ITE IT87xx and compatibles"
  430. depends on !PPC
  431. select HWMON_VID
  432. help
  433. If you say yes here you get support for ITE IT8705F, IT8712F,
  434. IT8716F, IT8718F, IT8720F, IT8721F, IT8726F, IT8728F, IT8758E,
  435. IT8771E, IT8772E, IT8782F, and IT8783E/F sensor chips, and the
  436. SiS950 clone.
  437. This driver can also be built as a module. If so, the module
  438. will be called it87.
  439. config SENSORS_JZ4740
  440. tristate "Ingenic JZ4740 SoC ADC driver"
  441. depends on MACH_JZ4740 && MFD_JZ4740_ADC
  442. help
  443. If you say yes here you get support for reading adc values from the ADCIN
  444. pin on Ingenic JZ4740 SoC based boards.
  445. This driver can also be build as a module. If so, the module will be
  446. called jz4740-hwmon.
  447. config SENSORS_JC42
  448. tristate "JEDEC JC42.4 compliant memory module temperature sensors"
  449. depends on I2C
  450. help
  451. If you say yes here, you get support for JEDEC JC42.4 compliant
  452. temperature sensors, which are used on many DDR3 memory modules for
  453. mobile devices and servers. Support will include, but not be limited
  454. to, ADT7408, AT30TS00, CAT34TS02, CAT6095, MAX6604, MCP9804, MCP9805,
  455. MCP98242, MCP98243, MCP98244, MCP9843, SE97, SE98, STTS424(E),
  456. STTS2002, STTS3000, TSE2002B3, TSE2002GB2, TS3000B3, and TS3000GB2.
  457. This driver can also be built as a module. If so, the module
  458. will be called jc42.
  459. config SENSORS_LINEAGE
  460. tristate "Lineage Compact Power Line Power Entry Module"
  461. depends on I2C
  462. help
  463. If you say yes here you get support for the Lineage Compact Power Line
  464. series of DC/DC and AC/DC converters such as CP1800, CP2000AC,
  465. CP2000DC, CP2725, and others.
  466. This driver can also be built as a module. If so, the module
  467. will be called lineage-pem.
  468. config SENSORS_LM63
  469. tristate "National Semiconductor LM63 and compatibles"
  470. depends on I2C
  471. help
  472. If you say yes here you get support for the National
  473. Semiconductor LM63, LM64, and LM96163 remote diode digital temperature
  474. sensors with integrated fan control. Such chips are found
  475. on the Tyan S4882 (Thunder K8QS Pro) motherboard, among
  476. others.
  477. This driver can also be built as a module. If so, the module
  478. will be called lm63.
  479. config SENSORS_LM70
  480. tristate "National Semiconductor LM70 and compatibles"
  481. depends on SPI_MASTER
  482. help
  483. If you say yes here you get support for the National Semiconductor
  484. LM70, LM71, LM74 and Texas Instruments TMP121/TMP123 digital tempera-
  485. ture sensor chips.
  486. This driver can also be built as a module. If so, the module
  487. will be called lm70.
  488. config SENSORS_LM73
  489. tristate "National Semiconductor LM73"
  490. depends on I2C
  491. help
  492. If you say yes here you get support for National Semiconductor LM73
  493. sensor chips.
  494. This driver can also be built as a module. If so, the module
  495. will be called lm73.
  496. config SENSORS_LM75
  497. tristate "National Semiconductor LM75 and compatibles"
  498. depends on I2C
  499. help
  500. If you say yes here you get support for one common type of
  501. temperature sensor chip, with models including:
  502. - Analog Devices ADT75
  503. - Dallas Semiconductor DS75 and DS1775
  504. - Maxim MAX6625 and MAX6626
  505. - Microchip MCP980x
  506. - National Semiconductor LM75, LM75A
  507. - NXP's LM75A
  508. - ST Microelectronics STDS75
  509. - TelCom (now Microchip) TCN75
  510. - Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175,
  511. TMP275
  512. This driver supports driver model based binding through board
  513. specific I2C device tables.
  514. It also supports the "legacy" style of driver binding. To use
  515. that with some chips which don't replicate LM75 quirks exactly,
  516. you may need the "force" module parameter.
  517. This driver can also be built as a module. If so, the module
  518. will be called lm75.
  519. config SENSORS_LM77
  520. tristate "National Semiconductor LM77"
  521. depends on I2C
  522. help
  523. If you say yes here you get support for National Semiconductor LM77
  524. sensor chips.
  525. This driver can also be built as a module. If so, the module
  526. will be called lm77.
  527. config SENSORS_LM78
  528. tristate "National Semiconductor LM78 and compatibles"
  529. depends on I2C
  530. select HWMON_VID
  531. help
  532. If you say yes here you get support for National Semiconductor LM78,
  533. LM78-J and LM79.
  534. This driver can also be built as a module. If so, the module
  535. will be called lm78.
  536. config SENSORS_LM80
  537. tristate "National Semiconductor LM80 and LM96080"
  538. depends on I2C
  539. help
  540. If you say yes here you get support for National Semiconductor
  541. LM80 and LM96080 sensor chips.
  542. This driver can also be built as a module. If so, the module
  543. will be called lm80.
  544. config SENSORS_LM83
  545. tristate "National Semiconductor LM83 and compatibles"
  546. depends on I2C
  547. help
  548. If you say yes here you get support for National Semiconductor
  549. LM82 and LM83 sensor chips.
  550. This driver can also be built as a module. If so, the module
  551. will be called lm83.
  552. config SENSORS_LM85
  553. tristate "National Semiconductor LM85 and compatibles"
  554. depends on I2C
  555. select HWMON_VID
  556. help
  557. If you say yes here you get support for National Semiconductor LM85
  558. sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
  559. EMC6D101, EMC6D102, and EMC6D103.
  560. This driver can also be built as a module. If so, the module
  561. will be called lm85.
  562. config SENSORS_LM87
  563. tristate "National Semiconductor LM87 and compatibles"
  564. depends on I2C
  565. select HWMON_VID
  566. help
  567. If you say yes here you get support for National Semiconductor LM87
  568. and Analog Devices ADM1024 sensor chips.
  569. This driver can also be built as a module. If so, the module
  570. will be called lm87.
  571. config SENSORS_LM90
  572. tristate "National Semiconductor LM90 and compatibles"
  573. depends on I2C
  574. help
  575. If you say yes here you get support for National Semiconductor LM90,
  576. LM86, LM89 and LM99, Analog Devices ADM1032, ADT7461, and ADT7461A,
  577. Maxim MAX6646, MAX6647, MAX6648, MAX6649, MAX6657, MAX6658, MAX6659,
  578. MAX6680, MAX6681, MAX6692, MAX6695, MAX6696, ON Semiconductor NCT1008,
  579. Winbond/Nuvoton W83L771W/G/AWG/ASG, Philips SA56004, and GMT G781
  580. sensor chips.
  581. This driver can also be built as a module. If so, the module
  582. will be called lm90.
  583. config SENSORS_LM92
  584. tristate "National Semiconductor LM92 and compatibles"
  585. depends on I2C
  586. help
  587. If you say yes here you get support for National Semiconductor LM92
  588. and Maxim MAX6635 sensor chips.
  589. This driver can also be built as a module. If so, the module
  590. will be called lm92.
  591. config SENSORS_LM93
  592. tristate "National Semiconductor LM93 and compatibles"
  593. depends on I2C
  594. select HWMON_VID
  595. help
  596. If you say yes here you get support for National Semiconductor LM93,
  597. LM94, and compatible sensor chips.
  598. This driver can also be built as a module. If so, the module
  599. will be called lm93.
  600. config SENSORS_LTC4151
  601. tristate "Linear Technology LTC4151"
  602. depends on I2C
  603. default n
  604. help
  605. If you say yes here you get support for Linear Technology LTC4151
  606. High Voltage I2C Current and Voltage Monitor interface.
  607. This driver can also be built as a module. If so, the module will
  608. be called ltc4151.
  609. config SENSORS_LTC4215
  610. tristate "Linear Technology LTC4215"
  611. depends on I2C
  612. default n
  613. help
  614. If you say yes here you get support for Linear Technology LTC4215
  615. Hot Swap Controller I2C interface.
  616. This driver can also be built as a module. If so, the module will
  617. be called ltc4215.
  618. config SENSORS_LTC4245
  619. tristate "Linear Technology LTC4245"
  620. depends on I2C
  621. default n
  622. help
  623. If you say yes here you get support for Linear Technology LTC4245
  624. Multiple Supply Hot Swap Controller I2C interface.
  625. This driver can also be built as a module. If so, the module will
  626. be called ltc4245.
  627. config SENSORS_LTC4261
  628. tristate "Linear Technology LTC4261"
  629. depends on I2C
  630. default n
  631. help
  632. If you say yes here you get support for Linear Technology LTC4261
  633. Negative Voltage Hot Swap Controller I2C interface.
  634. This driver can also be built as a module. If so, the module will
  635. be called ltc4261.
  636. config SENSORS_LM95241
  637. tristate "National Semiconductor LM95241 and compatibles"
  638. depends on I2C
  639. help
  640. If you say yes here you get support for LM95231 and LM95241 sensor
  641. chips.
  642. This driver can also be built as a module. If so, the module
  643. will be called lm95241.
  644. config SENSORS_LM95245
  645. tristate "National Semiconductor LM95245 sensor chip"
  646. depends on I2C
  647. help
  648. If you say yes here you get support for LM95245 sensor chip.
  649. This driver can also be built as a module. If so, the module
  650. will be called lm95245.
  651. config SENSORS_MAX1111
  652. tristate "Maxim MAX1111 Serial 8-bit ADC chip and compatibles"
  653. depends on SPI_MASTER
  654. help
  655. Say y here to support Maxim's MAX1110, MAX1111, MAX1112, and MAX1113
  656. ADC chips.
  657. This driver can also be built as a module. If so, the module
  658. will be called max1111.
  659. config SENSORS_MAX16065
  660. tristate "Maxim MAX16065 System Manager and compatibles"
  661. depends on I2C
  662. help
  663. If you say yes here you get support for hardware monitoring
  664. capabilities of the following Maxim System Manager chips.
  665. MAX16065
  666. MAX16066
  667. MAX16067
  668. MAX16068
  669. MAX16070
  670. MAX16071
  671. This driver can also be built as a module. If so, the module
  672. will be called max16065.
  673. config SENSORS_MAX1619
  674. tristate "Maxim MAX1619 sensor chip"
  675. depends on I2C
  676. help
  677. If you say yes here you get support for MAX1619 sensor chip.
  678. This driver can also be built as a module. If so, the module
  679. will be called max1619.
  680. config SENSORS_MAX1668
  681. tristate "Maxim MAX1668 and compatibles"
  682. depends on I2C
  683. help
  684. If you say yes here you get support for MAX1668, MAX1989 and
  685. MAX1805 chips.
  686. This driver can also be built as a module. If so, the module
  687. will be called max1668.
  688. config SENSORS_MAX197
  689. tristate "Maxim MAX197 and compatibles"
  690. help
  691. Support for the Maxim MAX197 A/D converter.
  692. Support will include, but not be limited to, MAX197, and MAX199.
  693. This driver can also be built as a module. If so, the module
  694. will be called max197.
  695. config SENSORS_MAX6639
  696. tristate "Maxim MAX6639 sensor chip"
  697. depends on I2C
  698. help
  699. If you say yes here you get support for the MAX6639
  700. sensor chips.
  701. This driver can also be built as a module. If so, the module
  702. will be called max6639.
  703. config SENSORS_MAX6642
  704. tristate "Maxim MAX6642 sensor chip"
  705. depends on I2C
  706. help
  707. If you say yes here you get support for MAX6642 sensor chip.
  708. MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
  709. with Overtemperature Alarm from Maxim.
  710. This driver can also be built as a module. If so, the module
  711. will be called max6642.
  712. config SENSORS_MAX6650
  713. tristate "Maxim MAX6650 sensor chip"
  714. depends on I2C
  715. help
  716. If you say yes here you get support for the MAX6650 / MAX6651
  717. sensor chips.
  718. This driver can also be built as a module. If so, the module
  719. will be called max6650.
  720. config SENSORS_MAX6697
  721. tristate "Maxim MAX6697 and compatibles"
  722. depends on I2C
  723. help
  724. If you say yes here you get support for MAX6581, MAX6602, MAX6622,
  725. MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699
  726. temperature sensor chips.
  727. This driver can also be built as a module. If so, the module
  728. will be called max6697.
  729. config SENSORS_MCP3021
  730. tristate "Microchip MCP3021 and compatibles"
  731. depends on I2C
  732. help
  733. If you say yes here you get support for MCP3021 and MCP3221.
  734. The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221
  735. with 12-bit resolution.
  736. This driver can also be built as a module. If so, the module
  737. will be called mcp3021.
  738. config SENSORS_NCT6775
  739. tristate "Nuvoton NCT6775F, NCT6776F, NCT6779D"
  740. depends on !PPC
  741. select HWMON_VID
  742. help
  743. If you say yes here you get support for the hardware monitoring
  744. functionality of the Nuvoton NCT6775F, NCT6776F, and NCT6779D
  745. Super-I/O chips. This driver replaces the w83627ehf driver for
  746. NCT6775F and NCT6776F.
  747. This driver can also be built as a module. If so, the module
  748. will be called nct6775.
  749. config SENSORS_NTC_THERMISTOR
  750. tristate "NTC thermistor support"
  751. depends on (!OF && !IIO) || (OF && IIO)
  752. help
  753. This driver supports NTC thermistors sensor reading and its
  754. interpretation. The driver can also monitor the temperature and
  755. send notifications about the temperature.
  756. Currently, this driver supports
  757. NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333.
  758. This driver can also be built as a module. If so, the module
  759. will be called ntc-thermistor.
  760. config SENSORS_PC87360
  761. tristate "National Semiconductor PC87360 family"
  762. depends on !PPC
  763. select HWMON_VID
  764. help
  765. If you say yes here you get access to the hardware monitoring
  766. functions of the National Semiconductor PC8736x Super-I/O chips.
  767. The PC87360, PC87363 and PC87364 only have fan monitoring and
  768. control. The PC87365 and PC87366 additionally have voltage and
  769. temperature monitoring.
  770. This driver can also be built as a module. If so, the module
  771. will be called pc87360.
  772. config SENSORS_PC87427
  773. tristate "National Semiconductor PC87427"
  774. depends on !PPC
  775. help
  776. If you say yes here you get access to the hardware monitoring
  777. functions of the National Semiconductor PC87427 Super-I/O chip.
  778. The chip has two distinct logical devices, one for fan speed
  779. monitoring and control, and one for voltage and temperature
  780. monitoring. Fan speed monitoring and control are supported, as
  781. well as temperature monitoring. Voltages aren't supported yet.
  782. This driver can also be built as a module. If so, the module
  783. will be called pc87427.
  784. config SENSORS_PCF8591
  785. tristate "Philips PCF8591 ADC/DAC"
  786. depends on I2C
  787. default n
  788. help
  789. If you say yes here you get support for Philips PCF8591 4-channel
  790. ADC, 1-channel DAC chips.
  791. This driver can also be built as a module. If so, the module
  792. will be called pcf8591.
  793. These devices are hard to detect and rarely found on mainstream
  794. hardware. If unsure, say N.
  795. source drivers/hwmon/pmbus/Kconfig
  796. config SENSORS_SHT15
  797. tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
  798. depends on GPIOLIB
  799. help
  800. If you say yes here you get support for the Sensiron SHT10, SHT11,
  801. SHT15, SHT71, SHT75 humidity and temperature sensors.
  802. This driver can also be built as a module. If so, the module
  803. will be called sht15.
  804. config SENSORS_SHT21
  805. tristate "Sensiron humidity and temperature sensors. SHT21 and compat."
  806. depends on I2C
  807. help
  808. If you say yes here you get support for the Sensiron SHT21, SHT25
  809. humidity and temperature sensors.
  810. This driver can also be built as a module. If so, the module
  811. will be called sht21.
  812. config SENSORS_S3C
  813. tristate "Samsung built-in ADC"
  814. depends on S3C_ADC
  815. help
  816. If you say yes here you get support for the on-board ADCs of
  817. the Samsung S3C24XX, S3C64XX and other series of SoC
  818. This driver can also be built as a module. If so, the module
  819. will be called s3c-hwmon.
  820. config SENSORS_S3C_RAW
  821. bool "Include raw channel attributes in sysfs"
  822. depends on SENSORS_S3C
  823. help
  824. Say Y here if you want to include raw copies of all the ADC
  825. channels in sysfs.
  826. config SENSORS_SIS5595
  827. tristate "Silicon Integrated Systems Corp. SiS5595"
  828. depends on PCI
  829. help
  830. If you say yes here you get support for the integrated sensors in
  831. SiS5595 South Bridges.
  832. This driver can also be built as a module. If so, the module
  833. will be called sis5595.
  834. config SENSORS_SMM665
  835. tristate "Summit Microelectronics SMM665"
  836. depends on I2C
  837. default n
  838. help
  839. If you say yes here you get support for the hardware monitoring
  840. features of the Summit Microelectronics SMM665/SMM665B Six-Channel
  841. Active DC Output Controller / Monitor.
  842. Other supported chips are SMM465, SMM665C, SMM764, and SMM766.
  843. Support for those chips is untested.
  844. This driver can also be built as a module. If so, the module will
  845. be called smm665.
  846. config SENSORS_DME1737
  847. tristate "SMSC DME1737, SCH311x and compatibles"
  848. depends on I2C && !PPC
  849. select HWMON_VID
  850. help
  851. If you say yes here you get support for the hardware monitoring
  852. and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
  853. Asus A8000 Super-I/O chips.
  854. This driver can also be built as a module. If so, the module
  855. will be called dme1737.
  856. config SENSORS_EMC1403
  857. tristate "SMSC EMC1403/23 thermal sensor"
  858. depends on I2C
  859. help
  860. If you say yes here you get support for the SMSC EMC1403/23
  861. temperature monitoring chip.
  862. Threshold values can be configured using sysfs.
  863. Data from the different diodes are accessible via sysfs.
  864. config SENSORS_EMC2103
  865. tristate "SMSC EMC2103"
  866. depends on I2C
  867. help
  868. If you say yes here you get support for the temperature
  869. and fan sensors of the SMSC EMC2103 chips.
  870. This driver can also be built as a module. If so, the module
  871. will be called emc2103.
  872. config SENSORS_EMC6W201
  873. tristate "SMSC EMC6W201"
  874. depends on I2C
  875. help
  876. If you say yes here you get support for the SMSC EMC6W201
  877. hardware monitoring chip.
  878. This driver can also be built as a module. If so, the module
  879. will be called emc6w201.
  880. config SENSORS_SMSC47M1
  881. tristate "SMSC LPC47M10x and compatibles"
  882. depends on !PPC
  883. help
  884. If you say yes here you get support for the integrated fan
  885. monitoring and control capabilities of the SMSC LPC47B27x,
  886. LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x,
  887. LPC47M192, LPC47M292 and LPC47M997 chips.
  888. The temperature and voltage sensor features of the LPC47M15x,
  889. LPC47M192, LPC47M292 and LPC47M997 are supported by another
  890. driver, select also "SMSC LPC47M192 and compatibles" below for
  891. those.
  892. This driver can also be built as a module. If so, the module
  893. will be called smsc47m1.
  894. config SENSORS_SMSC47M192
  895. tristate "SMSC LPC47M192 and compatibles"
  896. depends on I2C
  897. select HWMON_VID
  898. help
  899. If you say yes here you get support for the temperature and
  900. voltage sensors of the SMSC LPC47M192, LPC47M15x, LPC47M292
  901. and LPC47M997 chips.
  902. The fan monitoring and control capabilities of these chips
  903. are supported by another driver, select
  904. "SMSC LPC47M10x and compatibles" above. You need both drivers
  905. if you want fan control and voltage/temperature sensor support.
  906. This driver can also be built as a module. If so, the module
  907. will be called smsc47m192.
  908. config SENSORS_SMSC47B397
  909. tristate "SMSC LPC47B397-NC"
  910. depends on !PPC
  911. help
  912. If you say yes here you get support for the SMSC LPC47B397-NC
  913. sensor chip.
  914. This driver can also be built as a module. If so, the module
  915. will be called smsc47b397.
  916. config SENSORS_SCH56XX_COMMON
  917. tristate
  918. default n
  919. config SENSORS_SCH5627
  920. tristate "SMSC SCH5627"
  921. depends on !PPC && WATCHDOG
  922. select SENSORS_SCH56XX_COMMON
  923. select WATCHDOG_CORE
  924. help
  925. If you say yes here you get support for the hardware monitoring
  926. features of the SMSC SCH5627 Super-I/O chip including support for
  927. the integrated watchdog.
  928. This driver can also be built as a module. If so, the module
  929. will be called sch5627.
  930. config SENSORS_SCH5636
  931. tristate "SMSC SCH5636"
  932. depends on !PPC && WATCHDOG
  933. select SENSORS_SCH56XX_COMMON
  934. select WATCHDOG_CORE
  935. help
  936. SMSC SCH5636 Super I/O chips include an embedded microcontroller for
  937. hardware monitoring solutions, allowing motherboard manufacturers to
  938. create their own custom hwmon solution based upon the SCH5636.
  939. Currently this driver only supports the Fujitsu Theseus SCH5636 based
  940. hwmon solution. Say yes here if you want support for the Fujitsu
  941. Theseus' hardware monitoring features including support for the
  942. integrated watchdog.
  943. This driver can also be built as a module. If so, the module
  944. will be called sch5636.
  945. config SENSORS_ADS1015
  946. tristate "Texas Instruments ADS1015"
  947. depends on I2C
  948. help
  949. If you say yes here you get support for Texas Instruments ADS1015
  950. 12-bit 4-input ADC device.
  951. This driver can also be built as a module. If so, the module
  952. will be called ads1015.
  953. config SENSORS_ADS7828
  954. tristate "Texas Instruments ADS7828 and compatibles"
  955. depends on I2C
  956. help
  957. If you say yes here you get support for Texas Instruments ADS7828 and
  958. ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
  959. it is 8-bit on ADS7830.
  960. This driver can also be built as a module. If so, the module
  961. will be called ads7828.
  962. config SENSORS_ADS7871
  963. tristate "Texas Instruments ADS7871 A/D converter"
  964. depends on SPI
  965. help
  966. If you say yes here you get support for TI ADS7871 & ADS7870
  967. This driver can also be built as a module. If so, the module
  968. will be called ads7871.
  969. config SENSORS_AMC6821
  970. tristate "Texas Instruments AMC6821"
  971. depends on I2C
  972. help
  973. If you say yes here you get support for the Texas Instruments
  974. AMC6821 hardware monitoring chips.
  975. This driver can also be build as a module. If so, the module
  976. will be called amc6821.
  977. config SENSORS_INA209
  978. tristate "TI / Burr Brown INA209"
  979. depends on I2C
  980. help
  981. If you say yes here you get support for the TI / Burr Brown INA209
  982. voltage / current / power monitor I2C interface.
  983. This driver can also be built as a module. If so, the module will
  984. be called ina209.
  985. config SENSORS_INA2XX
  986. tristate "Texas Instruments INA219 and compatibles"
  987. depends on I2C
  988. help
  989. If you say yes here you get support for INA219, INA220, INA226, and
  990. INA230 power monitor chips.
  991. The INA2xx driver is configured for the default configuration of
  992. the part as described in the datasheet.
  993. Default value for Rshunt is 10 mOhms.
  994. This driver can also be built as a module. If so, the module
  995. will be called ina2xx.
  996. config SENSORS_THMC50
  997. tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
  998. depends on I2C
  999. help
  1000. If you say yes here you get support for Texas Instruments THMC50
  1001. sensor chips and clones: the Analog Devices ADM1022.
  1002. This driver can also be built as a module. If so, the module
  1003. will be called thmc50.
  1004. config SENSORS_TMP102
  1005. tristate "Texas Instruments TMP102"
  1006. depends on I2C
  1007. help
  1008. If you say yes here you get support for Texas Instruments TMP102
  1009. sensor chips.
  1010. This driver can also be built as a module. If so, the module
  1011. will be called tmp102.
  1012. config SENSORS_TMP401
  1013. tristate "Texas Instruments TMP401 and compatibles"
  1014. depends on I2C
  1015. help
  1016. If you say yes here you get support for Texas Instruments TMP401 and
  1017. TMP411 temperature sensor chips.
  1018. This driver can also be built as a module. If so, the module
  1019. will be called tmp401.
  1020. config SENSORS_TMP421
  1021. tristate "Texas Instruments TMP421 and compatible"
  1022. depends on I2C
  1023. help
  1024. If you say yes here you get support for Texas Instruments TMP421,
  1025. TMP422 and TMP423 temperature sensor chips.
  1026. This driver can also be built as a module. If so, the module
  1027. will be called tmp421.
  1028. config SENSORS_TWL4030_MADC
  1029. tristate "Texas Instruments TWL4030 MADC Hwmon"
  1030. depends on TWL4030_MADC
  1031. help
  1032. If you say yes here you get hwmon support for triton
  1033. TWL4030-MADC.
  1034. This driver can also be built as a module. If so it will be called
  1035. twl4030-madc-hwmon.
  1036. config SENSORS_VEXPRESS
  1037. tristate "Versatile Express"
  1038. depends on VEXPRESS_CONFIG
  1039. help
  1040. This driver provides support for hardware sensors available on
  1041. the ARM Ltd's Versatile Express platform. It can provide wide
  1042. range of information like temperature, power, energy.
  1043. config SENSORS_VIA_CPUTEMP
  1044. tristate "VIA CPU temperature sensor"
  1045. depends on X86
  1046. select HWMON_VID
  1047. help
  1048. If you say yes here you get support for the temperature
  1049. sensor inside your CPU. Supported are all known variants of
  1050. the VIA C7 and Nano.
  1051. config SENSORS_VIA686A
  1052. tristate "VIA686A"
  1053. depends on PCI
  1054. help
  1055. If you say yes here you get support for the integrated sensors in
  1056. Via 686A/B South Bridges.
  1057. This driver can also be built as a module. If so, the module
  1058. will be called via686a.
  1059. config SENSORS_VT1211
  1060. tristate "VIA VT1211"
  1061. depends on !PPC
  1062. select HWMON_VID
  1063. help
  1064. If you say yes here then you get support for hardware monitoring
  1065. features of the VIA VT1211 Super-I/O chip.
  1066. This driver can also be built as a module. If so, the module
  1067. will be called vt1211.
  1068. config SENSORS_VT8231
  1069. tristate "VIA VT8231"
  1070. depends on PCI
  1071. select HWMON_VID
  1072. help
  1073. If you say yes here then you get support for the integrated sensors
  1074. in the VIA VT8231 device.
  1075. This driver can also be built as a module. If so, the module
  1076. will be called vt8231.
  1077. config SENSORS_W83781D
  1078. tristate "Winbond W83781D, W83782D, W83783S, Asus AS99127F"
  1079. depends on I2C
  1080. select HWMON_VID
  1081. help
  1082. If you say yes here you get support for the Winbond W8378x series
  1083. of sensor chips: the W83781D, W83782D and W83783S, and the similar
  1084. Asus AS99127F.
  1085. This driver can also be built as a module. If so, the module
  1086. will be called w83781d.
  1087. config SENSORS_W83791D
  1088. tristate "Winbond W83791D"
  1089. depends on I2C
  1090. select HWMON_VID
  1091. help
  1092. If you say yes here you get support for the Winbond W83791D chip.
  1093. This driver can also be built as a module. If so, the module
  1094. will be called w83791d.
  1095. config SENSORS_W83792D
  1096. tristate "Winbond W83792D"
  1097. depends on I2C
  1098. help
  1099. If you say yes here you get support for the Winbond W83792D chip.
  1100. This driver can also be built as a module. If so, the module
  1101. will be called w83792d.
  1102. config SENSORS_W83793
  1103. tristate "Winbond W83793"
  1104. depends on I2C
  1105. select HWMON_VID
  1106. help
  1107. If you say yes here you get support for the Winbond W83793
  1108. hardware monitoring chip, including support for the integrated
  1109. watchdog.
  1110. This driver can also be built as a module. If so, the module
  1111. will be called w83793.
  1112. config SENSORS_W83795
  1113. tristate "Winbond/Nuvoton W83795G/ADG"
  1114. depends on I2C
  1115. help
  1116. If you say yes here you get support for the Winbond W83795G and
  1117. W83795ADG hardware monitoring chip, including manual fan speed
  1118. control.
  1119. This driver can also be built as a module. If so, the module
  1120. will be called w83795.
  1121. config SENSORS_W83795_FANCTRL
  1122. boolean "Include automatic fan control support (DANGEROUS)"
  1123. depends on SENSORS_W83795
  1124. default n
  1125. help
  1126. If you say yes here, support for automatic fan speed control
  1127. will be included in the driver.
  1128. This part of the code wasn't carefully reviewed and tested yet,
  1129. so enabling this option is strongly discouraged on production
  1130. servers. Only developers and testers should enable it for the
  1131. time being.
  1132. Please also note that this option will create sysfs attribute
  1133. files which may change in the future, so you shouldn't rely
  1134. on them being stable.
  1135. config SENSORS_W83L785TS
  1136. tristate "Winbond W83L785TS-S"
  1137. depends on I2C
  1138. help
  1139. If you say yes here you get support for the Winbond W83L785TS-S
  1140. sensor chip, which is used on the Asus A7N8X, among other
  1141. motherboards.
  1142. This driver can also be built as a module. If so, the module
  1143. will be called w83l785ts.
  1144. config SENSORS_W83L786NG
  1145. tristate "Winbond W83L786NG, W83L786NR"
  1146. depends on I2C
  1147. help
  1148. If you say yes here you get support for the Winbond W83L786NG
  1149. and W83L786NR sensor chips.
  1150. This driver can also be built as a module. If so, the module
  1151. will be called w83l786ng.
  1152. config SENSORS_W83627HF
  1153. tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"
  1154. depends on !PPC
  1155. select HWMON_VID
  1156. help
  1157. If you say yes here you get support for the Winbond W836X7 series
  1158. of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and
  1159. W83697HF.
  1160. This driver can also be built as a module. If so, the module
  1161. will be called w83627hf.
  1162. config SENSORS_W83627EHF
  1163. tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F"
  1164. depends on !PPC
  1165. select HWMON_VID
  1166. help
  1167. If you say yes here you get support for the hardware
  1168. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  1169. This driver also supports the W83627EHG, which is the lead-free
  1170. version of the W83627EHF, and the W83627DHG, which is a similar
  1171. chip suited for specific Intel processors that use PECI such as
  1172. the Core 2 Duo. And also the W83627UHG, which is a stripped down
  1173. version of the W83627DHG (as far as hardware monitoring goes.)
  1174. This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F
  1175. (also known as W83667HG-I), and NCT6776F.
  1176. This driver can also be built as a module. If so, the module
  1177. will be called w83627ehf.
  1178. config SENSORS_WM831X
  1179. tristate "WM831x PMICs"
  1180. depends on MFD_WM831X
  1181. help
  1182. If you say yes here you get support for the hardware
  1183. monitoring functionality of the Wolfson Microelectronics
  1184. WM831x series of PMICs.
  1185. This driver can also be built as a module. If so, the module
  1186. will be called wm831x-hwmon.
  1187. config SENSORS_WM8350
  1188. tristate "Wolfson Microelectronics WM835x"
  1189. depends on MFD_WM8350
  1190. help
  1191. If you say yes here you get support for the hardware
  1192. monitoring features of the WM835x series of PMICs.
  1193. This driver can also be built as a module. If so, the module
  1194. will be called wm8350-hwmon.
  1195. config SENSORS_ULTRA45
  1196. tristate "Sun Ultra45 PIC16F747"
  1197. depends on SPARC64
  1198. help
  1199. This driver provides support for the Ultra45 workstation environmental
  1200. sensors.
  1201. config SENSORS_APPLESMC
  1202. tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
  1203. depends on INPUT && X86
  1204. select NEW_LEDS
  1205. select LEDS_CLASS
  1206. select INPUT_POLLDEV
  1207. default n
  1208. help
  1209. This driver provides support for the Apple System Management
  1210. Controller, which provides an accelerometer (Apple Sudden Motion
  1211. Sensor), light sensors, temperature sensors, keyboard backlight
  1212. control and fan control.
  1213. Only Intel-based Apple's computers are supported (MacBook Pro,
  1214. MacBook, MacMini).
  1215. Data from the different sensors, keyboard backlight control and fan
  1216. control are accessible via sysfs.
  1217. This driver also provides an absolute input class device, allowing
  1218. the laptop to act as a pinball machine-esque joystick.
  1219. Say Y here if you have an applicable laptop and want to experience
  1220. the awesome power of applesmc.
  1221. config SENSORS_MC13783_ADC
  1222. tristate "Freescale MC13783/MC13892 ADC"
  1223. depends on MFD_MC13XXX
  1224. help
  1225. Support for the A/D converter on MC13783 and MC13892 PMIC.
  1226. if ACPI
  1227. comment "ACPI drivers"
  1228. config SENSORS_ACPI_POWER
  1229. tristate "ACPI 4.0 power meter"
  1230. help
  1231. This driver exposes ACPI 4.0 power meters as hardware monitoring
  1232. devices. Say Y (or M) if you have a computer with ACPI 4.0 firmware
  1233. and a power meter.
  1234. To compile this driver as a module, choose M here:
  1235. the module will be called acpi_power_meter.
  1236. config SENSORS_ATK0110
  1237. tristate "ASUS ATK0110"
  1238. depends on X86
  1239. help
  1240. If you say yes here you get support for the ACPI hardware
  1241. monitoring interface found in many ASUS motherboards. This
  1242. driver will provide readings of fans, voltages and temperatures
  1243. through the system firmware.
  1244. This driver can also be built as a module. If so, the module
  1245. will be called asus_atk0110.
  1246. endif # ACPI
  1247. endif # HWMON