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

Commit aa0c7660 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 24b0f713 4acb6b1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ source "drivers/net/ethernet/cavium/Kconfig"
source "drivers/net/ethernet/chelsio/Kconfig"
source "drivers/net/ethernet/cirrus/Kconfig"
source "drivers/net/ethernet/cisco/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
@@ -94,3 +94,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/
+18 −0
Original line number Diff line number Diff line
#
# 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
+4 −0
Original line number Diff line number Diff line
#
# Makefile for the msm networking support.
#
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
+942 −0

File added.

Preview size limit exceeded, changes collapsed.