blob: 26f4491a7ad0672749afaa05389c83baa44c990c [file] [log] [blame]
# STM32H723ZG Nucleo board configuration
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_H723ZG
config BOARD
default "nucleo_h723zg"
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
config USB_DC_HAS_HS_SUPPORT
default y
depends on USB_DC_STM32
endif # BOARD_NUCLEO_H723ZG