blob: 87ee3ce58618b7c3ed7a519859b042023be325fb [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
Jean Delvaread2f931d2005-07-02 18:15:49 +02005menu "Miscellaneous I2C Chip support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 depends on I2C
7
8config SENSORS_DS1337
Ladislav Michl912b9c02005-05-10 14:08:04 +02009 tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on I2C && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 help
12 If you say yes here you get support for Dallas Semiconductor
Ladislav Michl912b9c02005-05-10 14:08:04 +020013 DS1337 and DS1339 real-time clock chips.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15 This driver can also be built as a module. If so, the module
16 will be called ds1337.
17
Randy Vinsonc124a782005-06-03 14:36:06 -070018config SENSORS_DS1374
19 tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
20 depends on I2C && EXPERIMENTAL
Randy Vinsonc124a782005-06-03 14:36:06 -070021 help
22 If you say yes here you get support for Dallas Semiconductor
23 DS1374 real-time clock chips.
24
25 This driver can also be built as a module. If so, the module
26 will be called ds1374.
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028config SENSORS_EEPROM
29 tristate "EEPROM reader"
30 depends on I2C && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 help
32 If you say yes here you get read-only access to the EEPROM data
33 available on modern memory DIMMs and Sony Vaio laptops. Such
34 EEPROMs could theoretically be available on other devices as well.
35
36 This driver can also be built as a module. If so, the module
37 will be called eeprom.
38
39config SENSORS_PCF8574
40 tristate "Philips PCF8574 and PCF8574A"
41 depends on I2C && EXPERIMENTAL
Jean Delvareaee62302006-06-04 19:59:57 +020042 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 help
44 If you say yes here you get support for Philips PCF8574 and
45 PCF8574A chips.
46
47 This driver can also be built as a module. If so, the module
48 will be called pcf8574.
49
Jean Delvareaee62302006-06-04 19:59:57 +020050 These devices are hard to detect and rarely found on mainstream
51 hardware. If unsure, say N.
52
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050053config SENSORS_PCA9539
54 tristate "Philips PCA9539 16-bit I/O port"
55 depends on I2C && EXPERIMENTAL
56 help
57 If you say yes here you get support for the Philips PCA9539
58 16-bit I/O port.
59
60 This driver can also be built as a module. If so, the module
61 will be called pca9539.
62
Linus Torvalds1da177e2005-04-16 15:20:36 -070063config SENSORS_PCF8591
64 tristate "Philips PCF8591"
65 depends on I2C && EXPERIMENTAL
Jean Delvareaee62302006-06-04 19:59:57 +020066 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 help
68 If you say yes here you get support for Philips PCF8591 chips.
69
70 This driver can also be built as a module. If so, the module
71 will be called pcf8591.
72
Jean Delvareaee62302006-06-04 19:59:57 +020073 These devices are hard to detect and rarely found on mainstream
74 hardware. If unsure, say N.
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076config ISP1301_OMAP
77 tristate "Philips ISP1301 with OMAP OTG"
78 depends on I2C && ARCH_OMAP_OTG
79 help
80 If you say yes here you get support for the Philips ISP1301
81 USB-On-The-Go transceiver working with the OMAP OTG controller.
82 The ISP1301 is used in products including H2 and H3 development
83 boards for Texas Instruments OMAP processors.
84
85 This driver can also be built as a module. If so, the module
86 will be called isp1301_omap.
87
David Brownell72cd7992005-05-24 17:34:51 -070088# NOTE: This isn't really OMAP-specific, except for the current
89# interface location in <include/asm-arm/arch-omap/tps65010.h>
90# and having mostly OMAP-specific board support
91config TPS65010
92 tristate "TPS6501x Power Management chips"
93 depends on I2C && ARCH_OMAP
94 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
95 help
96 If you say yes here you get support for the TPS6501x series of
97 Power Management chips. These include voltage regulators,
98 lithium ion/polymer battery charging, and other features that
99 are often used in portable devices like cell phones and cameras.
100
101 This driver can also be built as a module. If so, the module
102 will be called tps65010.
103
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104config SENSORS_M41T00
105 tristate "ST M41T00 RTC chip"
106 depends on I2C && PPC32
107 help
108 If you say yes here you get support for the ST M41T00 RTC chip.
109
110 This driver can also be built as a module. If so, the module
111 will be called m41t00.
112
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400113config SENSORS_MAX6875
Jean Delvare2146fec2005-06-23 23:41:39 +0200114 tristate "Maxim MAX6875 Power supply supervisor"
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400115 depends on I2C && EXPERIMENTAL
116 help
Jean Delvare2146fec2005-06-23 23:41:39 +0200117 If you say yes here you get support for the Maxim MAX6875
118 EEPROM-programmable, quad power-supply sequencer/supervisor.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400119
Jean Delvare2146fec2005-06-23 23:41:39 +0200120 This provides an interface to program the EEPROM and reset the chip.
121
122 This driver also supports the Maxim MAX6874 hex power-supply
123 sequencer/supervisor if found at a compatible address.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400124
125 This driver can also be built as a module. If so, the module
126 will be called max6875.
127
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128endmenu