vserver 1.9.3
[linux-2.6.git] / drivers / i2c / chips / Kconfig
index af8d273..d624f4a 100644 (file)
@@ -149,7 +149,7 @@ config SENSORS_LM80
 
 config SENSORS_LM83
        tristate "National Semiconductor LM83"
-       depends on I2C && EXPERIMENTAL
+       depends on I2C
        select I2C_SENSOR
        help
          If you say yes here you get support for National Semiconductor
@@ -191,6 +191,19 @@ config SENSORS_MAX1619
          This driver can also be built as a module.  If so, the module
          will be called max1619.
 
+config SENSORS_SMSC47M1
+       tristate "SMSC LPC47M10x and compatibles"
+       depends on I2C && EXPERIMENTAL
+       select I2C_SENSOR
+       select I2C_ISA
+       help
+         If you say yes here you get support for the integrated fan
+         monitoring and control capabilities of the SMSC LPC47B27x,
+         LPC47M10x, LPC47M13x and LPC47M14x chips.
+
+         This driver can also be built as a module.  If so, the module
+         will be called smsc47m1.
+
 config SENSORS_VIA686A
        tristate "VIA686A"
        depends on I2C && PCI && EXPERIMENTAL
@@ -286,4 +299,16 @@ config SENSORS_RTC8564
          This driver can also be built as a module.  If so, the module
          will be called i2c-rtc8564.
 
+config ISP1301_OMAP
+       tristate "Philips ISP1301 with OMAP OTG"
+       depends on I2C && ARCH_OMAP_OTG
+       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.
+
 endmenu