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

Commit 632de707 authored by Jean Delvare's avatar Jean Delvare Committed by Tomi Valkeinen
Browse files

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: default avatarJean Delvare <jdelvare@suse.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 5fb7652b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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