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