Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db84502b authored by Antonino A. Daplas's avatar Antonino A. Daplas Committed by Linus Torvalds
Browse files

[PATCH] fbdev Kconfig fix



Fix compile error if CONFIG_FB_I810_I2C is 'y' and CONFIG_I2C = 'm'.

Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4aed0644
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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