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 <marwa.ibenelhadjmessaoud-ext@st.com>
This commit is contained in:
IBEN EL HADJ MESSAOUD Marwa 2025-02-14 17:06:10 +01:00 committed by Carles Cufí
commit f0b58a92e6
2 changed files with 0 additions and 8 deletions

View file

@ -11,9 +11,6 @@ if NETWORKING
config NET_L2_ETHERNET config NET_L2_ETHERNET
default y default y
config ETH_STM32_HAL_MII
default y
# STM32H745I-DISCO have PHY connected to address 1 # STM32H745I-DISCO have PHY connected to address 1
config ETH_STM32_HAL_PHY_ADDRESS config ETH_STM32_HAL_PHY_ADDRESS
default 1 default 1

View file

@ -70,11 +70,6 @@ config ETH_STM32_HAL_PHY_ADDRESS
help help
The phy address to use. 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 config ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS
int "Carrier check timeout period (ms)" int "Carrier check timeout period (ms)"
default 500 default 500