qcacld-3.0: Correct the definition of CONFIG_AR900B
There is wrong logic and won't define CONFIG_AR900B for HSP platform. So add this change to correct the logic and define CONFIG_AR900B properly. Change-Id: I60e3bf0a0f9778a821bbe89289cf88f4dbc432e0 CRs-Fixed: 2996497
This commit is contained in:

committed by
Madan Koyyalamudi

parent
007df6a08f
commit
cd08fde85a
@@ -534,7 +534,7 @@ endif
|
||||
endif
|
||||
|
||||
# Enable fw stats version 2
|
||||
ifeq (y,$(findstring y,$(CONFIG_HELIUMPLUS) $(CONFIG_LITHIUM)) $(CONFIG_BERYLLIUM))
|
||||
ifeq (y,$(findstring y,$(CONFIG_HELIUMPLUS) $(CONFIG_LITHIUM) $(CONFIG_BERYLLIUM)))
|
||||
CONFIG_AR900B := y
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user