i2c: Deprecate legacy RTC drivers
[profile/ivi/kernel-x86-ivi.git] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4
5 menu "Miscellaneous I2C Chip support"
6
7 config 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
20 config 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
33 config SENSORS_EEPROM
34         tristate "EEPROM reader"
35         depends on EXPERIMENTAL
36         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
44 config SENSORS_PCF8574
45         tristate "Philips PCF8574 and PCF8574A"
46         depends on EXPERIMENTAL
47         default n
48         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
55           These devices are hard to detect and rarely found on mainstream
56           hardware.  If unsure, say N.
57
58 config SENSORS_PCA9539
59         tristate "Philips PCA9539 16-bit I/O port"
60         depends on EXPERIMENTAL
61         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
68 config SENSORS_PCF8591
69         tristate "Philips PCF8591"
70         depends on EXPERIMENTAL
71         default n
72         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
78           These devices are hard to detect and rarely found on mainstream
79           hardware.  If unsure, say N.
80
81 config ISP1301_OMAP
82         tristate "Philips ISP1301 with OMAP OTG"
83         depends on ARCH_OMAP_OTG
84         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
93 # 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
96 config TPS65010
97         tristate "TPS6501x Power Management chips"
98         depends on ARCH_OMAP
99         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
109 config SENSORS_M41T00
110         tristate "ST M41T00 RTC chip (DEPRECATED)"
111         depends on PPC32
112         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
118           This driver is deprecated and will be dropped soon. Use
119           rtc-ds1307 or rtc-m41t80 instead.
120
121 config SENSORS_MAX6875
122         tristate "Maxim MAX6875 Power supply supervisor"
123         depends on EXPERIMENTAL
124         help
125           If you say yes here you get support for the Maxim MAX6875
126           EEPROM-programmable, quad power-supply sequencer/supervisor.
127
128           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.
132
133           This driver can also be built as a module.  If so, the module
134           will be called max6875.
135
136 endmenu