mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: package mhi wwan ctrl driver
MHI WWAN CTRL allows QCOM-based PCIe modems to expose different modem control protocols/ports to userspace, including AT, MBIM, QMI, DIAG and FIREHOSE. These protocols can be accessed directly from userspace (e.g. AT commands) or via libraries/tools (e.g. libmbim, libqmi, libqcdm) Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
5d3e5c3adb
commit
33829fec7e
@ -1486,6 +1486,22 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,mhi-net))
|
$(eval $(call KernelPackage,mhi-net))
|
||||||
|
|
||||||
|
define KernelPackage/mhi-wwan-ctrl
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=MHI WWAN Control
|
||||||
|
DEPENDS:=@LINUX_5_15 @PCI_SUPPORT +kmod-mhi-bus
|
||||||
|
KCONFIG:=CONFIG_MHI_WWAN_CTRL
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/mhi_wwan_ctrl.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,mhi_wwan_ctrl)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/mhi-wwan-ctrl/description
|
||||||
|
Driver for MHI WWAN Control
|
||||||
|
This exposes all modem control ports like AT, MBIM, QMI, DIAG, ..
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,mhi-wwan-ctrl))
|
||||||
|
|
||||||
define KernelPackage/atlantic
|
define KernelPackage/atlantic
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Aquantia AQtion 10Gbps Ethernet NIC
|
TITLE:=Aquantia AQtion 10Gbps Ethernet NIC
|
||||||
|
Loading…
Reference in New Issue
Block a user