1# STM32H745ZI Nucleo board configuration
2
3# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_NUCLEO_H745ZI_Q
7
8if NETWORKING
9
10config NET_L2_ETHERNET
11	default y
12
13endif # NETWORKING
14
15endif # BOARD_NUCLEO_H745ZI_Q
16