Skip to content

Commit

Permalink
kernel: package mhi network driver
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
  • Loading branch information
Koen Vandeputte committed Apr 5, 2022
1 parent 8da3de8 commit de840a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package/kernel/linux/modules/netdevices.mk
Expand Up @@ -1315,3 +1315,18 @@ define KernelPackage/sfc-falcon/description
endef

$(eval $(call KernelPackage,sfc-falcon))

define KernelPackage/mhi-net
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=MHI Network Device
DEPENDS:=@LINUX_5_15 @PCI_SUPPORT +kmod-mhi-bus
KCONFIG:=CONFIG_MHI_NET
FILES:=$(LINUX_DIR)/drivers/net/mhi_net.ko
AUTOLOAD:=$(call AutoProbe,mhi_net)
endef

define KernelPackage/mhi-net/description
Driver for MHI network interface
endef

$(eval $(call KernelPackage,mhi-net))

0 comments on commit de840a5

Please sign in to comment.