Browse Source

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
Houston Hoffman 8 years ago
parent
commit
435cd44d2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Kbuild

+ 1 - 0
Kbuild

@@ -1178,6 +1178,7 @@ endif
 
 ifeq ($(CONFIG_CNSS2), y)
 CDEFINES += -DCONFIG_PLD_PCIE_CNSS
+CDEFINES += -DCONFIG_PLD_PCIE_INIT
 endif
 
 ifeq ($(CONFIG_ICNSS), y)