Kconfig (448cc2fb3a7b327823a9afd374808c37b8e6194f) | Kconfig (21a0ffd9b38c61d79b5ade54893b0f59f2e8c2c3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Wireless WAN device configuration 4# 5 6menu "Wireless WAN" 7 8config WWAN --- 36 unchanged lines hidden (view full) --- 45 MHI WWAN MBIM is a WWAN network driver for QCOM-based PCIe modems. 46 It implements MBIM over MHI, for IP data aggregation and muxing. 47 A default wwan0 network interface is created for MBIM data session 48 ID 0. Additional links can be created via wwan rtnetlink type. 49 50 To compile this driver as a module, choose M here: the module will be 51 called mhi_wwan_mbim. 52 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Wireless WAN device configuration 4# 5 6menu "Wireless WAN" 7 8config WWAN --- 36 unchanged lines hidden (view full) --- 45 MHI WWAN MBIM is a WWAN network driver for QCOM-based PCIe modems. 46 It implements MBIM over MHI, for IP data aggregation and muxing. 47 A default wwan0 network interface is created for MBIM data session 48 ID 0. Additional links can be created via wwan rtnetlink type. 49 50 To compile this driver as a module, choose M here: the module will be 51 called mhi_wwan_mbim. 52 |
53config QCOM_BAM_DMUX 54 tristate "Qualcomm BAM-DMUX WWAN network driver" 55 depends on (DMA_ENGINE && PM && QCOM_SMEM_STATE) || COMPILE_TEST 56 help 57 The BAM Data Multiplexer provides access to the network data channels 58 of modems integrated into many older Qualcomm SoCs, e.g. Qualcomm 59 MSM8916 or MSM8974. The connection can be established via QMI/AT from 60 userspace with control ports available through the WWAN subsystem 61 (CONFIG_RPMSG_WWAN_CTRL) or QRTR network sockets (CONFIG_QRTR). 62 63 To compile this driver as a module, choose M here: the module will be 64 called qcom_bam_dmux. 65 |
|
53config RPMSG_WWAN_CTRL 54 tristate "RPMSG WWAN control driver" 55 depends on RPMSG 56 help 57 RPMSG WWAN CTRL allows modems available via RPMSG channels to expose 58 different modem protocols/ports to userspace, including AT and QMI. 59 These protocols can be accessed directly from userspace 60 (e.g. AT commands) or via libraries/tools (e.g. libqmi, libqcdm...). --- 25 unchanged lines hidden --- | 66config RPMSG_WWAN_CTRL 67 tristate "RPMSG WWAN control driver" 68 depends on RPMSG 69 help 70 RPMSG WWAN CTRL allows modems available via RPMSG channels to expose 71 different modem protocols/ports to userspace, including AT and QMI. 72 These protocols can be accessed directly from userspace 73 (e.g. AT commands) or via libraries/tools (e.g. libqmi, libqcdm...). --- 25 unchanged lines hidden --- |