Commit d566ddb2 authored by Antonino Daplas's avatar Antonino Daplas Committed by Linus Torvalds

[PATCH] intelfb: vesa_modes require CONFIG_FB_MODEHELPERS

The recent intelfb update made intelfb pass vesa_modes as the database to
fb_find_mode(). The array vesa_modes depends on CONFIG_FB_MODEHELPERS. Fix
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 7bae2dad
...@@ -522,6 +522,7 @@ config FB_INTEL ...@@ -522,6 +522,7 @@ config FB_INTEL
depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64 depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
select AGP select AGP
select AGP_INTEL select AGP_INTEL
select FB_MODE_HELPERS
help help
This driver supports the on-board graphics built in to the Intel This driver supports the on-board graphics built in to the Intel
830M/845G/852GM/855GM/865G chipsets. 830M/845G/852GM/855GM/865G chipsets.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment