@@ -74,34 +74,6 @@ config ETH_STM32_HAL_USE_DTCM_FOR_DMA_BUFFER
74
74
When this option is activated, the buffers for DMA transfer are
75
75
moved from SRAM to the DTCM (Data Tightly Coupled Memory).
76
76
77
- config ETH_STM32_HAL_PHY_ADDRESS
78
- int "Phy address"
79
- default 0
80
- help
81
- The phy address to use.
82
-
83
- config ETH_STM32_CARRIER_CHECK
84
- bool "Check PHY carrier periodically"
85
- default y
86
- help
87
- Enables or disables checking of the PHY's carrier status.
88
- See also CONFIG_ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS
89
-
90
- config ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS
91
- int "Carrier check timeout period (ms)"
92
- depends on ETH_STM32_CARRIER_CHECK
93
- default 500
94
- range 100 30000
95
- help
96
- Set the RX idle timeout period in milliseconds after which the
97
- PHY's carrier status is re-evaluated.
98
-
99
- config ETH_STM32_AUTO_NEGOTIATION_ENABLE
100
- bool "Autonegotiation mode"
101
- default y
102
- help
103
- Enable this if using autonegotiation
104
-
105
77
config ETH_STM32_HW_CHECKSUM
106
78
bool "Use TX and RX hardware checksum"
107
79
depends on !SOC_SERIES_STM32H5X
@@ -110,22 +82,6 @@ config ETH_STM32_HW_CHECKSUM
110
82
performances.
111
83
See reference manual for more information on this feature.
112
84
113
- if !ETH_STM32_AUTO_NEGOTIATION_ENABLE
114
-
115
- config ETH_STM32_SPEED_10M
116
- bool "Set speed to 10 Mbps when autonegotiation is disabled"
117
- help
118
- Set this if using 10 Mbps and when autonegotiation is disabled, otherwise speed
119
- is 100 Mbps
120
-
121
- config ETH_STM32_MODE_HALFDUPLEX
122
- bool "Half duplex mode"
123
- help
124
- Set this if using half duplex when autonegotiation is disabled otherwise
125
- duplex mode is full duplex
126
-
127
- endif # !ETH_STM32_AUTO_NEGOTIATION_ENABLE
128
-
129
85
if SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X || SOC_SERIES_STM32H5X
130
86
131
87
config PTP_CLOCK_STM32_HAL
0 commit comments