1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2020 Linumiz
4# Author: Parthiban Nallathambi <parthiban@linumiz.com>
5
6if BOARD_XMC45_RELAX_KIT
7
8if NETWORKING
9
10config NET_L2_ETHERNET
11	default y
12config MDIO
13	default y
14config TEST_RANDOM_GENERATOR
15	default y
16
17endif # NETWORKING
18
19endif # BOARD_XMC45_RELAX_KIT
20