summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimanshu Agarwal <himanaga@qti.qualcomm.com>2016-04-25 10:54:14 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-04-25 19:42:11 +0530
commitabdc4ce9f53fdade2cfae47a51fd0f0a5587a0eb (patch)
tree3dabf80f0db21f3440059e19ab6b30e3a502d82a
parentdc0844997eacb387017c2c8217bf438153fd4d5a (diff)
qcacld-2.0: Enable FORCE_LEGACY_PCI_INTERRUPTS flag
Enable FORCE_LEGACY_PCI_INTERRUPTS flag in Kbuild to make sure that in every case legacy interrupts is enabled as MSI interrupts are not supported in driver. Change-Id: I8c416c84ed213c697d89b6db61795a019e5014df CRs-Fixed: 997768
-rw-r--r--Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 86ffb7f7cd9c..fa92b6f43c29 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1539,6 +1539,10 @@ ifeq ($(CONFIG_DPTRACE_ENABLE), y)
CDEFINES += -DFEATURE_DPTRACE_ENABLE
endif
+ifeq ($(CONFIG_HIF_PCI), 1)
+CDEFINES += -DFORCE_LEGACY_PCI_INTERRUPTS
+endif
+
KBUILD_CPPFLAGS += $(CDEFINES)
# Currently, for versions of gcc which support it, the kernel Makefile