config SPRD_SYSTIMER
	tristate "Spreadtrum system timer driver (systimer/sysfrt)"
	depends on ARCH_SPRD
	default m
	help
	  Support sprd system timer driver.

config SPRD_TIME_SYNC
	tristate "Spreadtrum time sync driver"
	depends on ARCH_SPRD
	default m
	help
	  Support sprd time sync with other subsystem.

config SPRD_TIME_SYNC_CH
	tristate "Spreadtrum AP/CH time synchronization"
	depends on ARCH_SPRD && SPRD_SYSTIMER && SPRD_TIME_SYNC
	default n
	help
	  Support sprd sensor time synchronization between AP
	  (Application Processor) and CH(Context Hub).

config SPRD_TIME_SYNC_CP
	tristate "Spreadtrum cp time sync driver"
	depends on ARCH_SPRD && SPRD_TIME_SYNC
	default m
	help
	  Support sprd time sync with cp system.
