[PATCH 2/3] commands: fbtest: select IMAGE_RENDERER

Lucas Stach l.stach at pengutronix.de
Fri Jul 22 06:00:20 PDT 2016


2D_PRIMITIVES needs IMAGE_RENDERER.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 commands/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/Kconfig b/commands/Kconfig
index 3a0977b9806b..17020b2401d8 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1421,6 +1421,7 @@ config CMD_FBTEST
 	bool
 	depends on VIDEO
 	select 2D_PRIMITIVES
+	select IMAGE_RENDERER
 	prompt "FB test"
 	help
 	  Framebuffer test command that allows to produce a number of
-- 
2.8.1




More information about the barebox mailing list