]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/chips/Kconfig
h63xx: pca9535 support.
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / Kconfig
index 7015e93c89b62231619921be9f2ba06537d0fb78..f77027d989730fe29cd4270f32bab0abc591092b 100644 (file)
@@ -46,6 +46,16 @@ config SENSORS_PCF8574
          This driver can also be built as a module.  If so, the module
          will be called pcf8574.
 
+config PCA9535
+        tristate "Philips PCA9535 16-bit I/O port"
+        depends on I2C 
+        help
+          If you say yes here you get support for the Philips PCA9535
+          16-bit I/O port.
+       
+          This driver can also be built as a module.  If so, the module
+          will be called pca9535.
+
 config SENSORS_PCA9539
        tristate "Philips PCA9539 16-bit I/O port"
        depends on I2C && EXPERIMENTAL
@@ -111,10 +121,10 @@ config SENSORS_TLV320AIC23
 
 config GPIOEXPANDER_OMAP
        bool "GPIO Expander PCF8574PWR for OMAP"
-       depends on I2C && ARCH_OMAP16XX
+       depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
        help
          If you say yes here you get support for I/O expander calls
-         to configure IrDA, Camera and audio devices endmenu
+         to configure IrDA, Camera and audio devices.
 
 config MENELAUS
        bool "Menelaus PM chip"
@@ -146,4 +156,13 @@ config SENSORS_MAX6875
          This driver can also be built as a module.  If so, the module
          will be called max6875.
 
+config RTC_X1205_I2C
+       tristate "Xicor X1205 RTC chip"
+       depends on I2C && EXPERIMENTAL
+       help
+         If you say yes here you get support for the Xicor X1205 RTC chip.
+
+         This driver can also be built as a module. If so, the module
+         will be called x1205.
+
 endmenu