

if ARCH_ZX297520V2

comment "ZX297520V2 Board Type"

config ARCH_ZX297520V2EVB
	bool "ZTE-TSP ZX297520V2EVB board"
	help
	  Select this if you are using ZTE-TSP ZX297520V2EVB board.

config ARCH_ZX297520V2FPGA
	bool "ZTE-TSP ZX297520V2FPGA board"
	help
	  Select this if you are using ZTE-TSP ZX297520V2FPGA board.
endif

config ZX29_TIMER_HZ
       int "Kernel HZ (jiffies per second)"
       range 100 1000
       default "200" if ARCH_ZX297520V2EVB
       default "100" if ARCH_ZX297520V2FPGA
	   depends on ARCH_ZX297520V2
       help
	   recommend valude of ZX29_TIMER_HZ:/100 /200 /500 /1000 

