qcacld-3.0: Enable MCL feature flag HIF_CPU_PERF_AFFINE_MASK
This feature is enabled in order to move the WLAN IRQs to the gold cores only for defconfig builds. The IRQ affinity hint is updated on boot up and when the cpu hotplugs in. Change-Id: I8014c181c8ba66875f13736638db91f6a5174f49 CRs-Fixed: 2656331
This commit is contained in:
parent
530bf66893
commit
5a8ea4c3a3
1
Kbuild
1
Kbuild
@ -3299,6 +3299,7 @@ cppflags-$(CONFIG_WLAN_CUSTOM_DSCP_UP_MAP) += -DWLAN_CUSTOM_DSCP_UP_MAP
|
||||
cppflags-$(CONFIG_WLAN_SEND_DSCP_UP_MAP_TO_FW) += -DWLAN_SEND_DSCP_UP_MAP_TO_FW
|
||||
|
||||
cppflags-$(CONFIG_SMMU_S1_UNMAP) += -DCONFIG_SMMU_S1_UNMAP
|
||||
cppflags-$(CONFIG_HIF_CPU_PERF_AFFINE_MASK) += -DHIF_CPU_PERF_AFFINE_MASK
|
||||
|
||||
KBUILD_CPPFLAGS += $(cppflags-y)
|
||||
|
||||
|
@ -945,6 +945,7 @@ ifeq ($(CONFIG_LITHIUM), y)
|
||||
CONFIG_WLAN_FEATURE_DP_EVENT_HISTORY := y
|
||||
CONFIG_HIF_CE_DEBUG_DATA_BUF := y
|
||||
CONFIG_WLAN_RECORD_RX_PADDR := y
|
||||
CONFIG_HIF_CPU_PERF_AFFINE_MASK := y
|
||||
endif
|
||||
CONFIG_WLAN_SUPPORT_DATA_STALL := y
|
||||
CONFIG_WLAN_DP_PER_RING_TYPE_CONFIG := y
|
||||
|
Loading…
Reference in New Issue
Block a user