Enable IPA and GSI driver compilation on techapck for holi target

Add conf and header files to enable compilation in
GKI QGKI and debug modes for holi target.

Change-Id: I37ec5333602ee2dd0be89504f8dbf8951562cf25
Signed-off-by: Ashok Vuyyuru <avuyyuru@codeaurora.org>
This commit is contained in:
Ashok Vuyyuru
2020-04-15 19:08:39 +05:30
부모 764c42be07
커밋 6e7bb4015e
6개의 변경된 파일18개의 추가작업 그리고 5개의 파일을 삭제

10
config/dataipa.h Normal file
파일 보기

@@ -0,0 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
*/
#define CONFIG_GSI 1
#define CONFIG_GSI_REGISTER_VERSION_2 1
#define CONFIG_RMNET_IPA3 1
#define CONFIG_RNDIS_IPA 1
#define CONFIG_IPA_WDI_UNIFIED_API 1