Files
luban-lite-t3e-pro/packages/artinchip/ota/Kconfig
刘可亮 8bca5e8332 v1.0.4
2024-04-03 16:40:57 +08:00

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