mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 04:58:54 +00:00
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
|
|
# Kconfig file for package miniz
|
|
menuconfig LPKG_USING_MINIZ
|
|
bool "miniz: data compression library."
|
|
default n
|
|
|
|
if LPKG_USING_MINIZ
|
|
|
|
config LPKG_MINIZ_DEMO
|
|
bool "Enable miniz demo."
|
|
default n
|
|
|
|
endif
|