Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
multipass
Commits
2042fd53
Unverified
Commit
2042fd53
authored
3 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
add inflate library to kconfig
parent
4c357319
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
script/mkconfig
+20
-0
20 additions, 0 deletions
script/mkconfig
with
20 additions
and
0 deletions
script/mkconfig
+
20
−
0
View file @
2042fd53
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment