mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
|
|
# Kconfig file for package zlib
|
|
menuconfig LPKG_USING_ZLIB
|
|
bool "zlib: general purpose data compression library"
|
|
default n
|
|
|
|
if LPKG_USING_ZLIB
|
|
|
|
config LPKG_ZLIB_USING_SAMPLE
|
|
bool "Enable using zlib sample"
|
|
select RT_USING_DFS if RT_VER_NUM < 0x40100
|
|
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
|
|
default n
|
|
|
|
endif
|