Skip to content
Snippets Groups Projects
Commit 705fc4c4 authored by Jia Ding's avatar Jia Ding
Browse files

sm6150_au: wlan: enable CONFIG_IPA_OFFLOAD for qcn7605


Add override option to enable CONFIG_IPA_OFFLOAD.

Change-Id: I903e6cc692b29287f3a6efa3f6483af5e4ed67b8
Signed-off-by: default avatarJia Ding <jiad@codeaurora.org>
CRs-Fixed: 2568289
parent 8847a89a
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,10 @@ else
# Value-added AOSP: STA + SAP + P2P or NAN
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}, {{P2P, NAN}, 1}}
endif
# Override WLAN configurations
# # Usage:
# # To disable WLAN_CFG_1/WLAN_CFG_3 and enable WLAN_CFG_2 for <wlan_chip>
# # (<wlan_chip> is from $TARGET_WLAN_CHIP).
# # WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
WLAN_CFG_OVERRIDE_qcn7605 := CONFIG_IPA_OFFLOAD=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment