From f0b58a92e6bac54935163c925c80aa1c30719459 Mon Sep 17 00:00:00 2001 From: IBEN EL HADJ MESSAOUD Marwa Date: Fri, 14 Feb 2025 17:06:10 +0100 Subject: [PATCH] drivers: ethernet: remove ETH_STM32_HAL_MII Removed `ETH_STM32_HAL_MII` configuration option from `Kconfig.stm32_hal`. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa --- boards/st/stm32h745i_disco/Kconfig.defconfig | 3 --- drivers/ethernet/Kconfig.stm32_hal | 5 ----- 2 files changed, 8 deletions(-) diff --git a/boards/st/stm32h745i_disco/Kconfig.defconfig b/boards/st/stm32h745i_disco/Kconfig.defconfig index 1788447e060..0fee5ff7596 100644 --- a/boards/st/stm32h745i_disco/Kconfig.defconfig +++ b/boards/st/stm32h745i_disco/Kconfig.defconfig @@ -11,9 +11,6 @@ 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 diff --git a/drivers/ethernet/Kconfig.stm32_hal b/drivers/ethernet/Kconfig.stm32_hal index 1511498e96b..1ffb745e7cb 100644 --- a/drivers/ethernet/Kconfig.stm32_hal +++ b/drivers/ethernet/Kconfig.stm32_hal @@ -70,11 +70,6 @@ config ETH_STM32_HAL_PHY_ADDRESS help The phy address to use. -config ETH_STM32_HAL_MII - bool "Use MII interface" - help - Use the MII physical interface instead of RMII. - config ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS int "Carrier check timeout period (ms)" default 500