d943d146c9
Since STM32H7 series now have a working ethernet driver, nucleo_h743zi ethernet can be enabled. Signed-off-by: Jeremy LOCHE <lochejeremy@gmail.com>
19 lines
288 B
Plaintext
19 lines
288 B
Plaintext
# STM32H743ZI Nucleo board configuration
|
|
|
|
# Copyright (c) 2020 Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NUCLEO_H743ZI
|
|
|
|
config BOARD
|
|
default "nucleo_h743zi"
|
|
|
|
if NETWORKING
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_NUCLEO_H743ZI
|