blob: 43f70dbfc03f6f8865580816ab311fa8ac8a4854 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Jean Delvaread2f931d2005-07-02 18:15:49 +02002# Miscellaneous I2C chip drivers configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005config I2C_SENSOR
6 tristate
7 default n
8
Jean Delvaread2f931d2005-07-02 18:15:49 +02009menu "Miscellaneous I2C Chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on I2C
11
12config SENSORS_DS1337
Ladislav Michl912b9c02005-05-10 14:08:04 +020013 tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 depends on I2C && EXPERIMENTAL
15 select I2C_SENSOR
16 help
17 If you say yes here you get support for Dallas Semiconductor
Ladislav Michl912b9c02005-05-10 14:08:04 +020018 DS1337 and DS1339 real-time clock chips.
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
20 This driver can also be built as a module. If so, the module
21 will be called ds1337.
22
Randy Vinsonc124a782005-06-03 14:36:06 -070023config SENSORS_DS1374
24 tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
25 depends on I2C && EXPERIMENTAL
26 select I2C_SENSOR
27 help
28 If you say yes here you get support for Dallas Semiconductor
29 DS1374 real-time clock chips.
30
31 This driver can also be built as a module. If so, the module
32 will be called ds1374.
33
Linus Torvalds1da177e2005-04-16 15:20:36 -070034config SENSORS_EEPROM
35 tristate "EEPROM reader"
36 depends on I2C && EXPERIMENTAL
37 select I2C_SENSOR
38 help
39 If you say yes here you get read-only access to the EEPROM data
40 available on modern memory DIMMs and Sony Vaio laptops. Such
41 EEPROMs could theoretically be available on other devices as well.
42
43 This driver can also be built as a module. If so, the module
44 will be called eeprom.
45
46config SENSORS_PCF8574
47 tristate "Philips PCF8574 and PCF8574A"
48 depends on I2C && EXPERIMENTAL
49 select I2C_SENSOR
50 help
51 If you say yes here you get support for Philips PCF8574 and
52 PCF8574A chips.
53
54 This driver can also be built as a module. If so, the module
55 will be called pcf8574.
56
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050057config SENSORS_PCA9539
58 tristate "Philips PCA9539 16-bit I/O port"
59 depends on I2C && EXPERIMENTAL
60 help
61 If you say yes here you get support for the Philips PCA9539
62 16-bit I/O port.
63
64 This driver can also be built as a module. If so, the module
65 will be called pca9539.
66
Linus Torvalds1da177e2005-04-16 15:20:36 -070067config SENSORS_PCF8591
68 tristate "Philips PCF8591"
69 depends on I2C && EXPERIMENTAL
70 select I2C_SENSOR
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
77config SENSORS_RTC8564
78 tristate "Epson 8564 RTC chip"
79 depends on I2C && EXPERIMENTAL
80 select I2C_SENSOR
81 help
82 If you say yes here you get support for the Epson 8564 RTC chip.
83
84 This driver can also be built as a module. If so, the module
85 will be called i2c-rtc8564.
86
87config ISP1301_OMAP
88 tristate "Philips ISP1301 with OMAP OTG"
89 depends on I2C && ARCH_OMAP_OTG
90 help
91 If you say yes here you get support for the Philips ISP1301
92 USB-On-The-Go transceiver working with the OMAP OTG controller.
93 The ISP1301 is used in products including H2 and H3 development
94 boards for Texas Instruments OMAP processors.
95
96 This driver can also be built as a module. If so, the module
97 will be called isp1301_omap.
98
David Brownell72cd7992005-05-24 17:34:51 -070099# NOTE: This isn't really OMAP-specific, except for the current
100# interface location in <include/asm-arm/arch-omap/tps65010.h>
101# and having mostly OMAP-specific board support
102config TPS65010
103 tristate "TPS6501x Power Management chips"
104 depends on I2C && ARCH_OMAP
105 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
106 help
107 If you say yes here you get support for the TPS6501x series of
108 Power Management chips. These include voltage regulators,
109 lithium ion/polymer battery charging, and other features that
110 are often used in portable devices like cell phones and cameras.
111
112 This driver can also be built as a module. If so, the module
113 will be called tps65010.
114
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115config SENSORS_M41T00
116 tristate "ST M41T00 RTC chip"
117 depends on I2C && PPC32
118 help
119 If you say yes here you get support for the ST M41T00 RTC chip.
120
121 This driver can also be built as a module. If so, the module
122 will be called m41t00.
123
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400124config SENSORS_MAX6875
Jean Delvare2146fec2005-06-23 23:41:39 +0200125 tristate "Maxim MAX6875 Power supply supervisor"
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400126 depends on I2C && EXPERIMENTAL
127 help
Jean Delvare2146fec2005-06-23 23:41:39 +0200128 If you say yes here you get support for the Maxim MAX6875
129 EEPROM-programmable, quad power-supply sequencer/supervisor.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400130
Jean Delvare2146fec2005-06-23 23:41:39 +0200131 This provides an interface to program the EEPROM and reset the chip.
132
133 This driver also supports the Maxim MAX6874 hex power-supply
134 sequencer/supervisor if found at a compatible address.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400135
136 This driver can also be built as a module. If so, the module
137 will be called max6875.
138
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139endmenu