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

Commit 80f971a6 authored by Tejaswi Tanikella's avatar Tejaswi Tanikella
Browse files

msm_rmnet_bam: Changes to support SMD BAM DMUX.



Changes to support SMD BAM DMUX in kernel 4.9.

This snapshot is taken as of msm-3.18
'commit 9907621a6015 ("cnss2: Remove utils")'.

Fixed minor compilation errors.

Change-Id: I7f48ff358c2686632bf6450c5442b971c16b9b47
Acked-by: default avatarMayank Vishwari <mayankvi@qti.qualcomm.com>
Signed-off-by: default avatarTejaswi Tanikella <tejaswit@codeaurora.org>
parent 2b029ca3
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.