/drivers/i2c/chips/Kconfig

https://bitbucket.org/evzijst/gittest · #! · 443 lines · 365 code · 78 blank · 0 comment · 0 complexity · 7d3f862de2e575eeb39d2edd14dd6844 MD5 · raw file

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