Skip to content
Snippets Groups Projects
Commit f600e3a0 authored by Mahesh Kumar Kalikot Veetil's avatar Mahesh Kumar Kalikot Veetil
Browse files

kona: Add qca6490 support

Handle multiple chisets as listed using 'TARGET_WLAN_CHIP'

Change-Id: I6b78c332be554e823789ea0bac42d66fff7df3c2
CRs-Fixed: 2690385
parent 850bff07
No related branches found
No related tags found
No related merge requests found
# Add supported chips for autodetection
TARGET_WLAN_CHIP := qca6390
TARGET_WLAN_CHIP := qca6390 qca6490
WLAN_CHIPSET := qca_cld3
......@@ -46,6 +46,7 @@ PRODUCT_PACKAGES += $(foreach chip, $(TARGET_WLAN_CHIP), $(WLAN_CHIPSET)_$(chip)
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
WLAN_CFG_OVERRIDE_qca6390 := CONFIG_CNSS_QCA6390=y
WLAN_CFG_OVERRIDE_qca6490 := CONFIG_CNSS_QCA6490=y
# Use default_config for all chips. Used with TARGET_WLAN_CHIP.
WLAN_CFG_USE_DEFAULT := true
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