Kconfig 2.7 KB

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