Skip to content
Snippets Groups Projects
Unverified Commit 2042fd53 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add inflate library to kconfig

parent 4c357319
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,26 @@ depends on framebuffer
endmenu
menu "Libraries"
config lib_inflate
bool "Inflate: deflate and zlib decompression"
default n
config lib_inflate_checksum
bool "Verify checksum after decompression"
default n
depends on lib_inflate
config lib_inflate_lut
bool "Store LUT in intermediate variables"
help
Increases speed at the cost of 636 Bytes of additional RAM usage.
default n
depends on lib_inflate
endmenu
choice Architecture
bool "Architecture"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment