config BL31_HIBERNATE
	bool "BL31 S4 Hibernate feature support"
	default n
	depends on HIBERNATION
	help
	---help---
	  This module supports the safe configuration or saving and recovery of
	  data for bl31 modules. Bl31 implements the saving and recovery
	  mechanism of S4 state, which is used by bl31 module.
	  If unsure, say N.

config BL31_HIBERNATE_TEST
	bool "BL31 S4 Hibernate test support"
	default n
	depends on BL31_HIBERNATE
	help
	---help---
	  This module is designed to test bl31 hibernate feature.
	  If unsure, say N.

config BL31_S4_MEM_ADDR
	hex "bl31 hibernate info memory address"
	depends on BL31_HIBERNATE
	default "0x2BE10000"
	help
	  The start address of run memory.

config BL31_S4_MEM_SIZE
	hex "bl31 hibernate info memory size"
	depends on BL31_HIBERNATE
	default "0x3f000"
	help
	  The size of run memory.

