summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiad <jiad@codeaurora.org>2018-02-07 11:48:15 +0800
committernshrivas <nshrivas@codeaurora.org>2018-03-30 03:56:09 -0700
commitef30f3bb417f6bd44661f4f5c8da55bb2ec9afb6 (patch)
tree06b4e681c387370cc5aaa5de575e8ef5ff115058
parent814dd939a0ad17282659611f4063818777b7f3f7 (diff)
qcacld-3.0: Enable mobile router feature on sdxpoorwills
Enable CONFIG_MOBILE_ROUTER on sdxpoorwills platform. Change-Id: I0c0aba651086573f0ff4739183aa8942eb67486c CRs-Fixed: 2215140
-rw-r--r--Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 3fdcb0e6863f..06a51284be8d 100644
--- a/Kbuild
+++ b/Kbuild
@@ -59,6 +59,10 @@ ifeq ($(KERNEL_BUILD), 0)
CONFIG_MOBILE_ROUTER := y
endif
+ ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
+ CONFIG_MOBILE_ROUTER := y
+ endif
+
# If platform wants to support two driver base on this source
# code, below feature WLAN_DISABLE_EXPORT_SYMBOL needs to be
# enabled, otherwise when loading the second the driver,