Re: [PATCH net-next v4 2/2] net: Add Qcom WWAN control driver

From: Randy Dunlap
Date: Thu Mar 11 2021 - 13:59:27 EST


On 3/11/21 8:39 AM, Loic Poulain wrote:
> diff --git a/drivers/net/wwan/Kconfig b/drivers/net/wwan/Kconfig
> index b7d58b7..1e8ac0b 100644
> --- a/drivers/net/wwan/Kconfig
> +++ b/drivers/net/wwan/Kconfig
> @@ -16,4 +16,18 @@ config WWAN_CORE
> Say Y here if you want to use the WWAN driver core. This driver
> provides a common framework for WWAN drivers.
>
> +config MHI_WWAN_CTRL
> + tristate "MHI WWAN control driver for QCOM based PCIe modems"

QCOM-based

> + select WWAN_CORE
> + depends on MHI_BUS
> + help
> + MHI WWAN CTRL allow QCOM based PCIe modems to expose different modem

allows QCOM-based

> + 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...).
> +
> + To compile this driver as a module, choose M here: the module will be
> + called mhi_wwan_ctrl.
> +
> endif # WWAN


--
~Randy