mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
kernel: package mhi mbim driver
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
2519190fec
commit
6af46796fa
@ -1346,3 +1346,19 @@ define KernelPackage/mhi-wwan-ctrl/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mhi-wwan-ctrl))
|
||||
|
||||
define KernelPackage/mhi-wwan-mbim
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=MHI MBIM
|
||||
DEPENDS:=@LINUX_5_15 @PCI_SUPPORT +kmod-mhi-bus
|
||||
KCONFIG:=CONFIG_MHI_WWAN_MBIM
|
||||
FILES:=$(LINUX_DIR)/drivers/net/mhi_wwan_mbim.ko
|
||||
AUTOLOAD:=$(call AutoProbe,mhi_wwan_mbim)
|
||||
endef
|
||||
|
||||
define KernelPackage/mhi-wwan-mbim/description
|
||||
Driver for MHI MBIM
|
||||
This implements MBIM over MHI
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mhi-wwan-mbim))
|
||||
|
Loading…
Reference in New Issue
Block a user