Skip to content

Commit

Permalink
kernel: modules: package driver for MediaTek T7xx PCIe 5G modem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dangowrt committed Mar 17, 2024
1 parent 081cd76 commit 40fce9d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package/kernel/linux/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,23 @@ endef

$(eval $(call KernelPackage,mhi-wwan-mbim))


define KernelPackage/mtk-t7xx
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=MediaTek T7xx 5G modem
DEPENDS:=@!LINUX_5_15 @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
Expand Down

0 comments on commit 40fce9d

Please sign in to comment.