summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXun Luo <xunl@qca.qualcomm.com>2014-02-06 14:50:48 -0800
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-02-07 23:06:11 -0800
commitb295fb13c9119c2587730363ecb66f25df9ddcbc (patch)
tree83db2474b2360e91f81076f2493eedb58380222b
parent364bcb08d448482aa7548f968a4be633730d363b (diff)
Kbuild: add LTE CoEx feature dependency to platform driver
Add the dependency of LTE CoEx feature inclusion to platform driver in the Kbuild file. Change-Id: I7e9138971164d0973064ba0ddbb8bc31d8822e0c
-rw-r--r--Kbuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/Kbuild b/Kbuild
index 1bc81b1042b4..d1a593f6fa12 100644
--- a/Kbuild
+++ b/Kbuild
@@ -36,15 +36,14 @@ ifeq ($(KERNEL_BUILD), 0)
#Flag to enable Fast Transition (11r) feature
CONFIG_QCOM_VOWIFI_11R := y
- #Flag to enable Protected Managment Frames (11w) feature
- ifneq ($(CONFIG_QCA_CLD_WLAN),)
- ifeq ($(CONFIG_CNSS),y)
- CONFIG_WLAN_FEATURE_11W := y
- endif
- endif
-
- #Flag to enable LTE CoEx feature
- CONFIG_QCOM_LTE_COEX := y
+ ifneq ($(CONFIG_QCA_CLD_WLAN),)
+ ifeq ($(CONFIG_CNSS),y)
+ #Flag to enable Protected Managment Frames (11w) feature
+ CONFIG_WLAN_FEATURE_11W := y
+ #Flag to enable LTE CoEx feature
+ CONFIG_QCOM_LTE_COEX := y
+ endif
+ endif
#Flag to enable new Linux Regulatory implementation
CONFIG_ENABLE_LINUX_REG := y