Files
luban-lite-t3e-pro/packages/artinchip/env/Kconfig
刘可亮 aaa66c7b20 V1.0.1
2023-11-09 20:19:51 +08:00

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