Kconfig 246 B

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