Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 703f3879 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: ethernet: Add snapshot of RMNET BAM driver"

parents c6003ca6 29c93675
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ source "drivers/net/ethernet/chelsio/Kconfig"
source "drivers/net/ethernet/cirrus/Kconfig"
source "drivers/net/ethernet/cisco/Kconfig"
source "drivers/net/ethernet/cortina/Kconfig"
source "drivers/net/ethernet/qcom/Kconfig"

config CX_ECAT
	tristate "Beckhoff CX5020 EtherCAT master support"
+1 −0
Original line number Diff line number Diff line
@@ -95,3 +95,4 @@ obj-$(CONFIG_NET_VENDOR_WIZNET) += wiznet/
obj-$(CONFIG_NET_VENDOR_XILINX) += xilinx/
obj-$(CONFIG_NET_VENDOR_XIRCOM) += xircom/
obj-$(CONFIG_NET_VENDOR_SYNOPSYS) += synopsys/
obj-$(CONFIG_ARCH_QCOM) += qcom/
+19 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
#
# msm network device configuration
#
config MSM_RMNET_BAM
	bool "RMNET BAM Driver"
	depends on MSM_BAM_DMUX
	default n
	help
	  Implements RMNET over BAM interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

config MSM_RMNET_DEBUG
	bool "MSM RMNET debug interface"
	depends on MSM_RMNET
	default n
+5 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the msm networking support.
#
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
+1002 −0

File added.

Preview size limit exceeded, changes collapsed.