aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-23 12:42:10 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-05-09 12:55:48 +0300
commit632de707b7194b95d60888e31325e21f7458aa64 (patch)
tree45b44fcb96fd22157f90d40d3d86a09730f165b7 /drivers/video/fbdev/Kconfig
parentvideo: exynos: Add a dependency to the menu (diff)
downloadlinux-dev-632de707b7194b95d60888e31325e21f7458aa64.tar.xz
linux-dev-632de707b7194b95d60888e31325e21f7458aa64.zip
video: Kconfig: Add a dependency to the Goldfish framebuffer driver
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>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r--drivers/video/fbdev/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 1cea2a8eaacb..96f0f42d53bc 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -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