Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Jean Delvare | ad2f931 | 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 | ad2f931 | 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 |
| 60 | PCF8574A chips. |
| 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 | |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 68 | config SENSORS_PCA9539 |
| 69 | tristate "Philips PCA9539 16-bit I/O port" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 70 | depends on EXPERIMENTAL |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 71 | help |
| 72 | If you say yes here you get support for the Philips PCA9539 |
| 73 | 16-bit I/O port. |
| 74 | |
| 75 | This driver can also be built as a module. If so, the module |
| 76 | will be called pca9539. |
| 77 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | config SENSORS_PCF8591 |
| 79 | tristate "Philips PCF8591" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 80 | depends on EXPERIMENTAL |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 81 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | help |
| 83 | If you say yes here you get support for Philips PCF8591 chips. |
| 84 | |
| 85 | This driver can also be built as a module. If so, the module |
| 86 | will be called pcf8591. |
| 87 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 88 | These devices are hard to detect and rarely found on mainstream |
| 89 | hardware. If unsure, say N. |
| 90 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | config ISP1301_OMAP |
| 92 | tristate "Philips ISP1301 with OMAP OTG" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 93 | depends on ARCH_OMAP_OTG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | help |
| 95 | If you say yes here you get support for the Philips ISP1301 |
| 96 | USB-On-The-Go transceiver working with the OMAP OTG controller. |
| 97 | The ISP1301 is used in products including H2 and H3 development |
| 98 | boards for Texas Instruments OMAP processors. |
| 99 | |
| 100 | This driver can also be built as a module. If so, the module |
| 101 | will be called isp1301_omap. |
| 102 | |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 103 | # NOTE: This isn't really OMAP-specific, except for the current |
| 104 | # interface location in <include/asm-arm/arch-omap/tps65010.h> |
| 105 | # and having mostly OMAP-specific board support |
| 106 | config TPS65010 |
| 107 | tristate "TPS6501x Power Management chips" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 108 | depends on ARCH_OMAP |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 109 | default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK |
| 110 | help |
| 111 | If you say yes here you get support for the TPS6501x series of |
| 112 | Power Management chips. These include voltage regulators, |
| 113 | lithium ion/polymer battery charging, and other features that |
| 114 | are often used in portable devices like cell phones and cameras. |
| 115 | |
| 116 | This driver can also be built as a module. If so, the module |
| 117 | will be called tps65010. |
| 118 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | config SENSORS_M41T00 |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 120 | tristate "ST M41T00 RTC chip (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 121 | depends on PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | help |
| 123 | If you say yes here you get support for the ST M41T00 RTC chip. |
| 124 | |
| 125 | This driver can also be built as a module. If so, the module |
| 126 | will be called m41t00. |
| 127 | |
Jean Delvare | ba7fbb7 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 128 | This driver is deprecated and will be dropped soon. Use |
| 129 | rtc-ds1307 or rtc-m41t80 instead. |
| 130 | |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 131 | config SENSORS_MAX6875 |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 132 | tristate "Maxim MAX6875 Power supply supervisor" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 133 | depends on EXPERIMENTAL |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 134 | help |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 135 | If you say yes here you get support for the Maxim MAX6875 |
| 136 | EEPROM-programmable, quad power-supply sequencer/supervisor. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 137 | |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 138 | This provides an interface to program the EEPROM and reset the chip. |
| 139 | |
| 140 | This driver also supports the Maxim MAX6874 hex power-supply |
| 141 | sequencer/supervisor if found at a compatible address. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 142 | |
| 143 | This driver can also be built as a module. If so, the module |
| 144 | will be called max6875. |
| 145 | |
Rodolfo Giometti | a92c344 | 2007-07-12 14:12:30 +0200 | [diff] [blame] | 146 | config SENSORS_TSL2550 |
| 147 | tristate "Taos TSL2550 ambient light sensor" |
| 148 | depends on EXPERIMENTAL |
| 149 | help |
| 150 | If you say yes here you get support for the Taos TSL2550 |
| 151 | ambient light sensor. |
| 152 | |
| 153 | This driver can also be built as a module. If so, the module |
| 154 | will be called tsl2550. |
| 155 | |
Tony Lindgren | 0c4a59f | 2007-07-17 04:06:09 -0700 | [diff] [blame] | 156 | config MENELAUS |
| 157 | bool "TWL92330/Menelaus PM chip" |
| 158 | depends on I2C=y && ARCH_OMAP24XX |
| 159 | help |
| 160 | If you say yes here you get support for the Texas Instruments |
| 161 | TWL92330/Menelaus Power Management chip. This include voltage |
| 162 | regulators, Dual slot memory card tranceivers, real-time clock |
| 163 | and other features that are often used in portable devices like |
| 164 | cell phones and PDAs. |
| 165 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | endmenu |