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 | # |
Wolfram Sang | 02cf617 | 2008-10-22 20:21:33 +0200 | [diff] [blame] | 4 | # *** DEPRECATED! Do not add new entries! See Makefile *** |
| 5 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 7 | menu "Miscellaneous I2C Chip support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Grant Likely | 5162b75 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 9 | config DS1682 |
| 10 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" |
| 11 | depends on EXPERIMENTAL |
| 12 | help |
| 13 | If you say yes here you get support for Dallas Semiconductor |
| 14 | DS1682 Total Elapsed Time Recorder. |
| 15 | |
| 16 | This driver can also be built as a module. If so, the module |
| 17 | will be called ds1682. |
| 18 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | config SENSORS_PCF8574 |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 20 | tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" |
| 21 | depends on EXPERIMENTAL && GPIO_PCF857X = "n" |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 22 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | help |
| 24 | 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] | 25 | 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] | 26 | |
| 27 | This driver can also be built as a module. If so, the module |
| 28 | will be called pcf8574. |
| 29 | |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 30 | This driver is deprecated and will be dropped soon. Use |
| 31 | drivers/gpio/pcf857x.c instead. |
| 32 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 33 | These devices are hard to detect and rarely found on mainstream |
| 34 | hardware. If unsure, say N. |
| 35 | |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame] | 36 | config PCF8575 |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 37 | tristate "Philips PCF8575 (DEPRECATED)" |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame] | 38 | default n |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 39 | depends on GPIO_PCF857X = "n" |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame] | 40 | help |
| 41 | If you say yes here you get support for Philips PCF8575 chip. |
| 42 | This chip is a 16-bit I/O expander for the I2C bus. Several other |
| 43 | chip manufacturers sell equivalent chips, e.g. Texas Instruments. |
| 44 | |
| 45 | This driver can also be built as a module. If so, the module |
| 46 | will be called pcf8575. |
| 47 | |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 48 | This driver is deprecated and will be dropped soon. Use |
| 49 | drivers/gpio/pcf857x.c instead. |
| 50 | |
Bart Van Assche | 5864ae0 | 2008-01-27 18:14:45 +0100 | [diff] [blame] | 51 | This device is hard to detect and is rarely found on mainstream |
| 52 | hardware. If unsure, say N. |
| 53 | |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 54 | config SENSORS_PCA9539 |
eric miao | b72540c | 2008-02-04 22:28:27 -0800 | [diff] [blame] | 55 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 56 | depends on EXPERIMENTAL && GPIO_PCA953X = "n" |
bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 57 | help |
| 58 | If you say yes here you get support for the Philips PCA9539 |
| 59 | 16-bit I/O port. |
| 60 | |
| 61 | This driver can also be built as a module. If so, the module |
| 62 | will be called pca9539. |
| 63 | |
eric miao | b72540c | 2008-02-04 22:28:27 -0800 | [diff] [blame] | 64 | This driver is deprecated and will be dropped soon. Use |
David Brownell | 8a56ce1 | 2008-07-14 22:38:31 +0200 | [diff] [blame] | 65 | drivers/gpio/pca953x.c instead. |
eric miao | b72540c | 2008-02-04 22:28:27 -0800 | [diff] [blame] | 66 | |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 67 | config SENSORS_MAX6875 |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 68 | tristate "Maxim MAX6875 Power supply supervisor" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 69 | depends on EXPERIMENTAL |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 70 | help |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 71 | If you say yes here you get support for the Maxim MAX6875 |
| 72 | EEPROM-programmable, quad power-supply sequencer/supervisor. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 73 | |
Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 74 | This provides an interface to program the EEPROM and reset the chip. |
| 75 | |
| 76 | This driver also supports the Maxim MAX6874 hex power-supply |
| 77 | sequencer/supervisor if found at a compatible address. |
BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 78 | |
| 79 | This driver can also be built as a module. If so, the module |
| 80 | will be called max6875. |
| 81 | |
Rodolfo Giometti | a92c344 | 2007-07-12 14:12:30 +0200 | [diff] [blame] | 82 | config SENSORS_TSL2550 |
| 83 | tristate "Taos TSL2550 ambient light sensor" |
| 84 | depends on EXPERIMENTAL |
| 85 | help |
| 86 | If you say yes here you get support for the Taos TSL2550 |
| 87 | ambient light sensor. |
| 88 | |
| 89 | This driver can also be built as a module. If so, the module |
| 90 | will be called tsl2550. |
| 91 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | endmenu |