mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: modules: package driver for MediaTek T7xx PCIe 5G modem
Build and package driver for MediaTek PCIe 5G WWAN modem T7xx device available in Linux 6.1 and 6.6 as kmod-mtk-t7xx. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
3b68197250
commit
0273ba389f
@ -1721,6 +1721,23 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,mhi-wwan-mbim))
|
||||
|
||||
|
||||
define KernelPackage/mtk-t7xx
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=MediaTek T7xx 5G modem
|
||||
DEPENDS:=@(LINUX_6_1||LINUX_6_6) @PCI_SUPPORT +kmod-wwan
|
||||
KCONFIG:=CONFIG_MTK_T7XX
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wwan/t7xx/mtk_t7xx.ko
|
||||
AUTOLOAD:=$(call AutoProbe,mtk_t7xx)
|
||||
endef
|
||||
|
||||
define KernelPackage/mtk-t7xx/description
|
||||
Driver for MediaTek PCIe 5G WWAN modem T7xx device
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mtk-t7xx))
|
||||
|
||||
|
||||
define KernelPackage/atlantic
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Aquantia AQtion 10Gbps Ethernet NIC
|
||||
|
Loading…
Reference in New Issue
Block a user