Files
luban-lite-t3e-pro/packages/artinchip/env/Kconfig
2025-09-30 11:56:06 +08:00

42 lines
909 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_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
config AIC_AB_SYSTEM_INTERFACE
bool "Enable A/B system support"
depends on AIC_ENV_INTERFACE
default y
endif