config MTK_ECCCI_DRIVER
	tristate "ECCCI Driver"
	depends on MTK_CCCI_DEVICES
	default n
	help
	  This option enables ECCCI device driver support,
	  if yes, then modem1 is using eccci driver,
	  if no, eccci driver is disabled.
	  The option default disabled.

config MTK_ECCCI_CLDMA
	tristate "ECCCI CLDMA driver"
	depends on MTK_ECCCI_DRIVER
	default y
	help
	  This option enables ECCCI CLDMA driver,
	  if yes, then modem1 is using cldma hardware,
	  if no, cldma hardware is disabled.
	  The option default disabled.

config MTK_ECCCI_CCIF
	tristate "ECCCI CCIF driver"
	depends on MTK_ECCCI_DRIVER
	default n
	help
	  This option enables ECCCI CCIF driver,
	  if yes, then modem1 is using ccif hardware,
	  if no, ccif hardware is disabled,
	  The option default disabled.

config MTK_ECCCI_UT
	tristate "ECCCI UT mode"
	depends on MTK_ECCCI_DRIVER
	default n
	help
	  This option enables ECCCI UT mode,
	  (software loopback, no CLDMA support),
	  The option depends on MTK_ECCCI_DRIVER,
	  and default is disabled.


config MTK_C2K_SUPPORT
	bool "MTK_C2K_SUPPORT"
	depends on !ARCH_MT6735M
	default n
	help
	  This option enables C2K modem support,
	  if yes, then C2K modem feature is supported,
	  if no, C2K feature is disabled.
	  The option default disabled.

config EVDO_DT_SUPPORT
	bool "EVDO_DT_SUPPORT"
	depends on MTK_C2K_SUPPORT
	default n
	help
	  To support CDMA+GSM dual talk feature
	  if yes, then CDMA+GSM dual talk feature is supported,
	  if no, CDMA+GSM dual talk feature is disabled.
	  The option default disabled.

config MTK_SVLTE_SUPPORT
	bool "MTK_SVLTE_SUPPORT"
	depends on MTK_C2K_SUPPORT
	default n
	help
	  To support SVLTE feature
	  if yes, then C2K modem SVLTE feature is supported,
	  if no, C2K modem SVLTE feature is disabled.
	  The option default disabled.

config EVDO_DT_VIA_SUPPORT
	bool "EVDO_DT_VIA_SUPPORT"
	depends on MTK_C2K_SUPPORT
	default n
	help
	  To support VIA CBP modem
	  if yes, then VIA CBP modem is supported,
	  if no, VIA CBP modem is disabled.
	  The option default disabled.
