#
# Failsafe Web UI
#

menuconfig WEBUI_FAILSAFE
	bool "Enable Failsafe Web UI"
	select TCP
	select HTTPD
	default y
	help
	  Enable Web based failsafe UI

if WEBUI_FAILSAFE

config WEBUI_FAILSAFE_ON_AUTOBOOT_FAIL
	bool "Start Failsafe Web UI on autoboot failure"
	default y

config WEBUI_FAILSAFE_LEGACY
	bool "Disable failsafe mechanism and default to firmware partition"
	default n

endif # WEBUI_FAILSAFE
