20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2020 Linumiz
|
|
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
|
|
if BOARD_XMC45_RELAX_KIT
|
|
|
|
if NETWORKING
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
config MDIO
|
|
default y
|
|
config TEST_RANDOM_GENERATOR
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_XMC45_RELAX_KIT
|