Browse Source

qcacld-3.0: Additional Bazel config changes

Current code had an extra config set and a
config which didn't have its definition translation.
Fix this by removing config flag and adding definition
translation.

Change-Id: Idf4a04e1a4a3f6ba7d9553dfc6cc16a3472aed2f
CRs-Fixed: 3580352
Mohammed Ahmed 1 year ago
parent
commit
76ec3a3fcd
3 changed files with 4 additions and 5 deletions
  1. 0 4
      Kconfig
  2. 4 0
      configs/config_to_feature.h
  3. 0 1
      configs/pineapple_gki_kiwi-v2_defconfig

+ 0 - 4
Kconfig

@@ -1747,10 +1747,6 @@ config WLAN_CTRL_NAME
 	string "Enable CONFIG_WLAN_CTRL_NAME"
 	default \"wlan\"
 
-config QCA_WIFI_FTM_IOCTL
-	bool "Enable CONFIG_QCA_WIFI_FTM_IOCTL"
-	default n
-
 config LL_DP_SUPPORT_NON_LITH
 	bool "ENABLE CONFIG_LL_DP_SUPPORT_NON_LITH"
 	default n

+ 4 - 0
configs/config_to_feature.h

@@ -2907,4 +2907,8 @@
 #define WLAN_TRACE_HIDE_MAC_ADDRESS (1)
 #endif
 
+#ifdef CONFIG_ENABLE_HAL_REG_WR_HISTORY
+#define ENABLE_HAL_REG_WR_HISTORY (1)
+#endif
+
 #endif /* CONFIG_TO_FEATURE_H */

+ 0 - 1
configs/pineapple_gki_kiwi-v2_defconfig

@@ -359,7 +359,6 @@ CONFIG_CFG80211_EXT_FEATURE_SECURE_NAN=y
 CONFIG_WLAN_CTRL_NAME="wlan"
 CONFIG_MULTI_IF_NAME="kiwi_v2"
 CONFIG_NL80211_TESTMODE=y
-CONFIG_QCA_WIFI_FTM_IOCTL=y
 CONFIG_ENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST=y
 CONFIG_WLAN_HOST_ARCH_ARM=y
 CONFIG_ARCH_MSM=y