zephyr/boards/arc/qemu_arc/Kconfig.defconfig

21 lines
334 B
Plaintext

# Copyright (c) 2020,2021 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_ARC
config BOARD
default "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