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

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

Merge "msm: ipa: enable IPA MHI Proxy for SM8150"

parents b4b3048d d06de0f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -463,6 +463,7 @@ CONFIG_IPA3=y
CONFIG_IPA_WDI_UNIFIED_API=y
CONFIG_RMNET_IPA3=y
CONFIG_RNDIS_IPA=y
CONFIG_IPA3_MHI_PROXY=y
CONFIG_IPA_UT=y
CONFIG_MSM_11AD=m
CONFIG_QCOM_MDSS_PLL=y
+1 −0
Original line number Diff line number Diff line
@@ -483,6 +483,7 @@ CONFIG_IPA3=y
CONFIG_IPA_WDI_UNIFIED_API=y
CONFIG_RMNET_IPA3=y
CONFIG_RNDIS_IPA=y
CONFIG_IPA3_MHI_PROXY=y
CONFIG_IPA_UT=y
CONFIG_MSM_11AD=m
CONFIG_QCOM_MDSS_PLL=y
+4 −2
Original line number Diff line number Diff line
@@ -10,10 +10,12 @@
 * GNU General Public License for more details.
 */

#include <linux/mhi.h>
#include <linux/of_device.h>
#include <linux/dma-mapping.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/mhi.h>
#include "ipa_qmi_service.h"
#include "../ipa_common_i.h"
#include "ipa_i.h"