Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. #
  2. # I2C Sensor and "other" chip 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
  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. sensor chip.
  36. This driver can also be built as a module. If so, the module
  37. will be called adm1026.
  38. config SENSORS_ADM1031
  39. tristate "Analog Devices ADM1031 and compatibles"
  40. depends on I2C && EXPERIMENTAL
  41. select I2C_SENSOR
  42. help
  43. If you say yes here you get support for Analog Devices ADM1031
  44. and ADM1030 sensor chips.
  45. This driver can also be built as a module. If so, the module
  46. will be called adm1031.
  47. config SENSORS_ADM9240
  48. tristate "Analog Devices ADM9240 and compatibles"
  49. depends on I2C && EXPERIMENTAL
  50. select I2C_SENSOR
  51. help
  52. If you say yes here you get support for Analog Devices ADM9240,
  53. Dallas DS1780, National Semiconductor LM81 sensor chips.
  54. This driver can also be built as a module. If so, the module
  55. will be called adm9240.
  56. config SENSORS_ASB100
  57. tristate "Asus ASB100 Bach"
  58. depends on I2C && EXPERIMENTAL
  59. select I2C_SENSOR
  60. help
  61. If you say yes here you get support for the ASB100 Bach sensor
  62. chip found on some Asus mainboards.
  63. This driver can also be built as a module. If so, the module
  64. will be called asb100.
  65. config SENSORS_ATXP1
  66. tristate "Attansic ATXP1 VID controller"
  67. depends on I2C && EXPERIMENTAL
  68. help
  69. If you say yes here you get support for the Attansic ATXP1 VID
  70. controller.
  71. If your board have such a chip, you are able to control your CPU
  72. core and other voltages.
  73. This driver can also be built as a module. If so, the module
  74. will be called atxp1.
  75. config SENSORS_DS1621
  76. tristate "Dallas Semiconductor DS1621 and DS1625"
  77. depends on I2C && EXPERIMENTAL
  78. select I2C_SENSOR
  79. help
  80. If you say yes here you get support for Dallas Semiconductor
  81. DS1621 and DS1625 sensor chips.
  82. This driver can also be built as a module. If so, the module
  83. will be called ds1621.
  84. config SENSORS_FSCHER
  85. tristate "FSC Hermes"
  86. depends on I2C && EXPERIMENTAL
  87. select I2C_SENSOR
  88. help
  89. If you say yes here you get support for Fujitsu Siemens
  90. Computers Hermes sensor chips.
  91. This driver can also be built as a module. If so, the module
  92. will be called fscher.
  93. config SENSORS_FSCPOS
  94. tristate "FSC Poseidon"
  95. depends on I2C && EXPERIMENTAL
  96. select I2C_SENSOR
  97. help
  98. If you say yes here you get support for Fujitsu Siemens
  99. Computers Poseidon sensor chips.
  100. This driver can also be built as a module. If so, the module
  101. will be called fscpos.
  102. config SENSORS_GL518SM
  103. tristate "Genesys Logic GL518SM"
  104. depends on I2C
  105. select I2C_SENSOR
  106. help
  107. If you say yes here you get support for Genesys Logic GL518SM
  108. sensor chips.
  109. This driver can also be built as a module. If so, the module
  110. will be called gl518sm.
  111. config SENSORS_GL520SM
  112. tristate "Genesys Logic GL520SM"
  113. depends on I2C && EXPERIMENTAL
  114. select I2C_SENSOR
  115. help
  116. If you say yes here you get support for Genesys Logic GL520SM
  117. sensor chips.
  118. This driver can also be built as a module. If so, the module
  119. will be called gl520sm.
  120. config SENSORS_IT87
  121. tristate "ITE IT87xx and compatibles"
  122. depends on I2C
  123. select I2C_SENSOR
  124. help
  125. If you say yes here you get support for ITE IT87xx sensor chips
  126. and clones: SiS960.
  127. This driver can also be built as a module. If so, the module
  128. will be called it87.
  129. config SENSORS_LM63
  130. tristate "National Semiconductor LM63"
  131. depends on I2C && EXPERIMENTAL
  132. select I2C_SENSOR
  133. help
  134. If you say yes here you get support for the National Semiconductor
  135. LM63 remote diode digital temperature sensor with integrated fan
  136. control. Such chips are found on the Tyan S4882 (Thunder K8QS Pro)
  137. motherboard, among others.
  138. This driver can also be built as a module. If so, the module
  139. will be called lm63.
  140. config SENSORS_LM75
  141. tristate "National Semiconductor LM75 and compatibles"
  142. depends on I2C
  143. select I2C_SENSOR
  144. help
  145. If you say yes here you get support for National Semiconductor LM75
  146. sensor chips and clones: Dallas Semiconductor DS75 and DS1775 (in
  147. 9-bit precision mode), and TelCom (now Microchip) TCN75.
  148. The DS75 and DS1775 in 10- to 12-bit precision modes will require
  149. a force module parameter. The driver will not handle the extra
  150. precision anyhow.
  151. This driver can also be built as a module. If so, the module
  152. will be called lm75.
  153. config SENSORS_LM77
  154. tristate "National Semiconductor LM77"
  155. depends on I2C && EXPERIMENTAL
  156. select I2C_SENSOR
  157. help
  158. If you say yes here you get support for National Semiconductor LM77
  159. sensor chips.
  160. This driver can also be built as a module. If so, the module
  161. will be called lm77.
  162. config SENSORS_LM78
  163. tristate "National Semiconductor LM78 and compatibles"
  164. depends on I2C && EXPERIMENTAL
  165. select I2C_SENSOR
  166. help
  167. If you say yes here you get support for National Semiconductor LM78,
  168. LM78-J and LM79.
  169. This driver can also be built as a module. If so, the module
  170. will be called lm78.
  171. config SENSORS_LM80
  172. tristate "National Semiconductor LM80"
  173. depends on I2C && EXPERIMENTAL
  174. select I2C_SENSOR
  175. help
  176. If you say yes here you get support for National Semiconductor
  177. LM80 sensor chips.
  178. This driver can also be built as a module. If so, the module
  179. will be called lm80.
  180. config SENSORS_LM83
  181. tristate "National Semiconductor LM83"
  182. depends on I2C
  183. select I2C_SENSOR
  184. help
  185. If you say yes here you get support for National Semiconductor
  186. LM83 sensor chips.
  187. This driver can also be built as a module. If so, the module
  188. will be called lm83.
  189. config SENSORS_LM85
  190. tristate "National Semiconductor LM85 and compatibles"
  191. depends on I2C && EXPERIMENTAL
  192. select I2C_SENSOR
  193. help
  194. If you say yes here you get support for National Semiconductor LM85
  195. sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027.
  196. This driver can also be built as a module. If so, the module
  197. will be called lm85.
  198. config SENSORS_LM87
  199. tristate "National Semiconductor LM87"
  200. depends on I2C && EXPERIMENTAL
  201. select I2C_SENSOR
  202. help
  203. If you say yes here you get support for National Semiconductor LM87
  204. sensor chips.
  205. This driver can also be built as a module. If so, the module
  206. will be called lm87.
  207. config SENSORS_LM90
  208. tristate "National Semiconductor LM90 and compatibles"
  209. depends on I2C
  210. select I2C_SENSOR
  211. help
  212. If you say yes here you get support for National Semiconductor LM90,
  213. LM86, LM89 and LM99, Analog Devices ADM1032 and Maxim MAX6657 and
  214. MAX6658 sensor chips.
  215. The Analog Devices ADT7461 sensor chip is also supported, but only
  216. if found in ADM1032 compatibility mode.
  217. This driver can also be built as a module. If so, the module
  218. will be called lm90.
  219. config SENSORS_LM92
  220. tristate "National Semiconductor LM92 and compatibles"
  221. depends on I2C && EXPERIMENTAL
  222. select I2C_SENSOR
  223. help
  224. If you say yes here you get support for National Semiconductor LM92
  225. and Maxim MAX6635 sensor chips.
  226. This driver can also be built as a module. If so, the module
  227. will be called lm92.
  228. config SENSORS_MAX1619
  229. tristate "Maxim MAX1619 sensor chip"
  230. depends on I2C && EXPERIMENTAL
  231. select I2C_SENSOR
  232. help
  233. If you say yes here you get support for MAX1619 sensor chip.
  234. This driver can also be built as a module. If so, the module
  235. will be called max1619.
  236. config SENSORS_PC87360
  237. tristate "National Semiconductor PC87360 family"
  238. depends on I2C && EXPERIMENTAL
  239. select I2C_SENSOR
  240. select I2C_ISA
  241. help
  242. If you say yes here you get access to the hardware monitoring
  243. functions of the National Semiconductor PC8736x Super-I/O chips.
  244. The PC87360, PC87363 and PC87364 only have fan monitoring and
  245. control. The PC87365 and PC87366 additionally have voltage and
  246. temperature monitoring.
  247. This driver can also be built as a module. If so, the module
  248. will be called pc87360.
  249. config SENSORS_SMSC47B397
  250. tristate "SMSC LPC47B397-NC"
  251. depends on I2C && EXPERIMENTAL
  252. select I2C_SENSOR
  253. select I2C_ISA
  254. help
  255. If you say yes here you get support for the SMSC LPC47B397-NC
  256. sensor chip.
  257. This driver can also be built as a module. If so, the module
  258. will be called smsc47b397.
  259. config SENSORS_SIS5595
  260. tristate "Silicon Integrated Systems Corp. SiS5595"
  261. depends on I2C && PCI && EXPERIMENTAL
  262. select I2C_SENSOR
  263. select I2C_ISA
  264. help
  265. If you say yes here you get support for the integrated sensors in
  266. SiS5595 South Bridges.
  267. This driver can also be built as a module. If so, the module
  268. will be called sis5595.
  269. config SENSORS_SMSC47M1
  270. tristate "SMSC LPC47M10x and compatibles"
  271. depends on I2C && EXPERIMENTAL
  272. select I2C_SENSOR
  273. select I2C_ISA
  274. help
  275. If you say yes here you get support for the integrated fan
  276. monitoring and control capabilities of the SMSC LPC47B27x,
  277. LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 chips.
  278. This driver can also be built as a module. If so, the module
  279. will be called smsc47m1.
  280. config SENSORS_VIA686A
  281. tristate "VIA686A"
  282. depends on I2C && PCI
  283. select I2C_SENSOR
  284. select I2C_ISA
  285. help
  286. If you say yes here you get support for the integrated sensors in
  287. Via 686A/B South Bridges.
  288. This driver can also be built as a module. If so, the module
  289. will be called via686a.
  290. config SENSORS_W83781D
  291. tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F"
  292. depends on I2C
  293. select I2C_SENSOR
  294. help
  295. If you say yes here you get support for the Winbond W8378x series
  296. of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
  297. and the similar Asus AS99127F.
  298. This driver can also be built as a module. If so, the module
  299. will be called w83781d.
  300. config SENSORS_W83L785TS
  301. tristate "Winbond W83L785TS-S"
  302. depends on I2C && EXPERIMENTAL
  303. select I2C_SENSOR
  304. help
  305. If you say yes here you get support for the Winbond W83L785TS-S
  306. sensor chip, which is used on the Asus A7N8X, among other
  307. motherboards.
  308. This driver can also be built as a module. If so, the module
  309. will be called w83l785ts.
  310. config SENSORS_W83627HF
  311. tristate "Winbond W83627HF, W83627THF, W83637HF, W83697HF"
  312. depends on I2C && EXPERIMENTAL
  313. select I2C_SENSOR
  314. select I2C_ISA
  315. help
  316. If you say yes here you get support for the Winbond W836X7 series
  317. of sensor chips: the W83627HF, W83627THF, W83637HF, and the W83697HF
  318. This driver can also be built as a module. If so, the module
  319. will be called w83627hf.
  320. config SENSORS_W83627EHF
  321. tristate "Winbond W83627EHF"
  322. depends on I2C && EXPERIMENTAL
  323. select I2C_SENSOR
  324. select I2C_ISA
  325. help
  326. If you say yes here you get preliminary support for the hardware
  327. monitoring functionality of the Winbond W83627EHF Super-I/O chip.
  328. Only fan and temperature inputs are supported at the moment, while
  329. the chip does much more than that.
  330. This driver can also be built as a module. If so, the module
  331. will be called w83627ehf.
  332. endmenu
  333. menu "Other I2C Chip support"
  334. depends on I2C
  335. config SENSORS_DS1337
  336. tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
  337. depends on I2C && EXPERIMENTAL
  338. select I2C_SENSOR
  339. help
  340. If you say yes here you get support for Dallas Semiconductor
  341. DS1337 and DS1339 real-time clock chips.
  342. This driver can also be built as a module. If so, the module
  343. will be called ds1337.
  344. config SENSORS_DS1374
  345. tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
  346. depends on I2C && EXPERIMENTAL
  347. select I2C_SENSOR
  348. help
  349. If you say yes here you get support for Dallas Semiconductor
  350. DS1374 real-time clock chips.
  351. This driver can also be built as a module. If so, the module
  352. will be called ds1374.
  353. config SENSORS_EEPROM
  354. tristate "EEPROM reader"
  355. depends on I2C && EXPERIMENTAL
  356. select I2C_SENSOR
  357. help
  358. If you say yes here you get read-only access to the EEPROM data
  359. available on modern memory DIMMs and Sony Vaio laptops. Such
  360. EEPROMs could theoretically be available on other devices as well.
  361. This driver can also be built as a module. If so, the module
  362. will be called eeprom.
  363. config SENSORS_PCF8574
  364. tristate "Philips PCF8574 and PCF8574A"
  365. depends on I2C && EXPERIMENTAL
  366. select I2C_SENSOR
  367. help
  368. If you say yes here you get support for Philips PCF8574 and
  369. PCF8574A chips.
  370. This driver can also be built as a module. If so, the module
  371. will be called pcf8574.
  372. config SENSORS_PCA9539
  373. tristate "Philips PCA9539 16-bit I/O port"
  374. depends on I2C && EXPERIMENTAL
  375. help
  376. If you say yes here you get support for the Philips PCA9539
  377. 16-bit I/O port.
  378. This driver can also be built as a module. If so, the module
  379. will be called pca9539.
  380. config SENSORS_PCF8591
  381. tristate "Philips PCF8591"
  382. depends on I2C && EXPERIMENTAL
  383. select I2C_SENSOR
  384. help
  385. If you say yes here you get support for Philips PCF8591 chips.
  386. This driver can also be built as a module. If so, the module
  387. will be called pcf8591.
  388. config SENSORS_RTC8564
  389. tristate "Epson 8564 RTC chip"
  390. depends on I2C && EXPERIMENTAL
  391. select I2C_SENSOR
  392. help
  393. If you say yes here you get support for the Epson 8564 RTC chip.
  394. This driver can also be built as a module. If so, the module
  395. will be called i2c-rtc8564.
  396. config ISP1301_OMAP
  397. tristate "Philips ISP1301 with OMAP OTG"
  398. depends on I2C && ARCH_OMAP_OTG
  399. help
  400. If you say yes here you get support for the Philips ISP1301
  401. USB-On-The-Go transceiver working with the OMAP OTG controller.
  402. The ISP1301 is used in products including H2 and H3 development
  403. boards for Texas Instruments OMAP processors.
  404. This driver can also be built as a module. If so, the module
  405. will be called isp1301_omap.
  406. # NOTE: This isn't really OMAP-specific, except for the current
  407. # interface location in <include/asm-arm/arch-omap/tps65010.h>
  408. # and having mostly OMAP-specific board support
  409. config TPS65010
  410. tristate "TPS6501x Power Management chips"
  411. depends on I2C && ARCH_OMAP
  412. default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
  413. help
  414. If you say yes here you get support for the TPS6501x series of
  415. Power Management chips. These include voltage regulators,
  416. lithium ion/polymer battery charging, and other features that
  417. are often used in portable devices like cell phones and cameras.
  418. This driver can also be built as a module. If so, the module
  419. will be called tps65010.
  420. config SENSORS_M41T00
  421. tristate "ST M41T00 RTC chip"
  422. depends on I2C && PPC32
  423. help
  424. If you say yes here you get support for the ST M41T00 RTC chip.
  425. This driver can also be built as a module. If so, the module
  426. will be called m41t00.
  427. config SENSORS_MAX6875
  428. tristate "MAXIM MAX6875 Power supply supervisor"
  429. depends on I2C && EXPERIMENTAL
  430. help
  431. If you say yes here you get support for the MAX6875
  432. EEPROM-Programmable, Hex/Quad, Power-Suppy Sequencers/Supervisors.
  433. This provides a interface to program the EEPROM and reset the chip.
  434. This driver can also be built as a module. If so, the module
  435. will be called max6875.
  436. endmenu