Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Miscellaneous I2C chip drivers configuration
3#
4
5menu "Miscellaneous I2C Chip support"
6
7config SENSORS_DS1337
8 tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)"
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 This driver is deprecated and will be dropped soon. Use
18 rtc-ds1307 instead.
19
20config SENSORS_DS1374
21 tristate "Dallas DS1374 Real Time Clock (DEPRECATED)"
22 depends on EXPERIMENTAL
23 help
24 If you say yes here you get support for Dallas Semiconductor
25 DS1374 real-time clock chips.
26
27 This driver can also be built as a module. If so, the module
28 will be called ds1374.
29
30 This driver is deprecated and will be dropped soon. Use
31 rtc-ds1374 instead.
32
33config DS1682
34 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
35 depends on EXPERIMENTAL
36 help
37 If you say yes here you get support for Dallas Semiconductor
38 DS1682 Total Elapsed Time Recorder.
39
40 This driver can also be built as a module. If so, the module
41 will be called ds1682.
42
43config SENSORS_EEPROM
44 tristate "EEPROM reader"
45 depends on EXPERIMENTAL
46 help
47 If you say yes here you get read-only access to the EEPROM data
48 available on modern memory DIMMs and Sony Vaio laptops. Such
49 EEPROMs could theoretically be available on other devices as well.
50
51 This driver can also be built as a module. If so, the module
52 will be called eeprom.
53
54config SENSORS_PCF8574
55 tristate "Philips PCF8574 and PCF8574A"
56 depends on EXPERIMENTAL
57 default n
58 help
59 If you say yes here you get support for Philips PCF8574 and
60 PCF8574A chips.
61
62 This driver can also be built as a module. If so, the module
63 will be called pcf8574.
64
65 These devices are hard to detect and rarely found on mainstream
66 hardware. If unsure, say N.
67
68config SENSORS_PCA9539
69 tristate "Philips PCA9539 16-bit I/O port"
70 depends on EXPERIMENTAL
71 help
72 If you say yes here you get support for the Philips PCA9539
73 16-bit I/O port.
74
75 This driver can also be built as a module. If so, the module
76 will be called pca9539.
77
78config SENSORS_PCF8591
79 tristate "Philips PCF8591"
80 depends on EXPERIMENTAL
81 default n
82 help
83 If you say yes here you get support for Philips PCF8591 chips.
84
85 This driver can also be built as a module. If so, the module
86 will be called pcf8591.
87
88 These devices are hard to detect and rarely found on mainstream
89 hardware. If unsure, say N.
90
91config ISP1301_OMAP
92 tristate "Philips ISP1301 with OMAP OTG"
93 depends on ARCH_OMAP_OTG
94 help
95 If you say yes here you get support for the Philips ISP1301
96 USB-On-The-Go transceiver working with the OMAP OTG controller.
97 The ISP1301 is used in products including H2 and H3 development
98 boards for Texas Instruments OMAP processors.
99
100 This driver can also be built as a module. If so, the module
101 will be called isp1301_omap.
102
103# NOTE: This isn't really OMAP-specific, except for the current
104# interface location in <include/asm-arm/arch-omap/tps65010.h>
105# and having mostly OMAP-specific board support
106config TPS65010
107 tristate "TPS6501x Power Management chips"
108 depends on ARCH_OMAP
109 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
110 help
111 If you say yes here you get support for the TPS6501x series of
112 Power Management chips. These include voltage regulators,
113 lithium ion/polymer battery charging, and other features that
114 are often used in portable devices like cell phones and cameras.
115
116 This driver can also be built as a module. If so, the module
117 will be called tps65010.
118
119config SENSORS_M41T00
120 tristate "ST M41T00 RTC chip (DEPRECATED)"
121 depends on PPC32
122 help
123 If you say yes here you get support for the ST M41T00 RTC chip.
124
125 This driver can also be built as a module. If so, the module
126 will be called m41t00.
127
128 This driver is deprecated and will be dropped soon. Use
129 rtc-ds1307 or rtc-m41t80 instead.
130
131config SENSORS_MAX6875
132 tristate "Maxim MAX6875 Power supply supervisor"
133 depends on EXPERIMENTAL
134 help
135 If you say yes here you get support for the Maxim MAX6875
136 EEPROM-programmable, quad power-supply sequencer/supervisor.
137
138 This provides an interface to program the EEPROM and reset the chip.
139
140 This driver also supports the Maxim MAX6874 hex power-supply
141 sequencer/supervisor if found at a compatible address.
142
143 This driver can also be built as a module. If so, the module
144 will be called max6875.
145
146config SENSORS_TSL2550
147 tristate "Taos TSL2550 ambient light sensor"
148 depends on EXPERIMENTAL
149 help
150 If you say yes here you get support for the Taos TSL2550
151 ambient light sensor.
152
153 This driver can also be built as a module. If so, the module
154 will be called tsl2550.
155
156config MENELAUS
157 bool "TWL92330/Menelaus PM chip"
158 depends on I2C=y && ARCH_OMAP24XX
159 help
160 If you say yes here you get support for the Texas Instruments
161 TWL92330/Menelaus Power Management chip. This include voltage
162 regulators, Dual slot memory card tranceivers, real-time clock
163 and other features that are often used in portable devices like
164 cell phones and PDAs.
165
166endmenu