From 2042fd5305117b5bad604803e641cdc883b50ddc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Nov 2021 22:49:21 +0100 Subject: add inflate library to kconfig --- script/mkconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'script/mkconfig') diff --git a/script/mkconfig b/script/mkconfig index 5442f02..63dc302 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -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" -- cgit v1.2.3