Files
luban-lite-t3e-pro/packages/third-party/zlib/Kconfig

16 lines
382 B
Plaintext
Raw Normal View History

2025-09-30 11:56:06 +08:00
# 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