1# Copyright (c) 2020,2021 Synopsys, Inc. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_QEMU_ARC 5 6if NETWORKING 7 8config NET_L2_ETHERNET 9 default y 10 11# Required to satisfy dependency of networking stack on RNG 12config TEST_RANDOM_GENERATOR 13 default y 14 15endif # NETWORKING 16 17endif 18