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 | |
Grant Likely | 5162b75 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 7 | config DS1682 |
| 8 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" |
| 9 | depends on EXPERIMENTAL |
| 10 | help |
| 11 | If you say yes here you get support for Dallas Semiconductor |
| 12 | DS1682 Total Elapsed Time Recorder. |
| 13 | |
| 14 | This driver can also be built as a module. If so, the module |
| 15 | will be called ds1682. |
| 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config SENSORS_EEPROM |
| 18 | tristate "EEPROM reader" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 19 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | help |
| 21 | If you say yes here you get read-only access to the EEPROM data |
| 22 | available on modern memory DIMMs and Sony Vaio laptops. Such |
| 23 | EEPROMs could theoretically be available on other devices as well. |
| 24 | |
| 25 | This driver can also be built as a module. If so, the module |
| 26 | will be called eeprom. |
| 27 | |
| 28 | config SENSORS_PCF8574 |
| 29 | tristate "Philips PCF8574 and PCF8574A" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 30 | depends on EXPERIMENTAL |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 31 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | help |
| 33 | 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] | 34 | 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] | 35 | |
| 36 | This driver can also be built as a module. If so, the module |
| 37 | will be called pcf8574. |
| 38 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 39 | These devices are hard to detect and rarely found on mainstream |
| 40 | hardware. If unsure, say N. |
| 41 | |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame] | 42 | config PCF8575 |
| 43 | tristate "Philips PCF8575" |
| 44 | default n |
| 45 | help |
| 46 | If you say yes here you get support for Philips PCF8575 chip. |
| 47 | This chip is a 16-bit I/O expander for the I2C bus. Several other |
| 48 | chip manufacturers sell equivalent chips, e.g. Texas Instruments. |
| 49 | |
| 50 | This driver can also be built as a module. If so, the module |
| 51 | will be called pcf8575. |
| 52 | |
| 53 | This device is hard to detect and is rarely found on mainstream |
| 54 | hardware. If unsure, say N. |
| 55 | |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 56 | config SENSORS_PCA9539 |
eric miao | b72540c | 2008-02-04 22:28:27 -0800 | [diff] [blame^] | 57 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" |
| 58 | depends on EXPERIMENTAL && GPIO_PCA9539 = "n" |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 59 | help |
| 60 | If you say yes here you get support for the Philips PCA9539 |
| 61 | 16-bit I/O port. |
| 62 | |
| 63 | This driver can also be built as a module. If so, the module |
| 64 | will be called pca9539. |
| 65 | |
eric miao | b72540c | 2008-02-04 22:28:27 -0800 | [diff] [blame^] | 66 | This driver is deprecated and will be dropped soon. Use |
| 67 | drivers/gpio/pca9539.c instead. |
| 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | config SENSORS_PCF8591 |
| 70 | tristate "Philips PCF8591" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 71 | depends on EXPERIMENTAL |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 72 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | help |
| 74 | If you say yes here you get support for Philips PCF8591 chips. |
| 75 | |
| 76 | This driver can also be built as a module. If so, the module |
| 77 | will be called pcf8591. |
| 78 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 79 | These devices are hard to detect and rarely found on mainstream |
| 80 | hardware. If unsure, say N. |
| 81 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | config ISP1301_OMAP |
| 83 | tristate "Philips ISP1301 with OMAP OTG" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 84 | depends on ARCH_OMAP_OTG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | help |
| 86 | If you say yes here you get support for the Philips ISP1301 |
| 87 | USB-On-The-Go transceiver working with the OMAP OTG controller. |
| 88 | The ISP1301 is used in products including H2 and H3 development |
| 89 | boards for Texas Instruments OMAP processors. |
| 90 | |
| 91 | This driver can also be built as a module. If so, the module |
| 92 | will be called isp1301_omap. |
| 93 | |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 94 | config TPS65010 |
| 95 | tristate "TPS6501x Power Management chips" |
David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 96 | default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK |
| 97 | help |
| 98 | If you say yes here you get support for the TPS6501x series of |
| 99 | Power Management chips. These include voltage regulators, |
| 100 | lithium ion/polymer battery charging, and other features that |
| 101 | are often used in portable devices like cell phones and cameras. |
| 102 | |
| 103 | This driver can also be built as a module. If so, the module |
| 104 | will be called tps65010. |
| 105 | |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 106 | config SENSORS_MAX6875 |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 107 | tristate "Maxim MAX6875 Power supply supervisor" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 108 | depends on EXPERIMENTAL |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 109 | help |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 110 | If you say yes here you get support for the Maxim MAX6875 |
| 111 | EEPROM-programmable, quad power-supply sequencer/supervisor. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 112 | |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 113 | This provides an interface to program the EEPROM and reset the chip. |
| 114 | |
| 115 | This driver also supports the Maxim MAX6874 hex power-supply |
| 116 | sequencer/supervisor if found at a compatible address. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 117 | |
| 118 | This driver can also be built as a module. If so, the module |
| 119 | will be called max6875. |
| 120 | |
Rodolfo Giometti | a92c344 | 2007-07-12 14:12:30 +0200 | [diff] [blame] | 121 | config SENSORS_TSL2550 |
| 122 | tristate "Taos TSL2550 ambient light sensor" |
| 123 | depends on EXPERIMENTAL |
| 124 | help |
| 125 | If you say yes here you get support for the Taos TSL2550 |
| 126 | ambient light sensor. |
| 127 | |
| 128 | This driver can also be built as a module. If so, the module |
| 129 | will be called tsl2550. |
| 130 | |
Tony Lindgren | 0c4a59f | 2007-07-17 04:06:09 -0700 | [diff] [blame] | 131 | config MENELAUS |
| 132 | bool "TWL92330/Menelaus PM chip" |
| 133 | depends on I2C=y && ARCH_OMAP24XX |
| 134 | help |
| 135 | If you say yes here you get support for the Texas Instruments |
| 136 | TWL92330/Menelaus Power Management chip. This include voltage |
| 137 | regulators, Dual slot memory card tranceivers, real-time clock |
| 138 | and other features that are often used in portable devices like |
| 139 | cell phones and PDAs. |
| 140 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | endmenu |