qualcommax: NSS: Set required NSS packages and options

This commit is contained in:
Sean Khan 2024-05-25 15:20:58 -04:00
parent ffdaa5f60f
commit 9609bb1e10
2 changed files with 6 additions and 1 deletions

View File

@ -377,11 +377,16 @@ define KernelPackage/ath11k/config
TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600 || \
TARGET_qualcommax_ipq807x_DEVICE_zte_mf269 )
select ATH11K_MEM_PROFILE_256M if TARGET_qualcommax_ipq807x_DEVICE_netgear_wax218
default y
help
Say Y to enable NSS WiFi offload support. Ensure you enable feeds for NSS drivers.
https://github.com/qosmio/nss-packages
config ATH11K_NSS_MESH_SUPPORT
bool "Enable NSS WiFi Mesh offload"
depends on ATH11K_NSS_SUPPORT
select PACKAGE_MAC80211_MESH
select NSS_FIRMWARE_VERSION_11_4
default n
choice

View File

@ -1,6 +1,6 @@
SUBTARGET:=ipq807x
BOARDNAME:=Qualcomm Atheros IPQ807x
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074 kmod-qca-nss-ecm kmod-qca-nss-drv
define Target/Description
Build firmware images for Qualcomm Atheros IPQ807x based boards.