mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +00:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
|
|
# Kconfig file for package LevelX
|
|
menuconfig LPKG_USING_LEVELX
|
|
bool "LevelX: A high-performance embedded file layer"
|
|
default n
|
|
|
|
if LPKG_USING_LEVELX
|
|
config AIC_LX_SECTOR_MAPPING_CACHE_SIZE
|
|
int "lx nor sector mapping cache size"
|
|
default 256
|
|
|
|
endif
|