Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. comment "Qualcomm Atheros CLD WLAN module"
  2. config QCA_CLD_WLAN
  3. tristate "Qualcomm Atheros CLD WLAN module"
  4. default n
  5. help
  6. Add support for the Qualcomm Atheros CLD WLAN module
  7. if QCA_CLD_WLAN != n
  8. config QCACLD_WLAN_LFR3
  9. bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
  10. default n
  11. config PRIMA_WLAN_OKC
  12. bool "Enable the Prima WLAN Opportunistic Key Caching feature"
  13. default n
  14. config WLAN_FEATURE_11W
  15. bool "Enable the WLAN 802.11w Protected Management Frames feature"
  16. default n
  17. config WLAN_FEATURE_LPSS
  18. bool "Enable the WLAN LPSS feature"
  19. default n
  20. config QCOM_VOWIFI_11R
  21. bool "Enable Fast Transition (11r) feature"
  22. default n
  23. config QCACLD_FEATURE_NAN
  24. bool "Enable NAN feature"
  25. default n
  26. config WLAN_FEATURE_NAN_DATAPATH
  27. bool "Enable NaN Data Path feature"
  28. depends on QCACLD_FEATURE_NAN
  29. default n
  30. config QCACLD_FEATURE_GREEN_AP
  31. bool "Enable Green AP feature"
  32. default n
  33. config HELIUMPLUS
  34. bool "Enable Beeliner based descriptor structures for Helium"
  35. default n
  36. config 64BIT_PADDR
  37. bool "Enable 37-bit physical/bus addresses"
  38. depends on HELIUMPLUS
  39. default n
  40. config QCOM_TDLS
  41. bool "Enable TDLS feature"
  42. default n
  43. config QCOM_LTE_COEX
  44. bool "Enable QCOM LTE Coex feature"
  45. default n
  46. config MPC_UT_FRAMEWORK
  47. bool "Enable Unit test framework for multiport concurrency"
  48. default n
  49. config WLAN_OFFLOAD_PACKETS
  50. bool "Enable offload packets feature"
  51. default n
  52. config FEATURE_TSO
  53. bool "Enable TCP Segmentation Offload"
  54. depends on HELIUMPLUS
  55. default n
  56. config FEATURE_TSO_DEBUG
  57. bool "Enable TCP Segmentation Offload with debug"
  58. depends on FEATURE_TSO
  59. default n
  60. config WLAN_FASTPATH
  61. bool "Enable fastpath for datapackets"
  62. default n
  63. config WLAN_NAPI
  64. bool "Enable NAPI - datapath rx"
  65. default n
  66. config WLAN_NAPI_DEBUG
  67. bool "Enable debug logging on NAPI"
  68. depends on WLAN_NAPI
  69. default n
  70. config WLAN_TX_FLOW_CONTROL_V2
  71. bool "Enable tx flow control version:2"
  72. default n
  73. config WLAN_LRO
  74. bool "Enable Large Receive Offload"
  75. depends on HELIUMPLUS
  76. depends on INET_LRO
  77. default n
  78. config WLAN_SYNC_TSF
  79. bool "Enable QCOM sync multi devices tsf feature"
  80. default n
  81. config LFR_SUBNET_DETECTION
  82. bool "Enable LFR Subnet Change Detection"
  83. default n
  84. config MCC_TO_SCC_SWITCH
  85. bool "Enable MCC to SCC Switch Logic"
  86. default n
  87. config QCACLD_WLAN_LFR2
  88. bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
  89. default n
  90. config WLAN_FEATURE_DISA
  91. bool "Enable DISA certification feature"
  92. default n
  93. config WLAN_FEATURE_FIPS
  94. bool "Enable FIPS certification feature"
  95. default n
  96. config WLAN_FEATURE_11AX
  97. bool "Enable 11AX(High Efficiency) feature"
  98. default n
  99. config ICMP_DISABLE_PS
  100. bool "Enable ICMP packet disable powersave feature"
  101. default n
  102. config BUILD_TIMESTAMP
  103. bool "Embed timestamp in wlan version"
  104. default n
  105. config WLAN_FEATURE_FILS
  106. bool "Enable FILS feature"
  107. default n
  108. config NAN_CONVERGENCE
  109. bool "Enable NAN_CONVERGENCE feature"
  110. default n
  111. config WLAN_OBJMGR_DEBUG
  112. bool "Enable WLAN Obj Mgr Debug services"
  113. default n
  114. config WLAN_FEATURE_DFS_OFFLOAD
  115. bool "Enable dfs offload feature"
  116. default n
  117. config WLAN_FEATURE_SARV1_TO_SARV2
  118. bool "Enable conversion of SAR v1 to v2 feature"
  119. default n
  120. endif # QCA_CLD_WLAN