[PATCH] fbdev Kconfig fix
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>
This commit is contained in:
parent
4aed0644d6
commit
db84502b02
1 changed files with 2 additions and 1 deletions
|
@ -753,7 +753,8 @@ config FB_I810_GTF
|
||||||
|
|
||||||
config FB_I810_I2C
|
config FB_I810_I2C
|
||||||
bool "Enable DDC Support"
|
bool "Enable DDC Support"
|
||||||
depends on FB_I810 && I2C && FB_I810_GTF
|
depends on FB_I810 && FB_I810_GTF
|
||||||
|
select I2C
|
||||||
select I2C_ALGOBIT
|
select I2C_ALGOBIT
|
||||||
help
|
help
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue