Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 QCACLD_FEATURE_GREEN_AP
  27. bool "Enable Green AP feature"
  28. default n
  29. config HELIUMPLUS
  30. bool "Enable Beeliner based descriptor structures for Helium"
  31. default n
  32. config 64BIT_PADDR
  33. bool "Enable 37-bit physical/bus addresses"
  34. depends on HELIUMPLUS
  35. default n
  36. config QCOM_TDLS
  37. bool "Enable TDLS feature"
  38. default n
  39. config QCOM_LTE_COEX
  40. bool "Enable QCOM LTE Coex feature"
  41. default n
  42. config WLAN_OFFLOAD_PACKETS
  43. bool "Enable offload packets feature"
  44. default n
  45. config FEATURE_TSO
  46. bool "Enable TCP Segmentation Offload"
  47. depends on HELIUMPLUS
  48. default n
  49. config FEATURE_TSO_DEBUG
  50. bool "Enable TCP Segmentation Offload with debug"
  51. depends on FEATURE_TSO
  52. default n
  53. config WLAN_FASTPATH
  54. bool "Enable fastpath for datapackets"
  55. default n
  56. config WLAN_NAPI
  57. bool "Enable NAPI - datapath rx"
  58. default n
  59. config WLAN_NAPI_DEBUG
  60. bool "Enable debug logging on NAPI"
  61. depends on WLAN_NAPI
  62. default n
  63. config WLAN_TX_FLOW_CONTROL_V2
  64. bool "Enable tx flow control version:2"
  65. default n
  66. config WLAN_LRO
  67. bool "Enable Large Receive Offload"
  68. depends on HELIUMPLUS
  69. depends on INET_LRO
  70. default n
  71. config WLAN_SYNC_TSF
  72. bool "Enable QCOM sync multi devices tsf feature"
  73. default n
  74. config LFR_SUBNET_DETECTION
  75. bool "Enable LFR Subnet Change Detection"
  76. default n
  77. config MCC_TO_SCC_SWITCH
  78. bool "Enable MCC to SCC Switch Logic"
  79. default n
  80. config QCACLD_WLAN_LFR2
  81. bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
  82. default n
  83. config WLAN_FEATURE_DISA
  84. bool "Enable DISA certification feature"
  85. default n
  86. config WLAN_FEATURE_FIPS
  87. bool "Enable FIPS certification feature"
  88. default n
  89. config WLAN_FEATURE_11AX
  90. bool "Enable 11AX(High Efficiency) feature"
  91. default n
  92. config ICMP_DISABLE_PS
  93. bool "Enable ICMP packet disable powersave feature"
  94. default n
  95. config BUILD_TIMESTAMP
  96. bool "Embed timestamp in wlan version"
  97. default n
  98. config WLAN_FEATURE_FILS
  99. bool "Enable FILS feature"
  100. default n
  101. config NAN_CONVERGENCE
  102. bool "Enable NAN_CONVERGENCE feature"
  103. default n
  104. config WLAN_OBJMGR_DEBUG
  105. bool "Enable WLAN Obj Mgr Debug services"
  106. default n
  107. config WLAN_FEATURE_DFS_OFFLOAD
  108. bool "Enable dfs offload feature"
  109. default n
  110. config WLAN_FEATURE_SARV1_TO_SARV2
  111. bool "Enable conversion of SAR v1 to v2 feature"
  112. default n
  113. endif # QCA_CLD_WLAN