# STM32H745XI DISCOVERY board configuration # Copyright (c) 2020 Alexander Kozhinov # Copyright (c) 2024 Tomas Jurena # 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