Skip to content

Commit 99abc81

Browse files
author
Abinash Ray
committed
allsocs: enet: Define a macro for sciclient
- Added a macro for sciclient available and FQ queue present - These macros are needed to integrate am62l dma or future socs which doesnt have sciclient hence removing tight coupling Fixes: SITSW-6240 Signed-off-by: Abinash Ray <[email protected]>
1 parent ebd91fa commit 99abc81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/networking/enet/soc/k3/am64x_am243x/enet_soc_cfg.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ extern "C" {
127127
/*! \brief Maximum number of Hw Push instances that Enet RM can manage. */
128128
#define ENET_CFG_RM_HW_PUSH_MAX (0U)
129129

130+
/*! \brief Sciclient present in SOC */
131+
#define ENET_SCICLIENT_AVAILABLE (1U)
132+
133+
/*! \brief Flow free descriptor queue*/
134+
#define ENET_UDMA_FDQ_PRESENT (1U)
135+
130136
/* --------------------------------------------------------------------------*/
131137
/* ICSS-G Peripheral and CPSW Module related config options */
132138
/* --------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)