blob: 6326468d5f0b0b90402717202b5d756f09d0b45c [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#
4
Jean Delvaread2f9312005-07-02 18:15:49 +02005menu "Miscellaneous I2C Chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Grant Likely5162b752007-07-12 14:12:29 +02007config DS1682
8 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
9 depends on EXPERIMENTAL
10 help
11 If you say yes here you get support for Dallas Semiconductor
12 DS1682 Total Elapsed Time Recorder.
13
14 This driver can also be built as a module. If so, the module
15 will be called ds1682.
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config SENSORS_EEPROM
18 tristate "EEPROM reader"
Jan Engelhardt16538e62007-05-01 23:26:34 +020019 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 help
21 If you say yes here you get read-only access to the EEPROM data
22 available on modern memory DIMMs and Sony Vaio laptops. Such
23 EEPROMs could theoretically be available on other devices as well.
24
25 This driver can also be built as a module. If so, the module
26 will be called eeprom.
27
28config SENSORS_PCF8574
David Brownell8a56ce12008-07-14 22:38:31 +020029 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
30 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
Jean Delvareaee62302006-06-04 19:59:57 +020031 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 help
33 If you say yes here you get support for Philips PCF8574 and
Bart Van Assche5864ae02008-01-27 18:14:45 +010034 PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
36 This driver can also be built as a module. If so, the module
37 will be called pcf8574.
38
David Brownell8a56ce12008-07-14 22:38:31 +020039 This driver is deprecated and will be dropped soon. Use
40 drivers/gpio/pcf857x.c instead.
41
Jean Delvareaee62302006-06-04 19:59:57 +020042 These devices are hard to detect and rarely found on mainstream
43 hardware. If unsure, say N.
44
Bart Van Assche5864ae02008-01-27 18:14:45 +010045config PCF8575
David Brownell8a56ce12008-07-14 22:38:31 +020046 tristate "Philips PCF8575 (DEPRECATED)"
Bart Van Assche5864ae02008-01-27 18:14:45 +010047 default n
David Brownell8a56ce12008-07-14 22:38:31 +020048 depends on GPIO_PCF857X = "n"
Bart Van Assche5864ae02008-01-27 18:14:45 +010049 help
50 If you say yes here you get support for Philips PCF8575 chip.
51 This chip is a 16-bit I/O expander for the I2C bus. Several other
52 chip manufacturers sell equivalent chips, e.g. Texas Instruments.
53
54 This driver can also be built as a module. If so, the module
55 will be called pcf8575.
56
David Brownell8a56ce12008-07-14 22:38:31 +020057 This driver is deprecated and will be dropped soon. Use
58 drivers/gpio/pcf857x.c instead.
59
Bart Van Assche5864ae02008-01-27 18:14:45 +010060 This device is hard to detect and is rarely found on mainstream
61 hardware. If unsure, say N.
62
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050063config SENSORS_PCA9539
eric miaob72540c2008-02-04 22:28:27 -080064 tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
David Brownell8a56ce12008-07-14 22:38:31 +020065 depends on EXPERIMENTAL && GPIO_PCA953X = "n"
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050066 help
67 If you say yes here you get support for the Philips PCA9539
68 16-bit I/O port.
69
70 This driver can also be built as a module. If so, the module
71 will be called pca9539.
72
eric miaob72540c2008-02-04 22:28:27 -080073 This driver is deprecated and will be dropped soon. Use
David Brownell8a56ce12008-07-14 22:38:31 +020074 drivers/gpio/pca953x.c instead.
eric miaob72540c2008-02-04 22:28:27 -080075
Linus Torvalds1da177e2005-04-16 15:20:36 -070076config SENSORS_PCF8591
77 tristate "Philips PCF8591"
Jan Engelhardt16538e62007-05-01 23:26:34 +020078 depends on EXPERIMENTAL
Jean Delvareaee62302006-06-04 19:59:57 +020079 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 help
81 If you say yes here you get support for Philips PCF8591 chips.
82
83 This driver can also be built as a module. If so, the module
84 will be called pcf8591.
85
Jean Delvareaee62302006-06-04 19:59:57 +020086 These devices are hard to detect and rarely found on mainstream
87 hardware. If unsure, say N.
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089config ISP1301_OMAP
90 tristate "Philips ISP1301 with OMAP OTG"
Jan Engelhardt16538e62007-05-01 23:26:34 +020091 depends on ARCH_OMAP_OTG
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 help
93 If you say yes here you get support for the Philips ISP1301
94 USB-On-The-Go transceiver working with the OMAP OTG controller.
95 The ISP1301 is used in products including H2 and H3 development
96 boards for Texas Instruments OMAP processors.
97
98 This driver can also be built as a module. If so, the module
99 will be called isp1301_omap.
100
David Brownell72cd7992005-05-24 17:34:51 -0700101config TPS65010
102 tristate "TPS6501x Power Management chips"
David Brownell79966fd2008-02-28 22:07:28 -0800103 depends on HAVE_GPIO_LIB
David Brownell72cd7992005-05-24 17:34:51 -0700104 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
105 help
106 If you say yes here you get support for the TPS6501x series of
107 Power Management chips. These include voltage regulators,
108 lithium ion/polymer battery charging, and other features that
109 are often used in portable devices like cell phones and cameras.
110
111 This driver can also be built as a module. If so, the module
112 will be called tps65010.
113
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400114config SENSORS_MAX6875
Jean Delvare2146fec2005-06-23 23:41:39 +0200115 tristate "Maxim MAX6875 Power supply supervisor"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200116 depends on EXPERIMENTAL
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400117 help
Jean Delvare2146fec2005-06-23 23:41:39 +0200118 If you say yes here you get support for the Maxim MAX6875
119 EEPROM-programmable, quad power-supply sequencer/supervisor.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400120
Jean Delvare2146fec2005-06-23 23:41:39 +0200121 This provides an interface to program the EEPROM and reset the chip.
122
123 This driver also supports the Maxim MAX6874 hex power-supply
124 sequencer/supervisor if found at a compatible address.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400125
126 This driver can also be built as a module. If so, the module
127 will be called max6875.
128
Rodolfo Giomettia92c3442007-07-12 14:12:30 +0200129config SENSORS_TSL2550
130 tristate "Taos TSL2550 ambient light sensor"
131 depends on EXPERIMENTAL
132 help
133 If you say yes here you get support for the Taos TSL2550
134 ambient light sensor.
135
136 This driver can also be built as a module. If so, the module
137 will be called tsl2550.
138
Tony Lindgren0c4a59f2007-07-17 04:06:09 -0700139config MENELAUS
140 bool "TWL92330/Menelaus PM chip"
141 depends on I2C=y && ARCH_OMAP24XX
142 help
143 If you say yes here you get support for the Texas Instruments
144 TWL92330/Menelaus Power Management chip. This include voltage
145 regulators, Dual slot memory card tranceivers, real-time clock
146 and other features that are often used in portable devices like
147 cell phones and PDAs.
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149endmenu