Commit e06c7fcb authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

boards: nucleo_h7a3zi_q: do not force USB_DC_HAS_HS_SUPPORT



SoC and the board have only full speed phy.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 69d2c0f1
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
# STM32H7A3ZI-Q Nucleo board configuration

# Copyright (c) 2021 Electrolance Solutions
# SPDX-License-Identifier: Apache-2.0

if BOARD_NUCLEO_H7A3ZI_Q

config USB_DC_HAS_HS_SUPPORT
	default y
	depends on USB_DC_STM32

endif # BOARD_NUCLEO_H7A3ZI_Q