26ed1b2af7
Some config options are overwritten with the same value as the one inherited from its template parent. Such duplicates which have no meaningful comments are removed. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: David Marchand <david.marchand@redhat.com>
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (C) Broadcom 2017-2018. All rights reserved.
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
|
|
|
# Broadcom - Stingray
|
|
CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72"
|
|
|
|
# Doesn't support NUMA
|
|
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
|
|
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
|
|
|
|
CONFIG_RTE_EAL_IGB_UIO=y
|