qcacld-3.0: Introduce CONFIG_PLD_PCIE_INIT

CONFIG_PLD_PCIE_INIT indicates that pcie initialization
and io remap have allready been done by the platform driver,
and should not be re-done by the wlan driver.
This is to facilitate shared controll between the MHI & wlan
drivers.

Change-Id: I97704076d1efe2a8d980c8f659f05367ca82a5f6
CRs-Fixed: 1097375
diff --git a/Kbuild b/Kbuild
index 51c4870..6d63160 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1178,6 +1178,7 @@
 
 ifeq ($(CONFIG_CNSS2), y)
 CDEFINES += -DCONFIG_PLD_PCIE_CNSS
+CDEFINES += -DCONFIG_PLD_PCIE_INIT
 endif
 
 ifeq ($(CONFIG_ICNSS), y)