Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. config MTK_ECCCI_DRIVER
  2. tristate "ECCCI Driver"
  3. depends on MTK_CCCI_DEVICES
  4. default n
  5. help
  6. This option enables ECCCI device driver support,
  7. if yes, then modem1 is using eccci driver,
  8. if no, eccci driver is disabled.
  9. The option default disabled.
  10. config MTK_ECCCI_CLDMA
  11. tristate "ECCCI CLDMA driver"
  12. depends on MTK_ECCCI_DRIVER
  13. default y
  14. help
  15. This option enables ECCCI CLDMA driver,
  16. if yes, then modem1 is using cldma hardware,
  17. if no, cldma hardware is disabled.
  18. The option default disabled.
  19. config MTK_ECCCI_CCIF
  20. tristate "ECCCI CCIF driver"
  21. depends on MTK_ECCCI_DRIVER
  22. default n
  23. help
  24. This option enables ECCCI CCIF driver,
  25. if yes, then modem1 is using ccif hardware,
  26. if no, ccif hardware is disabled,
  27. The option default disabled.
  28. config MTK_ECCCI_C2K
  29. tristate "ECCCI CCIF C2K driver"
  30. depends on MTK_ECCCI_DRIVER
  31. default n
  32. help
  33. This option enables ECCCI CCIF C2K driver,
  34. if yes, c2k modem is enabled,
  35. if no, c2k modem is disabled,
  36. The option default disabled.
  37. config MTK_ECCCI_UT
  38. tristate "ECCCI UT mode"
  39. depends on MTK_ECCCI_DRIVER
  40. default n
  41. help
  42. This option enables ECCCI UT mode,
  43. (software loopback, no CLDMA support),
  44. The option depends on MTK_ECCCI_DRIVER,
  45. and default is disabled.
  46. config MTK_C2K_SUPPORT
  47. bool "MTK_C2K_SUPPORT"
  48. depends on !ARCH_MT6735M
  49. default n
  50. help
  51. This option enables C2K modem support,
  52. if yes, then C2K modem feature is supported,
  53. if no, C2K feature is disabled.
  54. The option default disabled.
  55. config EVDO_DT_SUPPORT
  56. bool "EVDO_DT_SUPPORT"
  57. depends on MTK_C2K_SUPPORT
  58. default n
  59. help
  60. To support CDMA+GSM dual talk feature
  61. if yes, then CDMA+GSM dual talk feature is supported,
  62. if no, CDMA+GSM dual talk feature is disabled.
  63. The option default disabled.
  64. config MTK_SVLTE_SUPPORT
  65. bool "MTK_SVLTE_SUPPORT"
  66. depends on MTK_C2K_SUPPORT
  67. default n
  68. help
  69. To support SVLTE feature
  70. if yes, then C2K modem SVLTE feature is supported,
  71. if no, C2K modem SVLTE feature is disabled.
  72. The option default disabled.
  73. config MTK_SRLTE_SUPPORT
  74. bool "MTK_SRLTE_SUPPORT"
  75. depends on MTK_C2K_SUPPORT
  76. default n
  77. help
  78. To support SRLTE feature
  79. if yes, then C2K modem SRLTE feature is supported,
  80. if no, C2K modem SRLTE feature is disabled.
  81. The option default disabled.
  82. config EVDO_DT_VIA_SUPPORT
  83. bool "EVDO_DT_VIA_SUPPORT"
  84. depends on MTK_C2K_SUPPORT
  85. default n
  86. help
  87. To support VIA CBP modem
  88. if yes, then VIA CBP modem is supported,
  89. if no, VIA CBP modem is disabled.
  90. The option default disabled.
  91. config MTK_C2K_OM_SOLUTION1
  92. bool "C2K OM solution1 support"
  93. default n
  94. help
  95. To support C2K OM solution1 feature,
  96. if yes, then VIA CBP modem is supported,
  97. if no, VIA CBP modem is disabled.
  98. The option default disabled.
  99. config MTK_SIM_LOCK_POWER_ON_WRITE_PROTECT
  100. bool "sim lock poweron write protect"
  101. default n
  102. help
  103. To support SIM lock power on write protect feature,
  104. if yes, then it is supported,
  105. if no, it is disabled.
  106. The option default disabled.
  107. config CT6M_SUPPORT
  108. bool "CT 6M support"
  109. depends on MTK_C2K_SUPPORT
  110. default n
  111. help
  112. To support CT 6M feature,
  113. if yes, then it is supported,
  114. if no, it is disabled.
  115. The option default disabled.