config: enable compilation of DPAA eventdev PMD
Signed-off-by: Sunil Kumar Kori <sunil.kori@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
parent
2d37886318
commit
ef4fb1d6c7
@ -594,6 +594,11 @@ CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y
|
||||
#
|
||||
CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=y
|
||||
|
||||
#
|
||||
# Compile PMD for NXP DPAA event device
|
||||
#
|
||||
CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=n
|
||||
|
||||
#
|
||||
# Compile PMD for NXP DPAA2 event device
|
||||
#
|
||||
|
@ -30,6 +30,9 @@ CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="dpaa"
|
||||
# Compile software NXP DPAA PMD
|
||||
CONFIG_RTE_LIBRTE_DPAA_PMD=y
|
||||
|
||||
# Compile software NXP DPAA Event Dev PMD
|
||||
CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=y
|
||||
|
||||
#
|
||||
# FSL DPAA caam - crypto driver
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user