From: Tony Lindgren Date: Sat, 14 Jan 2006 01:36:26 +0000 (-0800) Subject: ARM: OMAP: Fixed compile for GPIO expander on 24xx X-Git-Tag: v2.6.15-omap2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0dad96422c3686cdc7dbfd83a852f2dd051534b7;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fixed compile for GPIO expander on 24xx Fixed compile for GPIO expander on 24xx --- diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 892321f7210..abc8d29dbb7 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -111,7 +111,7 @@ 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