From ef30f3bb417f6bd44661f4f5c8da55bb2ec9afb6 Mon Sep 17 00:00:00 2001 From: jiad Date: Wed, 7 Feb 2018 11:48:15 +0800 Subject: qcacld-3.0: Enable mobile router feature on sdxpoorwills Enable CONFIG_MOBILE_ROUTER on sdxpoorwills platform. Change-Id: I0c0aba651086573f0ff4739183aa8942eb67486c CRs-Fixed: 2215140 --- Kbuild | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v1.2.3