| 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 | 	depends on I2C | 
 | 7 |  | 
 | 8 | config SENSORS_DS1337 | 
| Ladislav Michl | 912b9c0 | 2005-05-10 14:08:04 +0200 | [diff] [blame] | 9 | 	tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | 	depends on I2C && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | 	help | 
 | 12 | 	  If you say yes here you get support for Dallas Semiconductor | 
| Ladislav Michl | 912b9c0 | 2005-05-10 14:08:04 +0200 | [diff] [blame] | 13 | 	  DS1337 and DS1339 real-time clock chips. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 |  | 
 | 15 | 	  This driver can also be built as a module.  If so, the module | 
 | 16 | 	  will be called ds1337. | 
 | 17 |  | 
| Randy Vinson | c124a78 | 2005-06-03 14:36:06 -0700 | [diff] [blame] | 18 | config SENSORS_DS1374 | 
 | 19 | 	tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock" | 
 | 20 | 	depends on I2C && EXPERIMENTAL | 
| Randy Vinson | c124a78 | 2005-06-03 14:36:06 -0700 | [diff] [blame] | 21 | 	help | 
 | 22 | 	  If you say yes here you get support for Dallas Semiconductor | 
 | 23 | 	  DS1374 real-time clock chips. | 
 | 24 |  | 
 | 25 | 	  This driver can also be built as a module.  If so, the module | 
 | 26 | 	  will be called ds1374. | 
 | 27 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | config SENSORS_EEPROM | 
 | 29 | 	tristate "EEPROM reader" | 
 | 30 | 	depends on I2C && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | 	help | 
 | 32 | 	  If you say yes here you get read-only access to the EEPROM data | 
 | 33 | 	  available on modern memory DIMMs and Sony Vaio laptops.  Such | 
 | 34 | 	  EEPROMs could theoretically be available on other devices as well. | 
 | 35 |  | 
 | 36 | 	  This driver can also be built as a module.  If so, the module | 
 | 37 | 	  will be called eeprom. | 
 | 38 |  | 
 | 39 | config SENSORS_PCF8574 | 
 | 40 | 	tristate "Philips PCF8574 and PCF8574A" | 
 | 41 | 	depends on I2C && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | 	help | 
 | 43 | 	  If you say yes here you get support for Philips PCF8574 and  | 
 | 44 | 	  PCF8574A chips. | 
 | 45 |  | 
 | 46 | 	  This driver can also be built as a module.  If so, the module | 
 | 47 | 	  will be called pcf8574. | 
 | 48 |  | 
| bgardner@wabtec.com | 69dd204 | 2005-06-07 08:55:38 -0500 | [diff] [blame] | 49 | config SENSORS_PCA9539 | 
 | 50 | 	tristate "Philips PCA9539 16-bit I/O port" | 
 | 51 | 	depends on I2C && EXPERIMENTAL | 
 | 52 | 	help | 
 | 53 | 	  If you say yes here you get support for the Philips PCA9539 | 
 | 54 | 	  16-bit I/O port. | 
 | 55 |  | 
 | 56 | 	  This driver can also be built as a module.  If so, the module | 
 | 57 | 	  will be called pca9539. | 
 | 58 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | config SENSORS_PCF8591 | 
 | 60 | 	tristate "Philips PCF8591" | 
 | 61 | 	depends on I2C && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | 	help | 
 | 63 | 	  If you say yes here you get support for Philips PCF8591 chips. | 
 | 64 |  | 
 | 65 | 	  This driver can also be built as a module.  If so, the module | 
 | 66 | 	  will be called pcf8591. | 
 | 67 |  | 
 | 68 | config SENSORS_RTC8564 | 
 | 69 | 	tristate "Epson 8564 RTC chip" | 
 | 70 | 	depends on I2C && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | 	help | 
 | 72 | 	  If you say yes here you get support for the Epson 8564 RTC chip. | 
 | 73 |  | 
 | 74 | 	  This driver can also be built as a module.  If so, the module | 
 | 75 | 	  will be called i2c-rtc8564. | 
 | 76 |  | 
 | 77 | config ISP1301_OMAP | 
 | 78 | 	tristate "Philips ISP1301 with OMAP OTG" | 
 | 79 | 	depends on I2C && ARCH_OMAP_OTG | 
 | 80 | 	help | 
 | 81 | 	  If you say yes here you get support for the Philips ISP1301 | 
 | 82 | 	  USB-On-The-Go transceiver working with the OMAP OTG controller. | 
 | 83 | 	  The ISP1301 is used in products including H2 and H3 development | 
 | 84 | 	  boards for Texas Instruments OMAP processors. | 
 | 85 | 	   | 
 | 86 | 	  This driver can also be built as a module.  If so, the module | 
 | 87 | 	  will be called isp1301_omap. | 
 | 88 |  | 
