summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-12 15:42:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-12 17:21:10 +0200
commit6ce5bc4624456e26fe2c534b6ef3ec32b42685a4 (patch)
tree32446aa30d86df81a3c9e906387921e7f8e618fc /lib/Kconfig
parenta87361dfc30a49b5dd6cbd7e13cda40af223bfd5 (diff)
downloadbarebox-6ce5bc4624456e26fe2c534b6ef3ec32b42685a4.tar.gz
barebox-6ce5bc4624456e26fe2c534b6ef3ec32b42685a4.tar.xz
bmp: Move bmp rendering to lib/bmp.c
So we can add other format support 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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 32634dfbc1..93e360b305 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -38,4 +38,7 @@ config BITREV
config QSORT
bool
+config BMP
+ bool
+
endmenu