Files
luban-lite-t3e-pro/packages/third-party/zlib/Kconfig
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

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