mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
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_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
|
|
|
|
if AIC_BOOTLOADER
|
|
config AIC_AB_SYSTEM_INTERFACE
|
|
bool "Enable A/B system support in bootloader"
|
|
depends on AIC_ENV_INTERFACE
|
|
default y
|
|
endif
|
|
|
|
if LPKG_USING_HTTP_OTA
|
|
config AIC_AB_SYSTEM_INTERFACE
|
|
bool "Enable A/B system support"
|
|
depends on AIC_ENV_INTERFACE
|
|
default y
|
|
endif
|
|
|
|
endif
|