Skip to content

Commit

Permalink
OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3
Browse files Browse the repository at this point in the history
config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3.

Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
  • Loading branch information
Senthilvadivu Guruswamy authored and Tomi Valkeinen committed Oct 22, 2010
1 parent 27eb42e commit 908482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/omap2/omapfb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ menuconfig FB_OMAP2
depends on FB && OMAP2_DSS

select OMAP2_VRAM
select OMAP2_VRFB
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down

0 comments on commit 908482f

Please sign in to comment.