LS1046ARDB, DPAA1 .config macros.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1046ARDB, DPAA1 .config macros.

421 Views
srinivasa
Contributor I

Hi, 

In defconfig,.config below kernel macros seen.

CONFIG_FSL_SDK_DPAA_ETH=y
CONFIG_FSL_DPAA2=y
CONFIG_FSL_DPAA2_ETH=y
CONFIG_FSL_DPAA2_MAC=y
CONFIG_FSL_DPAA2_ETHSW=y
CONFIG_FSL_SDK_DPA=y

Any changes to above macros required in-order to support only DPAA1 as shown below? or no changes required?.

CONFIG_FSL_DPAA=y
CONFIG_FSL_FMAN=y
CONFIG_FSL_DPAA1_MAC=y
CONFIG_FSL_DPAA1_ETHSW=y

0 Kudos
1 Reply

381 Views
yipingwang
NXP TechSupport
NXP TechSupport

I assume that you are using Linux source code from LSDK 21.08, please configure Linux Kernel as the following.

CONFIG_FSL_SDK_DPA=y

CONFIG_FSL_SDK_FMAN=y

CONFIG_FSL_SDK_BMAN=y

CONFIG_FSL_SDK_QMAN=y

CONFIG_FSL_SDK_DPAA_ETH=y

0 Kudos