mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
41 lines
867 B
Plaintext
41 lines
867 B
Plaintext
menuconfig LPKG_USING_ENV
|
|
bool "aic-env"
|
|
default y
|
|
|
|
if LPKG_USING_ENV
|
|
config AIC_ENV_INTERFACE
|
|
bool "Enable ENV interface and CMD"
|
|
depends on LPKG_USING_ENV
|
|
default n
|
|
|
|
config AIC_SYS_REDUNDAND_ENVIRONMENT
|
|
bool "Enable redundant environment support"
|
|
depends on AIC_ENV_INTERFACE
|
|
default y
|
|
|
|
config AIC_ENV_PART_NAME
|
|
string "Env part name"
|
|
depends on AIC_ENV_INTERFACE
|
|
default "env"
|
|
|
|
config AIC_ENV_REDUNDAND_PART_NAME
|
|
string "Env redundant part name"
|
|
depends on AIC_ENV_INTERFACE
|
|
default "env_r"
|
|
|
|
config AIC_AB_SYSTEM_INTERFACE
|
|
bool "Enable A/B system support"
|
|
depends on AIC_ENV_INTERFACE
|
|
default y
|
|
|
|
config AIC_ENV_SIZE
|
|
int "Environment Size"
|
|
default 4096
|
|
depends on AIC_ENV_INTERFACE
|
|
|
|
config AIC_ENV_DEBUG
|
|
bool "Enable ENV debug"
|
|
default n
|
|
depends on AIC_ENV_INTERFACE
|
|
endif
|