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

Commit 908482fd authored by Senthilvadivu Guruswamy's avatar Senthilvadivu Guruswamy Committed by Tomi Valkeinen
Browse files

OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3



config VRFB should depend on ARCH_OMAP2 or ARCH_OMAP3.

Signed-off-by: default avatarSenthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@nokia.com>
parent 27eb42e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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