qcacld-3.0: Disable BMI for Lithium architecture

Disable BMI for Lithium architecture instead of
CNSS2 as CNSS2 also used for Rome architecture.

CRs-Fixed: 2416745
Change-Id: I2d646eac483ca44689445faa1b3bbf7b0b3a05bb
This commit is contained in:
Nirav Shah 2019-03-15 10:00:41 +05:30 committed by nshrivas
parent bc4261fe8c
commit cd8405ca09

View File

@ -649,7 +649,7 @@ CONFIG_FEATURE_MONITOR_MODE_SUPPORT := y
CONFIG_WLAN_ALLOCATE_GLOBAL_BUFFERS_DYNAMICALLY := n
CONFIG_WLAN_FEATURE_TWT := y
ifeq (y,$(findstring y,$(CONFIG_CNSS2) $(CONFIG_ICNSS)))
ifeq (y,$(findstring y,$(CONFIG_LITHIUM) $(CONFIG_ICNSS)))
CONFIG_WLAN_FEATURE_BMI := n
else
CONFIG_WLAN_FEATURE_BMI := y