]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/i2c/chips/Kconfig
i2c: Merge omap i2c drivers from omap-historic
[linux-2.6-omap-h63xx.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_TLV320AIC23
104         tristate "Texas Instruments TLV320AIC23 Codec"
105         depends on I2C && I2C_OMAP
106         help
107           If you say yes here you get support for the I2C control
108           interface for Texas Instruments TLV320AIC23 audio codec.
109
110 config GPIOEXPANDER_OMAP
111         bool "GPIO Expander PCF8574PWR for OMAP"
112         depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
113         help
114           If you say yes here you get support for I/O expander calls
115           to configure IrDA, Camera and audio devices.
116
117 config MENELAUS
118         bool "Menelaus PM chip"
119         depends on I2C=y && ARCH_OMAP24XX
120         help
121           Say yes here if you have Menelaus chip on your board
122
123 config TWL4030_CORE
124         bool "TI's TWL4030 companion chip Core Driver Support"
125         depends on I2C=y && ARCH_OMAP24XX
126         help
127           Say yes here if you have TWL4030 chip on your board
128
129 config SENSORS_M41T00
130         tristate "ST M41T00 RTC chip"
131         depends on PPC32
132         help
133           If you say yes here you get support for the ST M41T00 RTC chip.
134
135           This driver can also be built as a module.  If so, the module
136           will be called m41t00.
137
138 config SENSORS_MAX6875
139         tristate "Maxim MAX6875 Power supply supervisor"
140         depends on EXPERIMENTAL
141         help
142           If you say yes here you get support for the Maxim MAX6875
143           EEPROM-programmable, quad power-supply sequencer/supervisor.
144
145           This provides an interface to program the EEPROM and reset the chip.
146
147           This driver also supports the Maxim MAX6874 hex power-supply
148           sequencer/supervisor if found at a compatible address.
149
150           This driver can also be built as a module.  If so, the module
151           will be called max6875.
152
153 endmenu