From 1afccdf3f195d0ac10d6f46395ff0212f42edeb4 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:45:16 +0200 Subject: [PATCH] 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 --- drivers/ethernet/Kconfig.stm32_hal | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/ethernet/Kconfig.stm32_hal b/drivers/ethernet/Kconfig.stm32_hal index c1f8c56583c..eb82cb0f7ec 100644 --- a/drivers/ethernet/Kconfig.stm32_hal +++ b/drivers/ethernet/Kconfig.stm32_hal @@ -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