qcacld-3.0: Enable both SNOC and IPCI PLD layer for ICNSS2

ICNSS2 platform driver is used for moselle and adrastea which uses
IPCI and SNOC PLD layer, respectively. Add support to enable both
for ICNSS2 based to target flag.

Change-Id: I06fbacade99b09c9ea7347aa28e10968eaeedaa8
This commit is contained in:
Sandeep Singh
2020-07-08 17:40:27 +05:30
committed by nshrivas
부모 4e5a1591c5
커밋 0615ee270f
5개의 변경된 파일29개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

@@ -32,8 +32,12 @@
#include <net/cnss2.h>
#endif
#ifdef CONFIG_PLD_SNOC_ICNSS
#ifdef CONFIG_PLD_SNOC_ICNSS2
#include <soc/qcom/icnss2.h>
#else
#include <soc/qcom/icnss.h>
#endif
#endif
#ifdef CONFIG_PLD_IPCI_ICNSS
#include <soc/qcom/icnss2.h>
#endif

파일 보기

@@ -22,8 +22,12 @@
#include <linux/slab.h>
#ifdef CONFIG_PLD_SNOC_ICNSS
#ifdef CONFIG_PLD_SNOC_ICNSS2
#include <soc/qcom/icnss2.h>
#else
#include <soc/qcom/icnss.h>
#endif
#endif
#include "pld_internal.h"
#include "pld_snoc.h"

파일 보기

@@ -20,8 +20,12 @@
#define __PLD_SNOC_H__
#ifdef CONFIG_PLD_SNOC_ICNSS
#ifdef CONFIG_PLD_SNOC_ICNSS2
#include <soc/qcom/icnss2.h>
#else
#include <soc/qcom/icnss.h>
#endif
#endif
#include "pld_internal.h"
#ifndef CONFIG_PLD_SNOC_ICNSS