menu "Ota"
	config OTA_FUNCTION
		bool "Enable do ota function"
		default n
		help
			enable do ota function

	config HTTP_AB_PARTITION
		bool "Enable Http AB Partition"
		default n
		help
			enable http update ab partition
	config OTA_UPDATE_DEFAULT_PARTITION
		bool "Enable Ota Update Default Partition"
		default n
		help
			enable ota update default partition
	config OTA_UPDATE_B_PARTITION
		bool "Enable Ota Update B Partition"
		default n
		help
			enable ota update b partition
	config OTA_EVADE_METHOD
		bool "Enable Ota evade method"
		default n
		help
			enable ota evade method
	config OTA_HTTPS
		depends on LWIP
		bool "Enable Https ota"
		default n
		help
			enable https ota
	config OTA_HASH_FUNCTION
		bool "Enable ota hash function"
		default n
		help
			enable ota hash function
	config OTA_DEBUG_LOG_OPEN
		bool "Enable ota debug log open"
		default n
		help
			enable ota debug log open
	config OTA_POSITION_INDEPENDENT_AB
		bool "Enable ota position independent update"
		default n
		help
			enable ota position independent update
	config BLE_OTA_WAIT_TIMEOUT
		int "ble ota wait time(ms)"
		default 3000

	config OTA_DISPLAY_PICTURE_DEMO
		bool "Enable display picture when do ota position independent update"
		default n
		help
			enable display picture when do ota position independent update
endmenu
