2021-12-26 18:08:44 +08:00
|
|
|
# Copyright (c) 2020,2021 Synopsys, Inc. All rights reserved.
|
2019-02-20 00:59:40 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_QEMU_ARC
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "qemu_arc"
|
|
|
|
|
2021-12-26 18:08:44 +08:00
|
|
|
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
|
|
|
|
|
2019-02-20 00:59:40 +08:00
|
|
|
endif
|