Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 QCACLD_FEATURE_GREEN_AP
  30. bool "Enable Green AP feature"
  31. default n
  32. config HELIUMPLUS
  33. bool "Enable Beeliner based descriptor structures for Helium"
  34. default n
  35. config 64BIT_PADDR
  36. bool "Enable 37-bit physical/bus addresses"
  37. depends on HELIUMPLUS
  38. default n
  39. config QCOM_TDLS
  40. bool "Enable TDLS feature"
  41. default n
  42. config QCOM_LTE_COEX
  43. bool "Enable QCOM LTE Coex feature"
  44. default n
  45. config MPC_UT_FRAMEWORK
  46. bool "Enable Unit test framework for multiport concurrency"
  47. default n
  48. config WLAN_OFFLOAD_PACKETS
  49. bool "Enable offload packets feature"
  50. default n
  51. config WLAN_FEATURE_MEMDUMP
  52. bool "Enable MEMDUMP feature"
  53. default n
  54. config FEATURE_TSO
  55. bool "Enable TCP Segmentation Offload"
  56. depends on HELIUMPLUS
  57. default n
  58. config FEATURE_TSO_DEBUG
  59. bool "Enable TCP Segmentation Offload with debug"
  60. depends on FEATURE_TSO
  61. default n
  62. config WLAN_FASTPATH
  63. bool "Enable fastpath for datapackets"
  64. default n
  65. config WLAN_NAPI
  66. bool "Enable NAPI - datapath rx"
  67. default n
  68. config WLAN_NAPI_DEBUG
  69. bool "Enable debug logging on NAPI"
  70. depends on WLAN_NAPI
  71. default n
  72. config WLAN_TX_FLOW_CONTROL_V2
  73. bool "Enable tx flow control version:2"
  74. default n
  75. config WLAN_LRO
  76. bool "Enable Large Receive Offload"
  77. depends on HELIUMPLUS
  78. depends on CONFIG_INET_LRO
  79. default n
  80. config WLAN_FEATURE_RX_WAKELOCK
  81. bool "Enable RX wake lock feature"
  82. default n
  83. config FEATURE_LFR_SUBNET_DETECTION
  84. bool "Enable LFR Subnet Change Detection"
  85. default n
  86. endif # QCA_CLD_WLAN