Browse Source

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

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>
Senthilvadivu Guruswamy 14 years ago
parent
commit
908482fd83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/video/omap2/omapfb/Kconfig

+ 1 - 1
drivers/video/omap2/omapfb/Kconfig

@@ -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