blob: 8f8c81eb0aee750006a7949ed530d10a4257503c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Jean Delvaread2f9312005-07-02 18:15:49 +02002# Miscellaneous I2C chip drivers configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
Wolfram Sang02cf6172008-10-22 20:21:33 +02004# *** DEPRECATED! Do not add new entries! See Makefile ***
5#
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Jean Delvaread2f9312005-07-02 18:15:49 +02007menu "Miscellaneous I2C Chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Grant Likely5162b752007-07-12 14:12:29 +02009config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070019config SENSORS_PCF8574
David Brownell8a56ce12008-07-14 22:38:31 +020020 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
21 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
Jean Delvareaee62302006-06-04 19:59:57 +020022 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 help
24 If you say yes here you get support for Philips PCF8574 and
Bart Van Assche5864ae02008-01-27 18:14:45 +010025 PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
27 This driver can also be built as a module. If so, the module
28 will be called pcf8574.
29
David Brownell8a56ce12008-07-14 22:38:31 +020030 This driver is deprecated and will be dropped soon. Use
31 drivers/gpio/pcf857x.c instead.
32
Jean Delvareaee62302006-06-04 19:59:57 +020033 These devices are hard to detect and rarely found on mainstream
34 hardware. If unsure, say N.
35
Bart Van Assche5864ae02008-01-27 18:14:45 +010036config PCF8575
David Brownell8a56ce12008-07-14 22:38:31 +020037 tristate "Philips PCF8575 (DEPRECATED)"
Bart Van Assche5864ae02008-01-27 18:14:45 +010038 default n
David Brownell8a56ce12008-07-14 22:38:31 +020039 depends on GPIO_PCF857X = "n"
Bart Van Assche5864ae02008-01-27 18:14:45 +010040 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
David Brownell8a56ce12008-07-14 22:38:31 +020048 This driver is deprecated and will be dropped soon. Use
49 drivers/gpio/pcf857x.c instead.
50
Bart Van Assche5864ae02008-01-27 18:14:45 +010051 This device is hard to detect and is rarely found on mainstream
52 hardware. If unsure, say N.
53
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050054config SENSORS_PCA9539
eric miaob72540c2008-02-04 22:28:27 -080055 tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
David Brownell8a56ce12008-07-14 22:38:31 +020056 depends on EXPERIMENTAL && GPIO_PCA953X = "n"
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050057 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
eric miaob72540c2008-02-04 22:28:27 -080064 This driver is deprecated and will be dropped soon. Use
David Brownell8a56ce12008-07-14 22:38:31 +020065 drivers/gpio/pca953x.c instead.
eric miaob72540c2008-02-04 22:28:27 -080066
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -040067config SENSORS_MAX6875
Jean Delvare2146fec2005-06-23 23:41:39 +020068 tristate "Maxim MAX6875 Power supply supervisor"
Jan Engelhardt16538e62007-05-01 23:26:34 +020069 depends on EXPERIMENTAL
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -040070 help
Jean Delvare2146fec2005-06-23 23:41:39 +020071 If you say yes here you get support for the Maxim MAX6875
72 EEPROM-programmable, quad power-supply sequencer/supervisor.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -040073
Jean Delvare2146fec2005-06-23 23:41:39 +020074 This provides an interface to program the EEPROM and reset the chip.
75
76 This driver also supports the Maxim MAX6874 hex power-supply
77 sequencer/supervisor if found at a compatible address.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -040078
79 This driver can also be built as a module. If so, the module
80 will be called max6875.
81
Rodolfo Giomettia92c3442007-07-12 14:12:30 +020082config SENSORS_TSL2550
83 tristate "Taos TSL2550 ambient light sensor"
84 depends on EXPERIMENTAL
85 help
86 If you say yes here you get support for the Taos TSL2550
87 ambient light sensor.
88
89 This driver can also be built as a module. If so, the module
90 will be called tsl2550.
91
Linus Torvalds1da177e2005-04-16 15:20:36 -070092endmenu