ethernet: remove Kconfig.defconfig* setting of ethernet drivers

Now that ethernet drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-10 22:54:12 -05:00 committed by Carles Cufí
parent d36125654e
commit c54086da54
14 changed files with 0 additions and 69 deletions

View file

@ -13,9 +13,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_SAM_GMAC
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # BOARD_ATSAME54_XPRO

View file

@ -28,9 +28,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_GECKO
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # BOARD_EFM32GG_SLWSTK6121A

View file

@ -27,9 +27,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_GECKO
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # BOARD_EFM32GG_STK3701A

View file

@ -25,9 +25,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_MCUX
default y if NET_L2_ETHERNET && ETH_DRIVER
config ETH_MCUX_RMII_EXT_CLK
default y if ETH_MCUX
@ -36,14 +33,4 @@ config ETH_MCUX_NO_PHY_SMI
endif # NETWORKING
if NET_DSA
config SPI
default y
config DSA_KSZ8794
default y
endif # NET_DSA
endif # BOARD_IP_K66F

View file

@ -29,9 +29,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_SAM_GMAC
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # BOARD_SAM_E70_XPLAINED

View file

@ -30,9 +30,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_SAM_GMAC
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # BOARD_SAM_V71_XULT

View file

@ -8,12 +8,6 @@ config BOARD
if NETWORKING
config ETH_LITEETH
default y
config ETH_LITEETH_0
default y
config NET_L2_ETHERNET
default y

View file

@ -5,17 +5,9 @@ if SHIELD_ARCELI_ETH_W5500
if NETWORKING
# W5500 is L2 chip slave on SPI
config SPI
default y
config NET_L2_ETHERNET
default y
# W5500 Ethernet Device
config ETH_W5500
default y
endif # NETWORKING
endif # SHIELD_ARCELI_ETH_W5500

View file

@ -5,15 +5,9 @@ if SHIELD_LINK_BOARD_ETH
if NETWORKING
config SPI
default y
config NET_L2_ETHERNET
default y
config ETH_ENC424J600
default y
endif # NETWORKING
endif # SHIELD_LINK_BOARD_ETH

View file

@ -6,16 +6,10 @@ if SHIELD_MIKROE_ETH_CLICK
if NETWORKING
# ENC28J60 is L2 chip slave on SPI
config SPI
default y
config NET_L2_ETHERNET
default y
# ENC28J60 Ethernet Device
config ETH_ENC28J60
default y
config ETH_ENC28J60_0
default y

View file

@ -28,9 +28,6 @@ if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_SAM_GMAC
default y if NET_L2_ETHERNET && ETH_DRIVER
endif # NETWORKING
endif # SOC_SERIES_SAM4E

View file

@ -20,10 +20,6 @@ config ADC_MCUX_12B1MSPS_SAR
default y if HAS_MCUX_12B1MSPS_SAR
depends on ADC
config ETH_MCUX
default y if HAS_MCUX_ENET
depends on NET_L2_ETHERNET && ETH_DRIVER
config LOG_BACKEND_SWO_FREQ_HZ
default 7500000
depends on LOG_BACKEND_SWO

View file

@ -18,10 +18,6 @@ config GPIO
config SPI
default n
config ETH_MCUX
default y
depends on NET_L2_ETHERNET && ETH_DRIVER
config USB_KINETIS
default y
depends on USB_DEVICE_DRIVER

View file

@ -15,10 +15,6 @@ config NUM_IRQS
config GPIO
default y
config ETH_MCUX
default y
depends on NET_L2_ETHERNET && ETH_DRIVER
config USB_KINETIS
default y
depends on USB_DEVICE_DRIVER