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:
parent
c8672fa649
commit
f0b58a92e6
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue