Skip to content

Commit

Permalink
[PATCH] fbdev Kconfig fix
Browse files Browse the repository at this point in the history
Fix compile error if CONFIG_FB_I810_I2C is 'y' and CONFIG_I2C = 'm'.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Sep 13, 2005
1 parent 4aed064 commit db84502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db84502

Please sign in to comment.