blob: 8113ce201e47499adf3f597585b1632dedc0832a [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
7config SENSORS_DS1337
Jean Delvareba7fbb72007-07-12 14:12:29 +02008 tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)"
Jan Engelhardt16538e62007-05-01 23:26:34 +02009 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 help
11 If you say yes here you get support for Dallas Semiconductor
Ladislav Michl912b9c02005-05-10 14:08:04 +020012 DS1337 and DS1339 real-time clock chips.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14 This driver can also be built as a module. If so, the module
15 will be called ds1337.
16
Jean Delvareba7fbb72007-07-12 14:12:29 +020017 This driver is deprecated and will be dropped soon. Use
18 rtc-ds1307 instead.
19
Randy Vinsonc124a782005-06-03 14:36:06 -070020config SENSORS_DS1374
Jean Delvareba7fbb72007-07-12 14:12:29 +020021 tristate "Dallas DS1374 Real Time Clock (DEPRECATED)"
Jan Engelhardt16538e62007-05-01 23:26:34 +020022 depends on EXPERIMENTAL
Randy Vinsonc124a782005-06-03 14:36:06 -070023 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
Jean Delvareba7fbb72007-07-12 14:12:29 +020030 This driver is deprecated and will be dropped soon. Use
31 rtc-ds1374 instead.
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config SENSORS_EEPROM
34 tristate "EEPROM reader"
Jan Engelhardt16538e62007-05-01 23:26:34 +020035 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 help
37 If you say yes here you get read-only access to the EEPROM data
38 available on modern memory DIMMs and Sony Vaio laptops. Such
39 EEPROMs could theoretically be available on other devices as well.
40
41 This driver can also be built as a module. If so, the module
42 will be called eeprom.
43
44config SENSORS_PCF8574
45 tristate "Philips PCF8574 and PCF8574A"
Jan Engelhardt16538e62007-05-01 23:26:34 +020046 depends on EXPERIMENTAL
Jean Delvareaee62302006-06-04 19:59:57 +020047 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 help
49 If you say yes here you get support for Philips PCF8574 and
50 PCF8574A chips.
51
52 This driver can also be built as a module. If so, the module
53 will be called pcf8574.
54
Jean Delvareaee62302006-06-04 19:59:57 +020055 These devices are hard to detect and rarely found on mainstream
56 hardware. If unsure, say N.
57
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050058config SENSORS_PCA9539
59 tristate "Philips PCA9539 16-bit I/O port"
Jan Engelhardt16538e62007-05-01 23:26:34 +020060 depends on EXPERIMENTAL
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050061 help
62 If you say yes here you get support for the Philips PCA9539
63 16-bit I/O port.
64
65 This driver can also be built as a module. If so, the module
66 will be called pca9539.
67
Linus Torvalds1da177e2005-04-16 15:20:36 -070068config SENSORS_PCF8591
69 tristate "Philips PCF8591"
Jan Engelhardt16538e62007-05-01 23:26:34 +020070 depends on EXPERIMENTAL
Jean Delvareaee62302006-06-04 19:59:57 +020071 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
73 If you say yes here you get support for Philips PCF8591 chips.
74
75 This driver can also be built as a module. If so, the module
76 will be called pcf8591.
77
Jean Delvareaee62302006-06-04 19:59:57 +020078 These devices are hard to detect and rarely found on mainstream
79 hardware. If unsure, say N.
80
Linus Torvalds1da177e2005-04-16 15:20:36 -070081config ISP1301_OMAP
82 tristate "Philips ISP1301 with OMAP OTG"
Jan Engelhardt16538e62007-05-01 23:26:34 +020083 depends on ARCH_OMAP_OTG
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 help
85 If you say yes here you get support for the Philips ISP1301
86 USB-On-The-Go transceiver working with the OMAP OTG controller.
87 The ISP1301 is used in products including H2 and H3 development
88 boards for Texas Instruments OMAP processors.
89
90 This driver can also be built as a module. If so, the module
91 will be called isp1301_omap.
92
David Brownell72cd7992005-05-24 17:34:51 -070093# NOTE: This isn't really OMAP-specific, except for the current
94# interface location in <include/asm-arm/arch-omap/tps65010.h>
95# and having mostly OMAP-specific board support
96config TPS65010
97 tristate "TPS6501x Power Management chips"
Jan Engelhardt16538e62007-05-01 23:26:34 +020098 depends on ARCH_OMAP
David Brownell72cd7992005-05-24 17:34:51 -070099 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
100 help
101 If you say yes here you get support for the TPS6501x series of
102 Power Management chips. These include voltage regulators,
103 lithium ion/polymer battery charging, and other features that
104 are often used in portable devices like cell phones and cameras.
105
106 This driver can also be built as a module. If so, the module
107 will be called tps65010.
108
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109config SENSORS_M41T00
Jean Delvareba7fbb72007-07-12 14:12:29 +0200110 tristate "ST M41T00 RTC chip (DEPRECATED)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200111 depends on PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 help
113 If you say yes here you get support for the ST M41T00 RTC chip.
114
115 This driver can also be built as a module. If so, the module
116 will be called m41t00.
117
Jean Delvareba7fbb72007-07-12 14:12:29 +0200118 This driver is deprecated and will be dropped soon. Use
119 rtc-ds1307 or rtc-m41t80 instead.
120
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400121config SENSORS_MAX6875
Jean Delvare2146fec2005-06-23 23:41:39 +0200122 tristate "Maxim MAX6875 Power supply supervisor"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200123 depends on EXPERIMENTAL
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400124 help
Jean Delvare2146fec2005-06-23 23:41:39 +0200125 If you say yes here you get support for the Maxim MAX6875
126 EEPROM-programmable, quad power-supply sequencer/supervisor.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400127
Jean Delvare2146fec2005-06-23 23:41:39 +0200128 This provides an interface to program the EEPROM and reset the chip.
129
130 This driver also supports the Maxim MAX6874 hex power-supply
131 sequencer/supervisor if found at a compatible address.
BGardner@Wabtec.comc3bc4ca2005-06-03 13:03:27 -0400132
133 This driver can also be built as a module. If so, the module
134 will be called max6875.
135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136endmenu