Skip to content

Commit

Permalink
video: Kconfig: Add a dependency to the Goldfish framebuffer driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Tomi Valkeinen committed May 9, 2014
1 parent 5fb7652 commit 632de70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 632de70

Please sign in to comment.