# When adding new entries keep the list in alphabetical order

config ZX_RAM_CONSOLE
	bool "Write log to ram when suspend"
	depends on SUSPEND
	default y
	---help---
	  Write log to ram when system in suspend or sleep state that  
	  uart may not print log normally!

config ZX_PM_DEBUG
	bool "PM debug"
	depends on SUSPEND
	default y
	---help---
	  Debug interface for power management!

config ZX_PM_DEBUG_TIME
	bool "debug sleep time"
	depends on SUSPEND
	default n
	---help---
	  Use to debug sleep time!

config AXI_FREQ
	bool "change axi clock"
	depends on CPU_FREQ
	default y
	---help---
	  Use to change axi clock!

config RPM_ZX29
	bool "icp and rpmsg driver"
	depends on PLAT_ZTE
	default n
	---help---
	  Communicate between cores with each other!

config TSC_ZX29
	bool "tsc driver"
	depends on PLAT_ZTE
	default n
	---help---
	  Communicate between cores with each other!	  

config DDR_ZX29
	tristate "DDR driver"
	depends on PLAT_ZTE
	---help---
	  Communicate between cores with each other!	  
	  
