From: Antonino A. Daplas Date: Tue, 13 Sep 2005 08:25:02 +0000 (-0700) Subject: [PATCH] fbdev Kconfig fix X-Git-Tag: v2.6.14-rc2~106 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=db84502b0229ed3075ca74b7d34eb8c609de3200;p=linux-2.6-omap-h63xx.git [PATCH] fbdev Kconfig fix Fix compile error if CONFIG_FB_I810_I2C is 'y' and CONFIG_I2C = 'm'. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 615874e03ce..31ee13eef7a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -753,7 +753,8 @@ config FB_I810_GTF config FB_I810_I2C bool "Enable DDC Support" - depends on FB_I810 && I2C && FB_I810_GTF + depends on FB_I810 && FB_I810_GTF + select I2C select I2C_ALGOBIT help