Unverified Commit 2042fd53 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add inflate library to kconfig

parent 4c357319
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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"