X-AIOS-LT00-V1.0.4/sdk/X-AIOS-LT00/build/kconf/Kconfig.recovery
2026-01-19 17:23:53 +08:00

22 lines
342 B
Plaintext

#
# For a description of the syntax of this configuration file,
# core/package/recovery configuration.
#
menu "Recovery"
config XOS_RECOVERY_MODE
bool "recovery mode"
default y
help
Select the xos recovery mode feature.
config XOS_UPDATE_ENGINE
bool "update engine"
default y
help
Select the xos update engine feature.
endmenu