summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorManishekar Chandrasekaran <cmshekar@codeaurora.org>2016-04-27 13:05:15 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-05-04 21:17:14 -0700
commitf37d7121d1e64f26141c8095dbdcb4b58162a599 (patch)
tree94dc6e1c4dcc0d0050b1060642440cf087a2963f /Kconfig
parent3904436d3604b82d14e82ff82c0db859b375d525 (diff)
downloadqcacld-f37d7121d1e64f26141c8095dbdcb4b58162a599.tar.gz
qcacld-3.0: Fix Kconfig entry for MCC to SCC switch/LFR subnet detection
Correct the Kconfig entry that is used for the MCC to SCC switch and LFR subnet detection feature. The Kconfig, instead of having the config name is having the feature name. i.e, instead of having the Kconfig entries as MCC_TO_SCC_SWITCH and LFR_SUBNET_DETECTION, the current entries are FEATURE_WLAN_MCC_TO_SCC_SWITCH and FEATURE_LFR_SUBNET_DETECTION. The make config process will add the CONFIG_ prefix to these Kconfig entries. Change-Id: I57f025f14bed73afeb411ea130ca88b5a4155a60 CRs-Fixed: 1000552
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index 39b64ed625..51194f09be 100644
--- a/Kconfig
+++ b/Kconfig
@@ -111,11 +111,11 @@ config WLAN_SYNC_TSF
bool "Enable QCOM sync multi devices tsf feature"
default n
-config FEATURE_LFR_SUBNET_DETECTION
+config LFR_SUBNET_DETECTION
bool "Enable LFR Subnet Change Detection"
default n
-config FEATURE_WLAN_MCC_TO_SCC_SWITCH
+config MCC_TO_SCC_SWITCH
bool "Enable MCC to SCC Switch Logic"
default n