Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Jean Delvare | ad2f931d | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 2 | # Miscellaneous I2C chip drivers configuration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # |
| 4 | |
Jean Delvare | ad2f931d | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 5 | menu "Miscellaneous I2C Chip support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | config SENSORS_DS1337 |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 8 | tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 9 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | help |
| 11 | If you say yes here you get support for Dallas Semiconductor |
Ladislav Michl | 912b9c0 | 2005-05-10 14:08:04 +0200 | [diff] [blame] | 12 | DS1337 and DS1339 real-time clock chips. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
| 14 | This driver can also be built as a module. If so, the module |
| 15 | will be called ds1337. |
| 16 | |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 17 | This driver is deprecated and will be dropped soon. Use |
| 18 | rtc-ds1307 instead. |
| 19 | |
Randy Vinson | c124a78 | 2005-06-03 14:36:06 -0700 | [diff] [blame] | 20 | config SENSORS_DS1374 |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 21 | tristate "Dallas DS1374 Real Time Clock (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 22 | depends on EXPERIMENTAL |
Randy Vinson | c124a78 | 2005-06-03 14:36:06 -0700 | [diff] [blame] | 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 | |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 30 | This driver is deprecated and will be dropped soon. Use |
| 31 | rtc-ds1374 instead. |
| 32 | |
Grant Likely | 5162b75 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 33 | config 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | config SENSORS_EEPROM |
| 44 | tristate "EEPROM reader" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 45 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 54 | config SENSORS_PCF8574 |
| 55 | tristate "Philips PCF8574 and PCF8574A" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 56 | depends on EXPERIMENTAL |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 57 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | help |
| 59 | If you say yes here you get support for Philips PCF8574 and |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame^] | 60 | PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | |
| 62 | This driver can also be built as a module. If so, the module |
| 63 | will be called pcf8574. |
| 64 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 65 | These devices are hard to detect and rarely found on mainstream |
| 66 | hardware. If unsure, say N. |
| 67 | |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame^] | 68 | config PCF8575 |
| 69 | tristate "Philips PCF8575" |
| 70 | default n |
| 71 | help |
| 72 | If you say yes here you get support for Philips PCF8575 chip. |
| 73 | This chip is a 16-bit I/O expander for the I2C bus. Several other |
| 74 | chip manufacturers sell equivalent chips, e.g. Texas Instruments. |
| 75 | |
| 76 | This driver can also be built as a module. If so, the module |
| 77 | will be called pcf8575. |
| 78 | |
| 79 | This device is hard to detect and is rarely found on mainstream |
| 80 | hardware. If unsure, say N. |
| 81 | |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 82 | config SENSORS_PCA9539 |
| 83 | tristate "Philips PCA9539 16-bit I/O port" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 84 | depends on EXPERIMENTAL |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 85 | help |
| 86 | If you say yes here you get support for the Philips PCA9539 |
| 87 | 16-bit I/O port. |
| 88 | |
| 89 | This driver can also be built as a module. If so, the module |
| 90 | will be called pca9539. |
| 91 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | config SENSORS_PCF8591 |
| 93 | tristate "Philips PCF8591" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 94 | depends on EXPERIMENTAL |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 95 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | help |
| 97 | If you say yes here you get support for Philips PCF8591 chips. |
| 98 | |
| 99 | This driver can also be built as a module. If so, the module |
| 100 | will be called pcf8591. |
| 101 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 102 | These devices are hard to detect and rarely found on mainstream |
| 103 | hardware. If unsure, say N. |
| 104 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | config ISP1301_OMAP |
| 106 | tristate "Philips ISP1301 with OMAP OTG" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 107 | depends on ARCH_OMAP_OTG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | help |
| 109 | If you say yes here you get support for the Philips ISP1301 |
| 110 | USB-On-The-Go transceiver working with the OMAP OTG controller. |
| 111 | The ISP1301 is used in products including H2 and H3 development |
| 112 | boards for Texas Instruments OMAP processors. |
| 113 | |
| 114 | This driver can also be built as a module. If so, the module |
| 115 | will be called isp1301_omap. |
| 116 | |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 117 | # NOTE: This isn't really OMAP-specific, except for the current |
| 118 | # interface location in <include/asm-arm/arch-omap/tps65010.h> |
| 119 | # and having mostly OMAP-specific board support |
| 120 | config TPS65010 |
| 121 | tristate "TPS6501x Power Management chips" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 122 | depends on ARCH_OMAP |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 123 | default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK |
| 124 | help |
| 125 | If you say yes here you get support for the TPS6501x series of |
| 126 | Power Management chips. These include voltage regulators, |
| 127 | lithium ion/polymer battery charging, and other features that |
| 128 | are often used in portable devices like cell phones and cameras. |
| 129 | |
| 130 | This driver can also be built as a module. If so, the module |
| 131 | will be called tps65010. |
| 132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | config SENSORS_M41T00 |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 134 | tristate "ST M41T00 RTC chip (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 135 | depends on PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | help |
| 137 | If you say yes here you get support for the ST M41T00 RTC chip. |
| 138 | |
| 139 | This driver can also be built as a module. If so, the module |
| 140 | will be called m41t00. |
| 141 | |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 142 | This driver is deprecated and will be dropped soon. Use |
| 143 | rtc-ds1307 or rtc-m41t80 instead. |
| 144 | |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 145 | config SENSORS_MAX6875 |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 146 | tristate "Maxim MAX6875 Power supply supervisor" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 147 | depends on EXPERIMENTAL |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 148 | help |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 149 | If you say yes here you get support for the Maxim MAX6875 |
| 150 | EEPROM-programmable, quad power-supply sequencer/supervisor. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 151 | |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 152 | This provides an interface to program the EEPROM and reset the chip. |
| 153 | |
| 154 | This driver also supports the Maxim MAX6874 hex power-supply |
| 155 | sequencer/supervisor if found at a compatible address. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 156 | |
| 157 | This driver can also be built as a module. If so, the module |
| 158 | will be called max6875. |
| 159 | |
Rodolfo Giometti | a92c344 | 2007-07-12 14:12:30 +0200 | [diff] [blame] | 160 | config SENSORS_TSL2550 |
| 161 | tristate "Taos TSL2550 ambient light sensor" |
| 162 | depends on EXPERIMENTAL |
| 163 | help |
| 164 | If you say yes here you get support for the Taos TSL2550 |
| 165 | ambient light sensor. |
| 166 | |
| 167 | This driver can also be built as a module. If so, the module |
| 168 | will be called tsl2550. |
| 169 | |
Tony Lindgren | 0c4a59f | 2007-07-17 04:06:09 -0700 | [diff] [blame] | 170 | config MENELAUS |
| 171 | bool "TWL92330/Menelaus PM chip" |
| 172 | depends on I2C=y && ARCH_OMAP24XX |
| 173 | help |
| 174 | If you say yes here you get support for the Texas Instruments |
| 175 | TWL92330/Menelaus Power Management chip. This include voltage |
| 176 | regulators, Dual slot memory card tranceivers, real-time clock |
| 177 | and other features that are often used in portable devices like |
| 178 | cell phones and PDAs. |
| 179 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | endmenu |