# When adding new entries keep the list in alphabetical order

if SEC_DEBUG
config SEC_DEBUG_PWDT
	bool "Platform Watchdog check"
	depends on SEC_DEBUG
	default n
	help
	  To check Platform Watchdog thread status

endif

choice
	prompt "Version of GAF structure"
	depends on SEC_DEBUG
	default SEC_DEBUG_GAF_V5 if PROCA
	default SEC_DEBUG_GAF_V4 if FIVE
	default SEC_DEBUG_GAF_V3

	config SEC_DEBUG_GAF_V3
		bool "Use GAF structure version 3"
		help
		  Default option for FIVE-disabled kernel

	config SEC_DEBUG_GAF_V4
		bool "Use GAF structure version 4"
		help
		  Default option for kernel without PROCA LSM module.

	config SEC_DEBUG_GAF_V5
		bool "Use GAF structure version 5"
		help
		  Default option for kernel with PROCA LSM module.
endchoice

source "drivers/debug/user_reset/Kconfig"

