Files
luban-lite/packages/artinchip/ota/Kconfig

25 lines
534 B
Plaintext
Raw Normal View History

2024-04-03 16:40:57 +08:00
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
2025-10-21 13:59:50 +08:00
config OTA_DATA_DIRECT
bool "Use single data partition"
default n
config OTA_RODATA_DIRECT
bool "Use single rodata partition"
default n
2024-04-03 16:40:57 +08:00
endif