drivers: ethernet: stm32_hal: remove superfluous default n for boolean
bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
6540964e55
commit
1afccdf3f1
1 changed files with 0 additions and 2 deletions
|
@ -98,14 +98,12 @@ if !ETH_STM32_AUTO_NEGOTIATION_ENABLE
|
|||
|
||||
config ETH_STM32_SPEED_10M
|
||||
bool "Set speed to 10 Mbps when autonegotiation is disabled"
|
||||
default n
|
||||
help
|
||||
Set this if using 10 Mbps and when autonegotiation is disabled, otherwise speed
|
||||
is 100 Mbps
|
||||
|
||||
config ETH_STM32_MODE_HALFDUPLEX
|
||||
bool "Half duplex mode"
|
||||
default n
|
||||
help
|
||||
Set this if using half duplex when autonegotiation is disabled otherwise
|
||||
duplex mode is full duplex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue