Browse Source

qcacld-3.0: Define unexpected interface combo configs

Current code does not have certain Kconfig configs
defined, used to disable unexpected interface
combinations. Fix this by defining in Kconfig.

Change-Id: I6289ce95df232b05d6c1ba406dca9ccf09df468d
CRs-Fixed: 3622374
Mohammed Ahmed 1 year ago
parent
commit
88ae2e5393
1 changed files with 16 additions and 0 deletions
  1. 16 0
      Kconfig

+ 16 - 0
Kconfig

@@ -9,6 +9,22 @@ config QCA_CLD_WLAN
 
 if QCA_CLD_WLAN != n
 
+config WLAN_FEATURE_NO_STA_SAP_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_STA_SAP_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_STA_NAN_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_STA_NAN_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_SAP_NAN_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_SAP_NAN_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_P2P_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_P2P_CONCURRENCY"
+	default n
+
 config 160MHZ_SUPPORT
 	bool "Enable 160MHZ_SUPPORT"
 	default n