diff options
| author | Himanshu Agarwal <himanaga@qti.qualcomm.com> | 2016-04-25 10:54:14 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-04-25 19:42:11 +0530 |
| commit | abdc4ce9f53fdade2cfae47a51fd0f0a5587a0eb (patch) | |
| tree | 3dabf80f0db21f3440059e19ab6b30e3a502d82a | |
| parent | dc0844997eacb387017c2c8217bf438153fd4d5a (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-- | Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
