Files
zephyr/boards/st/nucleo_f767zi/Kconfig.defconfig
Erwan Gouriou 58f8fe82ba boards: Convert nucleo_f767zi to HWM v2
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 14:17:20 +00:00

16 lines
234 B
Plaintext

# STM32F767ZI Nucleo board configuration
# Copyright (c) 2019 Roland Ma
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_F767ZI
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_NUCLEO_F767ZI