|
@@ -317,7 +317,7 @@ define KernelPackage/ath11k/config
|
|
config ATH11K_THERMAL
|
|
config ATH11K_THERMAL
|
|
bool "Enable thermal sensors and throttling support"
|
|
bool "Enable thermal sensors and throttling support"
|
|
depends on PACKAGE_kmod-ath11k
|
|
depends on PACKAGE_kmod-ath11k
|
|
- default y if TARGET_ipq807x
|
|
|
|
|
|
+ default y if TARGET_qualcommax
|
|
|
|
|
|
endef
|
|
endef
|
|
|
|
|
|
@@ -325,7 +325,7 @@ define KernelPackage/ath11k-ahb
|
|
$(call KernelPackage/mac80211/Default)
|
|
$(call KernelPackage/mac80211/Default)
|
|
TITLE:=Qualcomm 802.11ax AHB wireless chipset support
|
|
TITLE:=Qualcomm 802.11ax AHB wireless chipset support
|
|
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath11k
|
|
URL:=https://wireless.wiki.kernel.org/en/users/drivers/ath11k
|
|
- DEPENDS+= @TARGET_ipq807x +kmod-ath11k +kmod-qrtr-smd
|
|
|
|
|
|
+ DEPENDS+= @TARGET_qualcommax +kmod-ath11k +kmod-qrtr-smd
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k_ahb.ko
|
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k_ahb.ko
|
|
AUTOLOAD:=$(call AutoProbe,ath11k_ahb)
|
|
AUTOLOAD:=$(call AutoProbe,ath11k_ahb)
|
|
endef
|
|
endef
|