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

Commit 9ad8008b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm_rmnet_bam: Changes to support SMD BAM DMUX."

parents 5fa01813 80f971a6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -224,4 +224,14 @@ config MSM_EXT_DISPLAY
	  External Display driver was added to support the communication
	  between external display driver and its counterparts.

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.

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ obj-$(CONFIG_IPA3) += ipa/
obj-$(CONFIG_SPS) += sps/
obj-$(CONFIG_QPNP_COINCELL) += qpnp-coincell.o
obj-$(CONFIG_QPNP_REVID) += qpnp-revid.o
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
obj-$(CONFIG_GPIO_USB_DETECT) += gpio-usbdetect.o
obj-$(CONFIG_EP_PCIE) += ep_pcie/
obj-$(CONFIG_MSM_MHI_DEV) += mhi_dev/
+945 −0

File added.

Preview size limit exceeded, changes collapsed.