]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
video: Kconfig: Add a dependency to the Goldfish framebuffer driver
authorJean Delvare <jdelvare@suse.de>
Wed, 23 Apr 2014 10:42:10 +0000 (12:42 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 May 2014 09:55:48 +0000 (12:55 +0300)
All other Goldfish drivers depend on GOLDFISH, I see no reason why the
framebuffer driver would be an exception.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/Kconfig

index 1cea2a8eaacb8b8417744491c00cbeaead0ba769..96f0f42d53bcd1f2695a00b066442c00c4b98a3b 100644 (file)
@@ -2172,7 +2172,7 @@ config FB_XILINX
 
 config FB_GOLDFISH
        tristate "Goldfish Framebuffer"
-       depends on FB && HAS_DMA
+       depends on FB && HAS_DMA && (GOLDFISH || COMPILE_TEST)
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT