Browse Source

qcacld-3.0: correct dependency for QCA_CONFIG_SMP

QCA_CONFIG_SMP should only depend on CONFIG_SMP
Remove other incorrect dependencies.

Change-Id: I6eeba9e98bd7b3cfcce8457f0385da155c6a6e71
CRs-Fixed: 2017603
Yu Wang 8 years ago
parent
commit
1f69b14c04
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Kbuild

+ 0 - 6
Kbuild

@@ -1703,12 +1703,6 @@ ifeq ($(CONFIG_IPA_OFFLOAD), 1)
 CDEFINES += -DIPA_OFFLOAD
 endif
 
-ifneq ($(CONFIG_ARCH_MDM9630), y)
-ifeq ($(CONFIG_ARCH_MDM9640), y)
-CDEFINES += -DQCA_CONFIG_SMP
-endif
-endif
-
 ifeq ($(CONFIG_ARCH_SDXHEDGEHOG), y)
 CDEFINES += -DSYNC_IPA_READY
 endif