qcacld-3.0: Enable fw stats version 2 for some target

Some target chipset support fw stats version 2, but we didn't enable
it in some configure file. Enable it in these configure files which
depend on chipset.

Change-Id: Ief8b87bdb466a1838e6a61928f0154868f0ff220
CRs-Fixed: 2524266
This commit is contained in:
Will Huang 2019-09-10 12:12:21 +08:00 committed by nshrivas
parent e652d7381c
commit 7f5e9ce296
3 changed files with 15 additions and 3 deletions

View File

@ -331,9 +331,13 @@ CONFIG_ADRASTEA_SHADOW_REGISTERS := y
endif
endif
# Enable fw stats version 2
ifeq (y,$(findstring y,$(CONFIG_HELIUMPLUS) $(CONFIG_LITHIUM)))
CONFIG_AR900B := y
endif
# NOTE: CONFIG_64BIT_PADDR requires CONFIG_HELIUMPLUS
ifeq ($(CONFIG_HELIUMPLUS), y)
CONFIG_AR900B := y
ifeq ($(CONFIG_64BIT_PADDR), y)
CONFIG_HTT_PADDR64 := y

View File

@ -252,9 +252,13 @@ CONFIG_ADRASTEA_SHADOW_REGISTERS := y
endif
endif
# Enable fw stats version 2
ifeq (y,$(findstring y,$(CONFIG_HELIUMPLUS) $(CONFIG_LITHIUM)))
CONFIG_AR900B := y
endif
# NOTE: CONFIG_64BIT_PADDR requires CONFIG_HELIUMPLUS
ifeq ($(CONFIG_HELIUMPLUS), y)
CONFIG_AR900B := y
ifeq ($(CONFIG_64BIT_PADDR), y)
CONFIG_HTT_PADDR64 := y

View File

@ -282,9 +282,13 @@ CONFIG_ADRASTEA_SHADOW_REGISTERS := y
endif
endif
# Enable fw stats version 2
ifeq (y,$(findstring y,$(CONFIG_HELIUMPLUS) $(CONFIG_LITHIUM)))
CONFIG_AR900B := y
endif
# NOTE: CONFIG_64BIT_PADDR requires CONFIG_HELIUMPLUS
ifeq ($(CONFIG_HELIUMPLUS), y)
CONFIG_AR900B := y
ifeq ($(CONFIG_64BIT_PADDR), y)
CONFIG_HTT_PADDR64 := y