20 lines
343 B
Plaintext
20 lines
343 B
Plaintext
# STM32H723ZG Nucleo board configuration
|
|
|
|
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_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
|