2005-04-16 22:20:36 +00:00
|
|
|
#
|
2005-07-02 16:15:49 +00:00
|
|
|
# Miscellaneous I2C chip drivers configuration
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
|
2005-07-02 16:15:49 +00:00
|
|
|
menu "Miscellaneous I2C Chip support"
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-07-12 12:12:29 +00:00
|
|
|
config DS1682
|
|
|
|
tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
help
|
|
|
|
If you say yes here you get support for Dallas Semiconductor
|
|
|
|
DS1682 Total Elapsed Time Recorder.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called ds1682.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config SENSORS_EEPROM
|
|
|
|
tristate "EEPROM reader"
|
2007-05-01 21:26:34 +00:00
|
|
|
depends on EXPERIMENTAL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get read-only access to the EEPROM data
|
|
|
|
available on modern memory DIMMs and Sony Vaio laptops. Such
|
|
|
|
EEPROMs could theoretically be available on other devices as well.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called eeprom.
|
|
|
|
|
|
|
|
config SENSORS_PCF8574
|
2008-07-14 20:38:31 +00:00
|
|
|
tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
|
|
|
|
depends on EXPERIMENTAL && GPIO_PCF857X = "n"
|
2006-06-04 17:59:57 +00:00
|
|
|
default n
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get support for Philips PCF8574 and
|
2008-01-27 17:14:45 +00:00
|
|
|
PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called pcf8574.
|
|
|
|
|
2008-07-14 20:38:31 +00:00
|
|
|
This driver is deprecated and will be dropped soon. Use
|
|
|
|
drivers/gpio/pcf857x.c instead.
|
|
|
|
|
2006-06-04 17:59:57 +00:00
|
|
|
These devices are hard to detect and rarely found on mainstream
|
|
|
|
hardware. If unsure, say N.
|
|
|
|
|
2008-01-27 17:14:45 +00:00
|
|
|
config PCF8575
|
2008-07-14 20:38:31 +00:00
|
|
|
tristate "Philips PCF8575 (DEPRECATED)"
|
2008-01-27 17:14:45 +00:00
|
|
|
default n
|
2008-07-14 20:38:31 +00:00
|
|
|
depends on GPIO_PCF857X = "n"
|
2008-01-27 17:14:45 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get support for Philips PCF8575 chip.
|
|
|
|
This chip is a 16-bit I/O expander for the I2C bus. Several other
|
|
|
|
chip manufacturers sell equivalent chips, e.g. Texas Instruments.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called pcf8575.
|
|
|
|
|
2008-07-14 20:38:31 +00:00
|
|
|
This driver is deprecated and will be dropped soon. Use
|
|
|
|
drivers/gpio/pcf857x.c instead.
|
|
|
|
|
2008-01-27 17:14:45 +00:00
|
|
|
This device is hard to detect and is rarely found on mainstream
|
|
|
|
hardware. If unsure, say N.
|
|
|
|
|
2005-06-07 13:55:38 +00:00
|
|
|
config SENSORS_PCA9539
|
2008-02-05 06:28:27 +00:00
|
|
|
tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
|
2008-07-14 20:38:31 +00:00
|
|
|
depends on EXPERIMENTAL && GPIO_PCA953X = "n"
|
2005-06-07 13:55:38 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get support for the Philips PCA9539
|
|
|
|
16-bit I/O port.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called pca9539.
|
|
|
|
|
2008-02-05 06:28:27 +00:00
|
|
|
This driver is deprecated and will be dropped soon. Use
|
2008-07-14 20:38:31 +00:00
|
|
|
drivers/gpio/pca953x.c instead.
|
2008-02-05 06:28:27 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config SENSORS_PCF8591
|
|
|
|
tristate "Philips PCF8591"
|
2007-05-01 21:26:34 +00:00
|
|
|
depends on EXPERIMENTAL
|
2006-06-04 17:59:57 +00:00
|
|
|
default n
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get support for Philips PCF8591 chips.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called pcf8591.
|
|
|
|
|
2006-06-04 17:59:57 +00:00
|
|
|
These devices are hard to detect and rarely found on mainstream
|
|
|
|
hardware. If unsure, say N.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config ISP1301_OMAP
|
|
|
|
tristate "Philips ISP1301 with OMAP OTG"
|
2007-05-01 21:26:34 +00:00
|
|
|
depends on ARCH_OMAP_OTG
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
If you say yes here you get support for the Philips ISP1301
|
|
|
|
USB-On-The-Go transceiver working with the OMAP OTG controller.
|
|
|
|
The ISP1301 is used in products including H2 and H3 development
|
|
|
|
boards for Texas Instruments OMAP processors.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called isp1301_omap.
|
|
|
|
|
2005-05-25 00:34:51 +00:00
|
|
|
config TPS65010
|
|
|
|
tristate "TPS6501x Power Management chips"
|
2008-02-29 06:07:28 +00:00
|
|
|
depends on HAVE_GPIO_LIB
|
2005-05-25 00:34:51 +00:00
|
|
|
default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the TPS6501x series of
|
|
|
|
Power Management chips. These include voltage regulators,
|
|
|
|
lithium ion/polymer battery charging, and other features that
|
|
|
|
are often used in portable devices like cell phones and cameras.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called tps65010.
|
|
|
|
|
2005-06-03 17:03:27 +00:00
|
|
|
config SENSORS_MAX6875
|
2005-06-23 21:41:39 +00:00
|
|
|
tristate "Maxim MAX6875 Power supply supervisor"
|
2007-05-01 21:26:34 +00:00
|
|
|
depends on EXPERIMENTAL
|
2005-06-03 17:03:27 +00:00
|
|
|
help
|
2005-06-23 21:41:39 +00:00
|
|
|
If you say yes here you get support for the Maxim MAX6875
|
|
|
|
EEPROM-programmable, quad power-supply sequencer/supervisor.
|
2005-06-03 17:03:27 +00:00
|
|
|
|
2005-06-23 21:41:39 +00:00
|
|
|
This provides an interface to program the EEPROM and reset the chip.
|
|
|
|
|
|
|
|
This driver also supports the Maxim MAX6874 hex power-supply
|
|
|
|
sequencer/supervisor if found at a compatible address.
|
2005-06-03 17:03:27 +00:00
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called max6875.
|
|
|
|
|
2007-07-12 12:12:30 +00:00
|
|
|
config SENSORS_TSL2550
|
|
|
|
tristate "Taos TSL2550 ambient light sensor"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the Taos TSL2550
|
|
|
|
ambient light sensor.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
|
|
will be called tsl2550.
|
|
|
|
|
2007-07-17 11:06:09 +00:00
|
|
|
config MENELAUS
|
|
|
|
bool "TWL92330/Menelaus PM chip"
|
|
|
|
depends on I2C=y && ARCH_OMAP24XX
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the Texas Instruments
|
|
|
|
TWL92330/Menelaus Power Management chip. This include voltage
|
|
|
|
regulators, Dual slot memory card tranceivers, real-time clock
|
|
|
|
and other features that are often used in portable devices like
|
|
|
|
cell phones and PDAs.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
endmenu
|