summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-12 15:42:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-12 17:21:55 +0200
commit09a1a28233831c0d17085472e478bca1dba3a7ef (patch)
tree88909794f2d1fe315783ccdbaa0634aa35e5fbfe /lib/Kconfig
parent78b7818fba76db92c1af8931b249055ea4f3feeb (diff)
downloadbarebox-09a1a28233831c0d17085472e478bca1dba3a7ef.tar.gz
barebox-09a1a28233831c0d17085472e478bca1dba3a7ef.tar.xz
introduce image_renderer framework
This will allow to support bmp and png Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 93e360b305..be3ea1cf56 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -38,6 +38,11 @@ config BITREV
config QSORT
bool
+config IMAGE_RENDERER
+ bool
+ depends on VIDEO
+ select FILETYPE
+
config BMP
bool