Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. menuconfig MTK_CCCI_DEVICES
  2. bool "CCCI Devices"
  3. default y
  4. help
  5. Say Y here to enable CCCI basic support.
  6. If you say N, all CCCI related code (including dummy API) will be disable.
  7. config MTK_ENABLE_MD1
  8. bool "MTK_ENABLE_MD1"
  9. depends on MTK_CCCI_DRIVER || MTK_CCCI_EXT || MTK_ECCCI_DRIVER
  10. default y
  11. help
  12. Set to yes,
  13. the first modem is enabled
  14. Set to no,
  15. the first modem is not enabled
  16. config MTK_MD1_SUPPORT
  17. int "MTK_MD1_SUPPORT"
  18. depends on MTK_ENABLE_MD1
  19. default 3
  20. help
  21. modem 1 mode: 1=>2g,2=>3g,3=>wg,4=>tg,5=>lwg,6=>ltg,7=>sglte,0=>invalid
  22. config MD1_SIZE
  23. hex "MD1_SIZE"
  24. depends on MTK_ENABLE_MD1
  25. default 0x5000000
  26. help
  27. modem 1 memory size.
  28. config MD1_SMEM_SIZE
  29. hex "MD1_SMEM_SIZE"
  30. depends on MTK_ENABLE_MD1
  31. default 0x200000
  32. help
  33. modem 1 share memory size.
  34. config MTK_ENABLE_MD2
  35. bool "MTK_ENABLE_MD2"
  36. depends on MTK_CCCI_EXT || MTK_ECCCI_DRIVER
  37. default n
  38. help
  39. Set to yes,
  40. the second modem is enabled
  41. Set to no,
  42. the second modem is not enabled
  43. config MTK_MD2_SUPPORT
  44. int "MTK_MD2_SUPPORT"
  45. depends on MTK_ENABLE_MD2
  46. default 1
  47. help
  48. modem 2 mode:
  49. 1=>2g,
  50. 2=>3g,
  51. 3=>wg,
  52. 4=>tg,
  53. 5=>lwg,
  54. 6=>ltg,
  55. 7=>sglte,
  56. 0=>invalid
  57. config MD2_SIZE
  58. hex "MD2_SIZE"
  59. depends on MTK_ENABLE_MD2
  60. default 0x1000000
  61. help
  62. modem 2 memory size.
  63. config MD2_SMEM_SIZE
  64. hex "MD2_SMEM_SIZE"
  65. depends on MTK_ENABLE_MD2
  66. default 0x400000
  67. help
  68. modem 2 share memory size.
  69. config MTK_MD_SBP_CUSTOM_VALUE
  70. string "MTK_MD_SBP_CUSTOM_VALUE"
  71. default ""
  72. help
  73. Disable MD SBP(Single Binary Platform) feature or not.
  74. Defined: enable MD SBP feature.
  75. config MTK_MD2_SBP_CUSTOM_VALUE
  76. string "MTK_MD2_SBP_CUSTOM_VALUE"
  77. default ""
  78. help
  79. Disable MD2 SBP(Single Binary Platform) feature or not.
  80. Defined: enable MD2 SBP feature.