| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- 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_C2K
- tristate "ECCCI CCIF C2K driver"
- depends on MTK_ECCCI_DRIVER
- default n
- help
- This option enables ECCCI CCIF C2K driver,
- if yes, c2k modem is enabled,
- if no, c2k modem 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 MTK_SRLTE_SUPPORT
- bool "MTK_SRLTE_SUPPORT"
- depends on MTK_C2K_SUPPORT
- default n
- help
- To support SRLTE feature
- if yes, then C2K modem SRLTE feature is supported,
- if no, C2K modem SRLTE 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.
- config MTK_C2K_OM_SOLUTION1
- bool "C2K OM solution1 support"
- default n
- help
- To support C2K OM solution1 feature,
- if yes, then VIA CBP modem is supported,
- if no, VIA CBP modem is disabled.
- The option default disabled.
- config MTK_SIM_LOCK_POWER_ON_WRITE_PROTECT
- bool "sim lock poweron write protect"
- default n
- help
- To support SIM lock power on write protect feature,
- if yes, then it is supported,
- if no, it is disabled.
- The option default disabled.
- config CT6M_SUPPORT
- bool "CT 6M support"
- depends on MTK_C2K_SUPPORT
- default n
- help
- To support CT 6M feature,
- if yes, then it is supported,
- if no, it is disabled.
- The option default disabled.
|