1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_EK_RA8M1
5
6if NETWORKING
7
8config NET_L2_ETHERNET
9	default y
10
11endif # NETWORKING
12
13endif # BOARD_EK_RA8M1
14