#
# aee drivers configuration
#

config MTK_AEE_SUPPORT
	bool "Enable mini dump feature"
	default n
	help
	  Enable minidump feature in uboot, when exception happends in
	  kernel layer, will dump minidump and some kernel info to AEE db.

config MTK_AEE_PLATFORM_DEBUG_SUPPORT
	depends on MTK_AEE_SUPPORT
	default n
	bool "Enable mtk aee platform debug feature"
	help
	  Enable platform debug feature in uboot, when exception happends in
	  kernel layer, will dump some module debuginfo to AEE db.