| David Brownell | 72cd799 | 2005-05-24 17:34:51 -0700 | [diff] [blame] | 89 | # NOTE:  This isn't really OMAP-specific, except for the current | 
 | 90 | # interface location in  <include/asm-arm/arch-omap/tps65010.h> | 
 | 91 | # and having mostly OMAP-specific board support | 
 | 92 | config TPS65010 | 
 | 93 | 	tristate "TPS6501x Power Management chips" | 
 | 94 | 	depends on I2C && ARCH_OMAP | 
 | 95 | 	default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK | 
 | 96 | 	help | 
 | 97 | 	  If you say yes here you get support for the TPS6501x series of | 
 | 98 | 	  Power Management chips.  These include voltage regulators, | 
 | 99 | 	  lithium ion/polymer battery charging, and other features that | 
 | 100 | 	  are often used in portable devices like cell phones and cameras. | 
 | 101 |  | 
 | 102 | 	  This driver can also be built as a module.  If so, the module | 
 | 103 | 	  will be called tps65010. | 
 | 104 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | config SENSORS_M41T00 | 
 | 106 | 	tristate "ST M41T00 RTC chip" | 
 | 107 | 	depends on I2C && PPC32 | 
 | 108 | 	help | 
 | 109 | 	  If you say yes here you get support for the ST M41T00 RTC chip. | 
 | 110 |  | 
 | 111 | 	  This driver can also be built as a module.  If so, the module | 
 | 112 | 	  will be called m41t00. | 
 | 113 |  | 
| BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 114 | config SENSORS_MAX6875 | 
| Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 115 | 	tristate "Maxim MAX6875 Power supply supervisor" | 
| BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 116 | 	depends on I2C && EXPERIMENTAL | 
 | 117 | 	help | 
| Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 118 | 	  If you say yes here you get support for the Maxim MAX6875 | 
 | 119 | 	  EEPROM-programmable, quad power-supply sequencer/supervisor. | 
| BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 120 |  | 
| Jean Delvare | 2146fec | 2005-06-23 23:41:39 +0200 | [diff] [blame] | 121 | 	  This provides an interface to program the EEPROM and reset the chip. | 
 | 122 |  | 
 | 123 | 	  This driver also supports the Maxim MAX6874 hex power-supply | 
 | 124 | 	  sequencer/supervisor if found at a compatible address. | 
| BGardner@Wabtec.com | c3bc4ca | 2005-06-03 13:03:27 -0400 | [diff] [blame] | 125 |  | 
 | 126 | 	  This driver can also be built as a module.  If so, the module | 
 | 127 | 	  will be called max6875. | 
 | 128 |  | 
| Alessandro Zummo | 4d4e5ce | 2005-10-17 23:04:42 +0200 | [diff] [blame] | 129 | config RTC_X1205_I2C | 
 | 130 | 	tristate "Xicor X1205 RTC chip" | 
 | 131 | 	depends on I2C && EXPERIMENTAL | 
 | 132 | 	help | 
 | 133 | 	  If you say yes here you get support for the Xicor X1205 RTC chip. | 
 | 134 |  | 
 | 135 | 	  This driver can also be built as a module. If so, the module | 
 | 136 | 	  will be called x1205. | 
 | 137 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | endmenu |