Browse Source

qcacld-3.0: Sort Kconfig

Since the qcacld-3.0 driver is not part of the upstream kernel, the
Kconfig has not been used for driver configuration. As a result, it is
missing hundreds of configuration options that are now supported by
the driver.

The upcoming Bazel DDK build infrastructure *will* use the Kconfig
file. In preparation for populating the Kconfig, sort the existing
options in alphabetic order to facilitate the addition of the missing
options in a subsequent patch.

Change-Id: I7a714d373ae601b8c6642c224aca6b64da618ecd
CRs-Fixed: 3487378
Jeff Johnson 1 year ago
parent
commit
4995f51fb0
1 changed files with 64 additions and 64 deletions
  1. 64 64
      Kconfig

+ 64 - 64
Kconfig

@@ -9,130 +9,130 @@ config QCA_CLD_WLAN
 
 if QCA_CLD_WLAN != n
 
-config QCACLD_WLAN_LFR3
-	bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
-	default n
-
-config WLAN_FEATURE_LPSS
-	bool "Enable the WLAN LPSS feature"
+config 64BIT_PADDR
+	bool "Enable 37-bit physical/bus addresses"
+	depends on HELIUMPLUS
 	default n
 
-config QCOM_VOWIFI_11R
-	bool "Enable Fast Transition (11r) feature"
+config BUILD_TAG
+	bool "Embed tags and timestamp in wlan version"
 	default n
 
-config QCACLD_FEATURE_NAN
-	bool "Enable NAN feature"
+config FEATURE_TSO
+	bool "Enable TCP Segmentation Offload"
+	depends on HELIUMPLUS
 	default n
 
-config QCACLD_FEATURE_GREEN_AP
-	bool "Enable Green AP feature"
+config FEATURE_TSO_DEBUG
+	bool "Enable TCP Segmentation Offload with debug"
+	depends on FEATURE_TSO
 	default n
 
 config HELIUMPLUS
 	bool "Enable Beeliner based descriptor structures for Helium"
 	default n
 
-config 64BIT_PADDR
-	bool "Enable 37-bit physical/bus addresses"
-	depends on HELIUMPLUS
-	default n
-
-config QCOM_TDLS
-	bool "Enable TDLS feature"
+config ICMP_DISABLE_PS
+	bool "Enable ICMP packet disable powersave feature"
 	default n
 
-config QCOM_LTE_COEX
-	bool "Enable QCOM LTE Coex feature"
+config LFR_SUBNET_DETECTION
+	bool "Enable LFR Subnet Change Detection"
 	default n
 
-config WLAN_OFFLOAD_PACKETS
-	bool "Enable offload packets feature"
+config MCC_TO_SCC_SWITCH
+	bool "Enable MCC to SCC Switch Logic"
 	default n
 
-config FEATURE_TSO
-	bool "Enable TCP Segmentation Offload"
-	depends on HELIUMPLUS
+config QCACLD_FEATURE_GREEN_AP
+	bool "Enable Green AP feature"
 	default n
 
-config FEATURE_TSO_DEBUG
-	bool "Enable TCP Segmentation Offload with debug"
-	depends on FEATURE_TSO
+config QCACLD_FEATURE_NAN
+	bool "Enable NAN feature"
 	default n
 
-config WLAN_FASTPATH
-	bool "Enable fastpath for datapackets"
+config QCACLD_WLAN_LFR2
+	bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
 	default n
 
-config WLAN_NAPI
-	bool "Enable NAPI - datapath rx"
+config QCACLD_WLAN_LFR3
+	bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
 	default n
 
-config WLAN_NAPI_DEBUG
-       bool "Enable debug logging on NAPI"
-       depends on WLAN_NAPI
-       default n
-
-config WLAN_TX_FLOW_CONTROL_V2
-	bool "Enable tx flow control version:2"
+config QCOM_LTE_COEX
+	bool "Enable QCOM LTE Coex feature"
 	default n
 
-config WLAN_LRO
-	bool "Enable Large Receive Offload"
-	depends on HELIUMPLUS
-	depends on INET_LRO
+config QCOM_TDLS
+	bool "Enable TDLS feature"
 	default n
 
-config WLAN_SYNC_TSF
-	bool "Enable QCOM sync multi devices tsf feature"
+config QCOM_VOWIFI_11R
+	bool "Enable Fast Transition (11r) feature"
 	default n
 
-config LFR_SUBNET_DETECTION
-	bool "Enable LFR Subnet Change Detection"
+config WLAN_FASTPATH
+	bool "Enable fastpath for datapackets"
 	default n
 
-config MCC_TO_SCC_SWITCH
-	bool "Enable MCC to SCC Switch Logic"
+config WLAN_FEATURE_11AX
+	bool "Enable 11AX(High Efficiency) feature"
 	default n
 
-config QCACLD_WLAN_LFR2
-	bool "Enable the WLAN Legacy Fast Roaming feature Version 2"
+config WLAN_FEATURE_DFS_OFFLOAD
+	bool "Enable dfs offload feature"
 	default n
 
 config WLAN_FEATURE_DISA
 	bool "Enable DISA certification feature"
 	default n
 
+config WLAN_FEATURE_FILS
+	bool "Enable FILS feature"
+	default n
+
 config WLAN_FEATURE_FIPS
 	bool "Enable FIPS certification feature"
 	default n
 
-config WLAN_FEATURE_11AX
-	bool "Enable 11AX(High Efficiency) feature"
+config WLAN_FEATURE_LPSS
+	bool "Enable the WLAN LPSS feature"
 	default n
 
-config ICMP_DISABLE_PS
-	bool "Enable ICMP packet disable powersave feature"
+config WLAN_FEATURE_SARV1_TO_SARV2
+	bool "Enable conversion of SAR v1 to v2 feature"
 	default n
 
-config BUILD_TAG
-	bool "Embed tags and timestamp in wlan version"
+config WLAN_LRO
+	bool "Enable Large Receive Offload"
+	depends on HELIUMPLUS
+	depends on INET_LRO
 	default n
 
-config WLAN_FEATURE_FILS
-	bool "Enable FILS feature"
+config WLAN_NAPI
+	bool "Enable NAPI - datapath rx"
 	default n
 
+config WLAN_NAPI_DEBUG
+       bool "Enable debug logging on NAPI"
+       depends on WLAN_NAPI
+       default n
+
 config WLAN_OBJMGR_DEBUG
 	bool "Enable WLAN Obj Mgr Debug services"
 	default n
 
-config WLAN_FEATURE_DFS_OFFLOAD
-	bool "Enable dfs offload feature"
+config WLAN_OFFLOAD_PACKETS
+	bool "Enable offload packets feature"
 	default n
 
-config WLAN_FEATURE_SARV1_TO_SARV2
-	bool "Enable conversion of SAR v1 to v2 feature"
+config WLAN_SYNC_TSF
+	bool "Enable QCOM sync multi devices tsf feature"
+	default n
+
+config WLAN_TX_FLOW_CONTROL_V2
+	bool "Enable tx flow control version:2"
 	default n
 
 endif # QCA_CLD_WLAN