


if ARCH_ZX297510

comment "ZX297510 Board Type"

config ARCH_ZX297510EVB
	bool "ZTE-TSP ZX297510EVB board"
	help
	  Select this if you are using ZTE-TSP ZX297510EVB board.

config ARCH_ZX297510UFI
	bool "ZTE-TSP ZX297510UFI board"
	help
	  Select this if you are using ZTE-TSP ZX297510UFI board.

config ARCH_ZX297510DC
	bool "ZTE-TSP ZX297510DC board"
	help
	  Select this if you are using ZTE-TSP ZX297510DC board.

config ARCH_ZX297510CPE
	bool "ZTE-TSP ZX297510CPE board"
	help
	  Select this if you are using ZTE-TSP ZX297510CPE board.	  
	  
config ARCH_ZX297510FPGA
	bool "ZTE-TSP ZX297510FPGA board"
	help
	  Select this if you are using ZTE-TSP ZX297510FPGA board.
	  (Discontinued)

endif


config ZX29_TIMER_HZ
       int "Kernel HZ (jiffies per second)"
       range 100 1000
       default "200" if ARCH_ZX297510EVB
       default "100" if ARCH_ZX297510FPGA
	   depends on ARCH_ZX297510
       help
	   recommend valude of ZX29_TIMER_HZ:/100 /200 /500 /1000 
	   
config ZX_RAM_CONSOLE
	bool "Write log to ram when suspend"
	depends on ARCH_ZX297510 && SUSPEND
	default n
	---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 ARCH_ZX297510 && 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!
	  
