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:
committed by
Dong Aisheng
parent
39e3314027
commit
4621270a7e
@ -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
|
||||
|
||||
Reference in New Issue
Block a user