mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
|
|
menuconfig LPKG_USING_OTA_DOWNLOADER
|
||
|
|
bool "aic-ota"
|
||
|
|
default n
|
||
|
|
|
||
|
|
if LPKG_USING_OTA_DOWNLOADER
|
||
|
|
|
||
|
|
config OTA_DOWNLOADER_DEBUG
|
||
|
|
bool "Enable OTA downloader debug"
|
||
|
|
default n
|
||
|
|
|
||
|
|
config AIC_OTA_INTERFACE
|
||
|
|
bool "Enable OTA interface"
|
||
|
|
select AIC_ENV_INTERFACE
|
||
|
|
select AIC_AB_SYSTEM_INTERFACE
|
||
|
|
default y
|
||
|
|
|
||
|
|
endif
|