Kconfig 16 KB

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