8cd1a7f3dcbea5fa601a2c71fb975f4e7519b8bf
[safe/jmp/linux-2.6] / 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 SENSORS_TSL2550
37         tristate "Taos TSL2550 ambient light sensor"
38         depends on EXPERIMENTAL
39         help
40           If you say yes here you get support for the Taos TSL2550
41           ambient light sensor.
42
43           This driver can also be built as a module.  If so, the module
44           will be called tsl2550.
45
46 endmenu