Kconfig 50 KB

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