Files
zephyr/boards/st/nucleo_f746zg/Kconfig.defconfig
Erwan Gouriou d467e7053a boards: Convert nucleo_f746zg to HWM v2
Port the board to HWMv2.

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

16 lines
234 B
Plaintext

# STM32F746ZG Nucleo board configuration
# Copyright (c) 2018 AJ Palmer
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_F746ZG
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_NUCLEO_F746ZG