diff options
author | Loic Poulain <loic.poulain@linaro.org> | 2021-08-03 15:36:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-04 10:10:12 +0100 |
commit | 7ffa7542eca6fa910edbecf13899cb74a699f37e (patch) | |
tree | 43f96186d8458c81a6a704a8f329ad7cacbe2f80 /drivers/net/Kconfig | |
parent | aa730a9905b7b079ef2fffdab7f15dbb842f5c7c (diff) |
net: mhi: Remove MBIM protocol
The MBIM protocol has now been integrated in a proper WWAN driver. We
can then revert back to a simpler driver for mhi_net, which is used
for raw IP or QMAP protocol (via rmnet link).
- Remove protocol management
- Remove WWAN framework usage (only valid for mbim)
- Remove net/mhi directory for simpler mhi_net.c file
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c8b4eea14374..995c613086aa 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -431,10 +431,10 @@ config VSOCKMON config MHI_NET tristate "MHI network driver" depends on MHI_BUS - select WWAN help This is the network driver for MHI bus. It can be used with - QCOM based WWAN modems (like SDX55). Say Y or M. + QCOM based WWAN modems for IP or QMAP/rmnet protocol (like SDX55). + Say Y or M. endif # NET_CORE |