Kconfig 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. #
  2. # I2C Sensor device configuration
  3. #
  4. menu "Hardware Sensors Chip support"
  5. depends on I2C
  6. config I2C_SENSOR
  7. tristate
  8. default n
  9. config SENSORS_ADM1021
  10. tristate "Analog Devices ADM1021 and compatibles"
  11. depends on I2C && EXPERIMENTAL
  12. select I2C_SENSOR
  13. help
  14. If you say yes here you get support for Analog Devices ADM1021
  15. and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
  16. Genesys Logic GL523SM, National Semiconductor LM84, TI THMC10,
  17. and the XEON processor built-in sensor.
  18. This driver can also be built as a module. If so, the module
  19. will be called adm1021.
  20. config SENSORS_ADM1025
  21. tristate "Analog Devices ADM1025 and compatibles"
  22. depends on I2C && EXPERIMENTAL
  23. select I2C_SENSOR
  24. help
  25. If you say yes here you get support for Analog Devices ADM1025
  26. and Philips NE1619 sensor chips.
  27. This driver can also be built as a module. If so, the module
  28. will be called adm1025.
  29. config SENSORS_ADM1026
  30. tristate "Analog Devices ADM1026 and compatibles"
  31. depends on I2C && EXPERIMENTAL
  32. select I2C_SENSOR
  33. help
  34. If you say yes here you get support for Analog Devices ADM1026
  35. This driver can also be built as a module. If so, the module
  36. will be called adm1026.
  37. config SENSORS_ADM1031
  38. tristate "Analog Devices ADM1031 and compatibles"
  39. depends on I2C && EXPERIMENTAL
  40. select I2C_SENSOR
  41. help
  42. If you say yes here you get support for Analog Devices ADM1031
  43. and ADM1030 sensor chips.
  44. This driver can also be built as a module. If so, the module
  45. will be called adm1031.
  46. config SENSORS_ASB100
  47. tristate "Asus ASB100 Bach"
  48. depends on I2C && EXPERIMENTAL
  49. select I2C_SENSOR
  50. help
  51. If you say yes here you get support for the ASB100 Bach sensor
  52. chip found on some Asus mainboards.
  53. This driver can also be built as a module. If so, the module
  54. will be called asb100.
  55. config SENSORS_ATXP1
  56. tristate "Attansic ATXP1 VID controller"
  57. depends on I2C && EXPERIMENTAL
  58. help
  59. If you say yes here you get support for the Attansic ATXP1 VID
  60. controller.
  61. If your board have such a chip, you are able to control your CPU
  62. core and other voltages.
  63. This driver can also be built as a module. If so, the module
  64. will be called atxp1.
  65. config SENSORS_DS1621
  66. tristate "Dallas Semiconductor DS1621 and DS1625"
  67. depends on I2C && EXPERIMENTAL
  68. select I2C_SENSOR
  69. help
  70. If you say yes here you get support for Dallas Semiconductor
  71. DS1621 and DS1625 sensor chips.
  72. This driver can also be built as a module. If so, the module
  73. will be called ds1621.
  74. config SENSORS_FSCHER
  75. tristate "FSC Hermes"
  76. depends on I2C && EXPERIMENTAL
  77. select I2C_SENSOR
  78. help
  79. If you say yes here you get support for Fujitsu Siemens
  80. Computers Hermes sensor chips.
  81. This driver can also be built as a module. If so, the module
  82. will be called fscher.
  83. config SENSORS_FSCPOS
  84. tristate "FSC Poseidon"
  85. depends on I2C && EXPERIMENTAL
  86. select I2C_SENSOR
  87. help
  88. If you say yes here you get support for Fujitsu Siemens
  89. Computers Poseidon sensor chips.
  90. This driver can also be built as a module. If so, the module
  91. will be called fscpos.
  92. config SENSORS_GL518SM
  93. tristate "Genesys Logic GL518SM"
  94. depends on I2C && EXPERIMENTAL
  95. select I2C_SENSOR
  96. help
  97. If you say yes here you get support for Genesys Logic GL518SM
  98. sensor chips.
  99. This driver can also be built as a module. If so, the module
  100. will be called gl518sm.
  101. config SENSORS_GL520SM
  102. tristate "Genesys Logic GL520SM"
  103. depends on I2C && EXPERIMENTAL
  104. select I2C_SENSOR
  105. help
  106. If you say yes here you get support for Genesys Logic GL520SM
  107. sensor chips.
  108. This driver can also be built as a module. If so, the module
  109. will be called gl520sm.
  110. config SENSORS_IT87
  111. tristate "ITE IT87xx and compatibles"
  112. depends on I2C && EXPERIMENTAL
  113. select I2C_SENSOR
  114. help
  115. If you say yes here you get support for ITE IT87xx sensor chips
  116. and clones: SiS960.
  117. This driver can also be built as a module. If so, the module
  118. will be called it87.
  119. config SENSORS_LM63
  120. tristate "National Semiconductor LM63"
  121. depends on I2C && EXPERIMENTAL
  122. select I2C_SENSOR
  123. help
  124. If you say yes here you get support for the National Semiconductor
  125. LM63 remote diode digital temperature sensor with integrated fan
  126. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  127. motherboard, among others.
  128. This driver can also be built as a module. If so, the module
  129. will be called lm63.
  130. config SENSORS_LM75
  131. tristate "National Semiconductor LM75 and compatibles"
  132. depends on I2C && EXPERIMENTAL
  133. select I2C_SENSOR
  134. help
  135. If you say yes here you get support for National Semiconductor LM75
  136. sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
  137. 9-bit precision mode), and TelCom (now Microchip) TCN75.
  138. The DS75 and DS1775 in 10- to 12-bit precision modes will require
  139. a force module parameter. The driver will not handle the extra
  140. precision anyhow.
  141. This driver can also be built as a module. If so, the module
  142. will be called lm75.
  143. config SENSORS_LM77
  144. tristate "National Semiconductor LM77"
  145. depends on I2C && EXPERIMENTAL
  146. select I2C_SENSOR
  147. help
  148. If you say yes here you get support for National Semiconductor LM77
  149. sensor chips.
  150. This driver can also be built as a module. If so, the module
  151. will be called lm77.
  152. config SENSORS_LM78
  153. tristate "National Semiconductor LM78 and compatibles"
  154. depends on I2C && EXPERIMENTAL
  155. select I2C_SENSOR
  156. help
  157. If you say yes here you get support for National Semiconductor LM78,
  158. LM78-J and LM79. This can also be built as a module which can be
  159. inserted and removed while the kernel is running.
  160. This driver can also be built as a module. If so, the module
  161. will be called lm78.
  162. config SENSORS_LM80
  163. tristate "National Semiconductor LM80"
  164. depends on I2C && EXPERIMENTAL
  165. select I2C_SENSOR
  166. help
  167. If you say yes here you get support for National Semiconductor
  168. LM80 sensor chips.
  169. This driver can also be built as a module. If so, the module
  170. will be called lm80.
  171. config SENSORS_LM83
  172. tristate "National Semiconductor LM83"
  173. depends on I2C
  174. select I2C_SENSOR
  175. help
  176. If you say yes here you get support for National Semiconductor
  177. LM83 sensor chips.
  178. This driver can also be built as a module. If so, the module
  179. will be called lm83.
  180. config SENSORS_LM85
  181. tristate "National Semiconductor LM85 and compatibles"
  182. depends on I2C && EXPERIMENTAL
  183. select I2C_SENSOR
  184. help
  185. If you say yes here you get support for National Semiconductor LM85
  186. sensor chips and clones: ADT7463 and ADM1027.
  187. This driver can also be built as a module. If so, the module
  188. will be called lm85.
  189. config SENSORS_LM87
  190. tristate "National Semiconductor LM87"
  191. depends on I2C && EXPERIMENTAL
  192. select I2C_SENSOR
  193. help
  194. If you say yes here you get support for National Semiconductor LM87
  195. sensor chips.
  196. This driver can also be built as a module. If so, the module
  197. will be called lm87.
  198. config SENSORS_LM90
  199. tristate "National Semiconductor LM90 and compatibles"
  200. depends on I2C
  201. select I2C_SENSOR
  202. help
  203. If you say yes here you get support for National Semiconductor LM90,
  204. LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
  205. MAX6658 sensor chips.
  206. The Analog Devices ADT7461 sensor chip is also supported, but only
  207. if found in ADM1032 compatibility mode.
  208. This driver can also be built as a module. If so, the module
  209. will be called lm90.
  210. config SENSORS_LM92
  211. tristate "National Semiconductor LM92 and compatibles"
  212. depends on I2C && EXPERIMENTAL
  213. select I2C_SENSOR
  214. help
  215. If you say yes here you get support for National Semiconductor LM92
  216. and Maxim MAX6635 sensor chips.
  217. This driver can also be built as a module. If so, the module
  218. will be called lm92.
  219. config SENSORS_MAX1619
  220. tristate "Maxim MAX1619 sensor chip"
  221. depends on I2C && EXPERIMENTAL
  222. select I2C_SENSOR
  223. help
  224. If you say yes here you get support for MAX1619 sensor chip.
  225. This driver can also be built as a module. If so, the module
  226. will be called max1619.
  227. config SENSORS_PC87360
  228. tristate "National Semiconductor PC87360 family"
  229. depends on I2C && EXPERIMENTAL
  230. select I2C_SENSOR
  231. select I2C_ISA
  232. help
  233. If you say yes here you get access to the hardware monitoring
  234. functions of the National Semiconductor PC8736x Super-I/O chips.
  235. The PC87360, PC87363 and PC87364 only have fan monitoring and
  236. control. The PC87365 and PC87366 additionally have voltage and
  237. temperature monitoring.
  238. This driver can also be built as a module. If so, the module
  239. will be called pc87360.
  240. config SENSORS_SMSC47B397
  241. tristate "SMSC LPC47B397-NC"
  242. depends on I2C && EXPERIMENTAL
  243. select I2C_SENSOR
  244. select I2C_ISA
  245. help
  246. If you say yes here you get support for the SMSC LPC47B397-NC
  247. sensor chip.
  248. This driver can also be built as a module. If so, the module
  249. will be called smsc47b397.
  250. config SENSORS_SIS5595
  251. tristate "Silicon Integrated Systems Corp. SiS5595"
  252. depends on I2C && PCI && EXPERIMENTAL
  253. select I2C_SENSOR
  254. select I2C_ISA
  255. help
  256. If you say yes here you get support for the integrated sensors in
  257. SiS5595 South Bridges.
  258. This driver can also be built as a module. If so, the module
  259. will be called sis5595.
  260. config SENSORS_SMSC47M1
  261. tristate "SMSC LPC47M10x and compatibles"
  262. depends on I2C && EXPERIMENTAL
  263. select I2C_SENSOR
  264. select I2C_ISA
  265. help
  266. If you say yes here you get support for the integrated fan
  267. monitoring and control capabilities of the SMSC LPC47B27x,
  268. LPC47M10x, LPC47M13x and LPC47M14x chips.
  269. This driver can also be built as a module. If so, the module
  270. will be called smsc47m1.
  271. config SENSORS_VIA686A
  272. tristate "VIA686A"
  273. depends on I2C && PCI && EXPERIMENTAL
  274. select I2C_SENSOR
  275. select I2C_ISA
  276. help
  277. If you say yes here you get support for the integrated sensors in
  278. Via 686A/B South Bridges.
  279. This driver can also be built as a module. If so, the module
  280. will be called via686a.
  281. config SENSORS_W83781D
  282. tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
  283. depends on I2C && EXPERIMENTAL
  284. select I2C_SENSOR
  285. help
  286. If you say yes here you get support for the Winbond W8378x series
  287. of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
  288. and the similar Asus AS99127F.
  289. This driver can also be built as a module. If so, the module
  290. will be called w83781d.
  291. config SENSORS_W83L785TS
  292. tristate "Winbond W83L785TS-S"
  293. depends on I2C && EXPERIMENTAL
  294. select I2C_SENSOR
  295. help
  296. If you say yes here you get support for the Winbond W83L785TS-S
  297. sensor chip, which is used on the Asus A7N8X, among other
  298. motherboards.
  299. This driver can also be built as a module. If so, the module
  300. will be called w83l785ts.
  301. config SENSORS_W83627HF
  302. tristate "Winbond W83627HF, W83627THF, W83637HF, W83697HF"
  303. depends on I2C && EXPERIMENTAL
  304. select I2C_SENSOR
  305. select I2C_ISA
  306. help
  307. If you say yes here you get support for the Winbond W836X7 series
  308. of sensor chips: the W83627HF, W83627THF, W83637HF, and the W83697HF
  309. This driver can also be built as a module. If so, the module
  310. will be called w83627hf.
  311. endmenu
  312. menu "Other I2C Chip support"
  313. depends on I2C
  314. config SENSORS_DS1337
  315. tristate "Dallas Semiconductor DS1337 Real Time Clock"
  316. depends on I2C && EXPERIMENTAL
  317. select I2C_SENSOR
  318. help
  319. If you say yes here you get support for Dallas Semiconductor
  320. DS1337 real-time clock chips.
  321. This driver can also be built as a module. If so, the module
  322. will be called ds1337.
  323. config SENSORS_EEPROM
  324. tristate "EEPROM reader"
  325. depends on I2C && EXPERIMENTAL
  326. select I2C_SENSOR
  327. help
  328. If you say yes here you get read-only access to the EEPROM data
  329. available on modern memory DIMMs and Sony Vaio laptops. Such
  330. EEPROMs could theoretically be available on other devices as well.
  331. This driver can also be built as a module. If so, the module
  332. will be called eeprom.
  333. config SENSORS_PCF8574
  334. tristate "Philips PCF8574 and PCF8574A"
  335. depends on I2C && EXPERIMENTAL
  336. select I2C_SENSOR
  337. help
  338. If you say yes here you get support for Philips PCF8574 and
  339. PCF8574A chips.
  340. This driver can also be built as a module. If so, the module
  341. will be called pcf8574.
  342. config SENSORS_PCF8591
  343. tristate "Philips PCF8591"
  344. depends on I2C && EXPERIMENTAL
  345. select I2C_SENSOR
  346. help
  347. If you say yes here you get support for Philips PCF8591 chips.
  348. This driver can also be built as a module. If so, the module
  349. will be called pcf8591.
  350. config SENSORS_RTC8564
  351. tristate "Epson 8564 RTC chip"
  352. depends on I2C && EXPERIMENTAL
  353. select I2C_SENSOR
  354. help
  355. If you say yes here you get support for the Epson 8564 RTC chip.
  356. This driver can also be built as a module. If so, the module
  357. will be called i2c-rtc8564.
  358. config ISP1301_OMAP
  359. tristate "Philips ISP1301 with OMAP OTG"
  360. depends on I2C && ARCH_OMAP_OTG
  361. help
  362. If you say yes here you get support for the Philips ISP1301
  363. USB-On-The-Go transceiver working with the OMAP OTG controller.
  364. The ISP1301 is used in products including H2 and H3 development
  365. boards for Texas Instruments OMAP processors.
  366. This driver can also be built as a module. If so, the module
  367. will be called isp1301_omap.
  368. config SENSORS_M41T00
  369. tristate "ST M41T00 RTC chip"
  370. depends on I2C && PPC32
  371. help
  372. If you say yes here you get support for the ST M41T00 RTC chip.
  373. This driver can also be built as a module. If so, the module
  374. will be called m41t00.
  375. endmenu