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:
@@ -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
|
||||
|
Reference in New Issue
Block a user