Files
luban-lite-t3e-pro/packages/artinchip/env/Kconfig
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

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