This PR add sample application for minimal lz4 library. lz4 library RFC requested here: #28535 Fixes: #26648 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
# Copyright (c) 2020 Linumiz
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_LZ4_MODULE
|
|
bool
|
|
|
|
config LZ4
|
|
bool "Enable lz4 data compression and decompression"
|
|
help
|
|
This option enables lz4 compression & decompression library
|
|
support.
|