Kconfig 3.2 KB

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