blob: 1788447e060b2441375f6ae1a7f4ebebdf5ad54b [file] [log] [blame]
# STM32H745XI DISCOVERY board configuration
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
# Copyright (c) 2024 Tomas Jurena <jurena@utb.cz>
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32H745I_DISCO
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_STM32_HAL_MII
default y
# STM32H745I-DISCO have PHY connected to address 1
config ETH_STM32_HAL_PHY_ADDRESS
default 1
endif # NETWORKING
config MEMC
default y if DISPLAY
endif # BOARD_STM32H745I_DISCO