2020-09-19 21:20:01 +08:00
|
|
|
# Copyright (c) 2020 Linumiz
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config ZEPHYR_LZ4_MODULE
|
|
|
|
bool
|
|
|
|
|
|
|
|
config LZ4
|
2022-03-09 19:05:12 +08:00
|
|
|
bool "Lz4 data compression and decompression"
|
2020-09-19 21:20:01 +08:00
|
|
|
help
|
|
|
|
This option enables lz4 compression & decompression library
|
|
|
|
support.
|