
Make changes to enable IPA driver as part of vendor component and compile as a DLKM. Disable ECM driver for GKI configuration. Change-Id: I6e2500fa31e3b53e23559bda6104a92958c5430d Signed-off-by: Chaitanya Pratapa <cpratapa@codeaurora.org>
11 lines
262 B
C
11 lines
262 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#define CONFIG_GSI 1
|
|
#define CONFIG_RMNET_IPA3 1
|
|
#define CONFIG_RNDIS_IPA 1
|
|
#define CONFIG_IPA_WDI_UNIFIED_API 1
|
|
#define CONFIG_IPA_VENDOR_DLKM 1
|