arm64: lsdk.config: enable the DPAA1 SDK drivers

Explicitly disable the upstream DPAA1 drivers and enable the SDK
variants. This prevents upstream changes to the arm64 defconfig
from interfering with the options.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
This commit is contained in:
Camelia Alexandra Groza
2020-05-13 21:55:43 +00:00
committed by Dong Aisheng
parent 39e3314027
commit 4621270a7e

View File

@ -20,6 +20,17 @@ CONFIG_CHECKPOINT_RESTORE=y
# virtualization
CONFIG_VHOST_NET=y
CONFIG_KVM_ARM_MAX_VCPUS=8
# DPAA1 networking
# disable the DPAA1 upstream driver
CONFIG_FSL_DPAA=n
CONFIG_FSL_FMAN=n
CONFIG_FSL_DPAA_ETH=n
# enable the DPAA1 SDK driver
CONFIG_FSL_SDK_DPA=y
CONFIG_FSL_SDK_FMAN=y
CONFIG_FSL_SDK_DPAA_ETH=y
# network and misc
CONFIG_NET_DSA=y
CONFIG_NET_DSA_MSCC_FELIX=y