mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-25 21:48:54 +00:00
16 lines
294 B
Plaintext
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
|