qcacld-3.0: Add support to send MWS-COEX configurations to FW

Add support to send below two MWS-COEX configurations to FW
1. Enable/disable MWS-COEX 4G (LTE) Quick FTDM
2. Set MWS-COEX 5G-NR power limit

Change-Id: I14656ced91c9dec2be85590e6f6c1e7497505a28
CRs-Fixed: 2265352
diff --git a/Kbuild b/Kbuild
index f2a6d7c..b30e82d 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1881,6 +1881,9 @@
 cppflags-y += -DBIG_ENDIAN_HOST
 endif
 
+#Enable MWS COEX support for 4G quick TDM and 5G NR pwr limit
+cppflags-y += -DMWS_COEX
+
 #Enable TX reclaim support
 cppflags-$(CONFIG_TX_CREDIT_RECLAIM_SUPPORT) += -DTX_CREDIT_RECLAIM_SUPPORT