Files
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

16 lines
294 B
Plaintext

# Kconfig file for package zipfs
menuconfig LPKG_USING_ZIPFS
bool "zipfs: A file system for zip file"
select LPKG_USING_MINIZ
default n
depends on PRJ_KERNEL="rt-thread"
if LPKG_USING_ZIPFS
config LPKG_ZIPFS_DEMO
bool "Enable zipfs demo"
default n
endif