blob: ed5b1f0c014a05959a0fd07b53481d3bdfd474ec [file] [log] [blame]
# Copyright (c) 2020,2021 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_ARC
if NETWORKING
config NET_L2_ETHERNET
default y
# Required to satisfy dependency of networking stack on RNG
config TEST_RANDOM_GENERATOR
default y
endif # NETWORKING
endif