1# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4if NETWORKING
5
6config NET_L2_ETHERNET
7	default y
8
9endif # NETWORKING
10