patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / i2c / chips / Kconfig
index e005b02..29ba216 100644 (file)
@@ -136,15 +136,25 @@ config SENSORS_LM85
 
 config SENSORS_LM90
        tristate "National Semiconductor LM90 and compatibles"
-       depends on I2C && EXPERIMENTAL
+       depends on I2C
        select I2C_SENSOR
        help
-         If you say yes here you get support for National Semiconductor LM90
-         and Analog Devices ADM1032 sensor chips.
+         If you say yes here you get support for National Semiconductor LM90,
+         LM89 and LM99, and Analog Devices ADM1032 sensor chips.
 
          This driver can also be built as a module.  If so, the module
          will be called lm90.
 
+config SENSORS_MAX1619
+       tristate "Maxim MAX1619 sensor chip"
+       depends on I2C && EXPERIMENTAL
+       select I2C_SENSOR
+       help
+         If you say yes here you get support for MAX1619 sensor chip.
+         
+         This driver can also be built as a module.  If so, the module
+         will be called max1619.
+
 config SENSORS_VIA686A
        tristate "VIA686A"
        depends on I2C && EXPERIMENTAL
@@ -163,7 +173,7 @@ config SENSORS_W83781D
        select I2C_SENSOR
        help
          If you say yes here you get support for the Winbond W8378x series
-         of sensor chips: the W83781D, W83782D, W83783S and W83682HF,
+         of sensor chips: the W83781D, W83782D, W83783S and W83627HF,
          and the similar Asus AS99127F.
          
          This driver can also be built as a module.  If so, the module
@@ -230,4 +240,14 @@ config SENSORS_PCF8591
          This driver can also be built as a module.  If so, the module
          will be called pcf8591.
 
+config SENSORS_RTC8564
+       tristate "Epson 8564 RTC chip"
+       depends on I2C && EXPERIMENTAL
+       select I2C_SENSOR
+       help
+         If you say yes here you get support for the Epson 8564 RTC chip.
+
+         This driver can also be built as a module.  If so, the module
+         will be called i2c-rtc8564.
+
 endmenu