]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/i2c/chips/Kconfig
e4831e1017f3b412f52b13ec23017d1b4ac468f3
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4 # *** DEPRECATED! Do not add new entries! See Makefile ***
5 #
6
7 menu "Miscellaneous I2C Chip support"
8
9 config DS1682
10         tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
11         depends on EXPERIMENTAL
12         help
13           If you say yes here you get support for Dallas Semiconductor
14           DS1682 Total Elapsed Time Recorder.
15
16           This driver can also be built as a module.  If so, the module
17           will be called ds1682.
18
19 config SENSORS_PCF8574
20         tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
21         depends on EXPERIMENTAL && GPIO_PCF857X = "n"
22         default n
23         help
24           If you say yes here you get support for Philips PCF8574 and 
25           PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
26
27           This driver can also be built as a module.  If so, the module
28           will be called pcf8574.
29
30           This driver is deprecated and will be dropped soon. Use
31           drivers/gpio/pcf857x.c instead.
32
33           These devices are hard to detect and rarely found on mainstream
34           hardware.  If unsure, say N.
35
36 config PCF8575
37         tristate "Philips PCF8575 (DEPRECATED)"
38         default n
39         depends on GPIO_PCF857X = "n"
40         help
41           If you say yes here you get support for Philips PCF8575 chip.
42           This chip is a 16-bit I/O expander for the I2C bus.  Several other
43           chip manufacturers sell equivalent chips, e.g. Texas Instruments.
44
45           This driver can also be built as a module.  If so, the module
46           will be called pcf8575.
47
48           This driver is deprecated and will be dropped soon. Use
49           drivers/gpio/pcf857x.c instead.
50
51           This device is hard to detect and is rarely found on mainstream
52           hardware.  If unsure, say N.
53
54 config SENSORS_PCA9539
55         tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
56         depends on EXPERIMENTAL && GPIO_PCA953X = "n"
57         help
58           If you say yes here you get support for the Philips PCA9539
59           16-bit I/O port.
60
61           This driver can also be built as a module.  If so, the module
62           will be called pca9539.
63
64           This driver is deprecated and will be dropped soon. Use
65           drivers/gpio/pca953x.c instead.
66
67 config SENSORS_PCF8591
68         tristate "Philips PCF8591"
69         depends on EXPERIMENTAL
70         default n
71         help
72           If you say yes here you get support for Philips PCF8591 chips.
73
74           This driver can also be built as a module.  If so, the module
75           will be called pcf8591.
76
77           These devices are hard to detect and rarely found on mainstream
78           hardware.  If unsure, say N.
79
80 config TWL4030_MADC
81         tristate "TWL4030 MADC Driver"
82         depends on TWL4030_CORE
83         help
84           The TWL4030 Monitoring ADC driver enables the host
85           processor to monitor analog signals using analog-to-digital
86           conversions on the input source. TWL4030 MADC provides the
87           following features:
88            - Single 10-bit ADC with successive approximation register (SAR) conversion;
89            - Analog multiplexer for 16 inputs;
90            - Seven (of the 16) inputs are freely available;
91            - Battery voltage monitoring;
92            - Concurrent conversion request management;
93            - Interrupt signal to Primary Interrupt Handler;
94            - Averaging feature;
95            - Selective enable/disable of the averaging feature.
96
97           Say 'y' here to statically link this module into the kernel or 'm'
98           to build it as a dinamically loadable module. The module will be
99           called twl4030-madc.ko
100
101 config TWL4030_PWRBUTTON
102         tristate "TWL4030 Power button Driver"
103         depends on TWL4030_CORE
104
105 config TWL4030_POWEROFF
106         tristate "TWL4030 device poweroff"
107         depends on TWL4030_CORE
108
109 config SENSORS_MAX6875
110         tristate "Maxim MAX6875 Power supply supervisor"
111         depends on EXPERIMENTAL
112         help
113           If you say yes here you get support for the Maxim MAX6875
114           EEPROM-programmable, quad power-supply sequencer/supervisor.
115
116           This provides an interface to program the EEPROM and reset the chip.
117
118           This driver also supports the Maxim MAX6874 hex power-supply
119           sequencer/supervisor if found at a compatible address.
120
121           This driver can also be built as a module.  If so, the module
122           will be called max6875.
123
124 config SENSORS_TSL2550
125         tristate "Taos TSL2550 ambient light sensor"
126         depends on EXPERIMENTAL
127         help
128           If you say yes here you get support for the Taos TSL2550
129           ambient light sensor.
130
131           This driver can also be built as a module.  If so, the module
132           will be called tsl2550.
133
134 config SENSORS_TSL2563
135        tristate "Taos TSL2563 ambient light sensor"
136        depends on I2C && HWMON
137        help
138          If you say yes here you get support for the Taos TSL2563
139          ambient light sensor.
140
141          This driver can also be built as a module.  If so, the module
142          will be called tsl2563.
143
144 config MENELAUS
145         bool "TWL92330/Menelaus PM chip"
146         depends on I2C=y && ARCH_OMAP24XX
147         help
148           If you say yes here you get support for the Texas Instruments
149           TWL92330/Menelaus Power Management chip. This include voltage
150           regulators, Dual slot memory card tranceivers, real-time clock
151           and other features that are often used in portable devices like
152           cell phones and PDAs.
153
154 endmenu