qcacmn: CONFIG_WIN Macros to be moved out of DP/HAL

Remove CONFIG_WIN usage from Lithium DP and HAL module.

Change-Id: If388e45cb3e7e31493edd422a2f4c40f0dd4a799
CRs-Fixed: 2474613
This commit is contained in:
Akshay Kosigi
2019-06-19 14:33:47 +05:30
committed by nshrivas
parent f09509b3f4
commit 283e2358f4
5 changed files with 17 additions and 27 deletions

View File

@@ -244,19 +244,19 @@ static void hal_target_based_configure(struct hal_soc *hal)
hal_qca6390_attach(hal);
break;
#endif
#if defined(QCA_WIFI_QCA8074) && defined(CONFIG_WIN)
#if defined(QCA_WIFI_QCA8074) && defined(WIFI_TARGET_TYPE_3_0)
case TARGET_TYPE_QCA8074:
hal_qca8074_attach(hal);
break;
#endif
#if defined(QCA_WIFI_QCA8074V2) && defined(CONFIG_WIN)
#if defined(QCA_WIFI_QCA8074V2)
case TARGET_TYPE_QCA8074V2:
hal_qca8074v2_attach(hal);
break;
#endif
#if defined(QCA_WIFI_QCA6018) && defined(CONFIG_WIN)
#if defined(QCA_WIFI_QCA6018)
case TARGET_TYPE_QCA6018:
hal_qca8074v2_attach(hal);
break;