Pull thermal into release branch
[pandora-kernel.git] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4
5 menu "Miscellaneous I2C Chip support"
6
7 config SENSORS_DS1337
8         tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
9         depends on EXPERIMENTAL
10         help
11           If you say yes here you get support for Dallas Semiconductor
12           DS1337 and DS1339 real-time clock chips.
13
14           This driver can also be built as a module.  If so, the module
15           will be called ds1337.
16
17 config SENSORS_DS1374
18         tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
19         depends on EXPERIMENTAL
20         help
21           If you say yes here you get support for Dallas Semiconductor
22           DS1374 real-time clock chips.
23
24           This driver can also be built as a module.  If so, the module
25           will be called ds1374.
26
27 config SENSORS_EEPROM
28         tristate "EEPROM reader"
29         depends on EXPERIMENTAL
30         help
31           If you say yes here you get read-only access to the EEPROM data
32           available on modern memory DIMMs and Sony Vaio laptops.  Such
33           EEPROMs could theoretically be available on other devices as well.
34
35           This driver can also be built as a module.  If so, the module
36           will be called eeprom.
37
38 config SENSORS_PCF8574
39         tristate "Philips PCF8574 and PCF8574A"
40         depends on EXPERIMENTAL
41         default n
42         help
43           If you say yes here you get support for Philips PCF8574 and 
44           PCF8574A chips.
45
46           This driver can also be built as a module.  If so, the module
47           will be called pcf8574.
48
49           These devices are hard to detect and rarely found on mainstream
50           hardware.  If unsure, say N.
51
52 config SENSORS_PCA9539
53         tristate "Philips PCA9539 16-bit I/O port"
54         depends on EXPERIMENTAL
55         help
56           If you say yes here you get support for the Philips PCA9539
57           16-bit I/O port.
58
59           This driver can also be built as a module.  If so, the module
60           will be called pca9539.
61
62 config SENSORS_PCF8591
63         tristate "Philips PCF8591"
64         depends on EXPERIMENTAL
65         default n
66         help
67           If you say yes here you get support for Philips PCF8591 chips.
68
69           This driver can also be built as a module.  If so, the module
70           will be called pcf8591.
71
72           These devices are hard to detect and rarely found on mainstream
73           hardware.  If unsure, say N.
74
75 config ISP1301_OMAP
76         tristate "Philips ISP1301 with OMAP OTG"
77         depends on ARCH_OMAP_OTG
78         help
79           If you say yes here you get support for the Philips ISP1301
80           USB-On-The-Go transceiver working with the OMAP OTG controller.
81           The ISP1301 is used in products including H2 and H3 development
82           boards for Texas Instruments OMAP processors.
83           
84           This driver can also be built as a module.  If so, the module
85           will be called isp1301_omap.
86
87 # NOTE:  This isn't really OMAP-specific, except for the current
88 # interface location in  <include/asm-arm/arch-omap/tps65010.h>
89 # and having mostly OMAP-specific board support
90 config TPS65010
91         tristate "TPS6501x Power Management chips"
92         depends on ARCH_OMAP
93         default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
94         help
95           If you say yes here you get support for the TPS6501x series of
96           Power Management chips.  These include voltage regulators,
97           lithium ion/polymer battery charging, and other features that
98           are often used in portable devices like cell phones and cameras.
99
100           This driver can also be built as a module.  If so, the module
101           will be called tps65010.
102
103 config SENSORS_M41T00
104         tristate "ST M41T00 RTC chip"
105         depends on PPC32
106         help
107           If you say yes here you get support for the ST M41T00 RTC chip.
108
109           This driver can also be built as a module.  If so, the module
110           will be called m41t00.
111
112 config SENSORS_MAX6875
113         tristate "Maxim MAX6875 Power supply supervisor"
114         depends on EXPERIMENTAL
115         help
116           If you say yes here you get support for the Maxim MAX6875
117           EEPROM-programmable, quad power-supply sequencer/supervisor.
118
119           This provides an interface to program the EEPROM and reset the chip.
120
121           This driver also supports the Maxim MAX6874 hex power-supply
122           sequencer/supervisor if found at a compatible address.
123
124           This driver can also be built as a module.  If so, the module
125           will be called max6875.
126
127 endmenu