summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston Hoffman <hhoffman@codeaurora.org>2016-03-08 13:04:20 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-17 18:09:05 -0700
commit57d10c2115d46ac994b5e89fdcc3f5d99d230273 (patch)
treeab2fba68ce57d83c681a2fd33c3775d87d2fbd03
parent36ae57e9b4ef34c66e7ddce4d0f7ae98562f7e21 (diff)
qcacld-3.0: Make CONFIG_ICNSS set the bus to SNOC
Currently HIF_PCI and snoc are not supported at the same time. Bus should be set to snoc when CONFIG_ICNSS is defined. Change-Id: I900cb70136a9be5406df05d06419e57ca0fa71be CRs-Fixed: 989686
-rwxr-xr-xKbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index a2cc3b43316a..d4ac68b34633 100755
--- a/Kbuild
+++ b/Kbuild
@@ -6,6 +6,10 @@ else
KERNEL_BUILD := 0
endif
+ifdef CONFIG_ICNSS
+ CONFIG_ROME_IF = snoc
+endif
+
ifeq ($(CONFIG_CNSS), y)
ifndef CONFIG_ROME_IF
#use pci as default interface