

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

if ARCH_ZX297520V3

comment "ZX297520V3 Board Type"

config ARCH_ZX297520V3_EVB
	bool "ZTE-TSP ZX297520V3_EVB board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 EVB board.
	  
config ARCH_ZX297520V3_MDL
	bool "ZTE-TSP ZX297520V3 MDL board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 MDL board.

config ARCH_ZX297520V3_MIFI
	bool "ZTE-TSP ZX297520V3 MIFI board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 MIFI board.

config ARCH_ZX297520V3_UFI
	bool "ZTE-TSP ZX297520V3 UFI board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 UFI board.
	  
config ARCH_ZX297520V3_PHONE
	bool "ZTE-TSP ZX297520V3 PHONE board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 PHONE board.
	  
config ARCH_ZX297520V3_FWP
	bool "ZTE-TSP ZX297520V3 FWP board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 FWP board.
	  
config ARCH_ZX297520V3_WATCH
	bool "ZTE-TSP ZX297520V3 WATCH board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 WATCH board.

config ARCH_ZX297520V3_CPE
	bool "ZTE-TSP ZX297520V3 CPE board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 CPE board.

config ARCH_ZX297520V3_CPE_SWITCH
	bool "ZTE-TSP ZX297520V3 CPE SWITCH board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 CPE SWITCH board.
config ARCH_ZX297520V3_POC
	bool "ZTE-TSP ZX297520V3 POC board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 POC board.

config ARCH_ZX297520V3_FPGA
	bool "ZTE-TSP ZX297520V3 FPGA board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 FPGA board.
	  
config ARCH_ZX297520V3_CAP
	bool "ZTE-TSP ZX297520V3 CAP board"
	help
	  Select this if you are using ZTE-TSP ZX297520V3 CAP board.
	  
config MIN_VERSION
	bool "min version used for 16M nor-flash"
	help
	  Select this if you are using 16M nor-flash board.

config MIN_8M_VERSION
	bool "min version used for 8M nor-flash"
	help
	  Select this if you are using 8M nor-flash board.
endif

config ZX29_TIMER_HZ
       int "Kernel HZ (jiffies per second)"
       range 100 1000
       default "200" if ARCH_ZX297520V2EVB || ARCH_ZX297520V3_EVB || ARCH_ZX297520V3_MDL || ARCH_ZX297520V3_MIFI || ARCH_ZX297520V3_UFI || ARCH_ZX297520V3_PHONE || ARCH_ZX297520V3_WATCH || ARCH_ZX297520V3_FWP || ARCH_ZX297520V3_CAP
       default "100" if ARCH_ZX297520V2FPGA || ARCH_ZX297520V3_FPGA
	   depends on ARCH_ZX297520V2 || ARCH_ZX297520V3
       help
	   recommend valude of ZX29_TIMER_HZ:/100 /200 /500 /1000 
config MODEM_CODE_IS_MAPPING
	bool "Modem code load dl"
	default n
	help
	  Select this if you are using DL modem code .

