1# Copyright (c) 2020 Linumiz
2# SPDX-License-Identifier: Apache-2.0
3
4config ZEPHYR_LZ4_MODULE
5	bool
6
7config LZ4
8	bool "Enable lz4 data compression and decompression"
9	help
10	  This option enables lz4 compression & decompression library
11	  support.
12