Commit 57c4a557 authored by Fin Maaß's avatar Fin Maaß Committed by Benjamin Cabé
Browse files

drivers: ethernet: remove select MDIO



remove `select MDIO` from the
ethernet drivers, that don't directly use mdio
and only use the ethernet phy api, now that the
phys select MDIO

Signed-off-by: default avatarFin Maaß <f.maass@vogl-electronic.com>
parent e053f1aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ menuconfig ETH_ADIN2111
	default y
	depends on DT_HAS_ADI_ADIN2111_ENABLED || DT_HAS_ADI_ADIN1110_ENABLED
	select SPI
	select MDIO
	imply CRC
	help
	  The ADIN2111 is a low power, 2-port 10BASE-T1L transceiver
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ menuconfig ETH_ESP32
	default y
	depends on SOC_SERIES_ESP32
	depends on DT_HAS_ESPRESSIF_ESP32_ETH_ENABLED
	select MDIO
	help
	  Enable ESP32 Ethernet driver.

+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ menuconfig ETH_LAN865X
	default y
	depends on DT_HAS_MICROCHIP_LAN865X_ENABLED
	select SPI
	select MDIO
	select NET_L2_ETHERNET_MGMT
	help
	  The LAN865X is a low power, 10BASE-T1S transceiver compliant with
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ config ETH_NXP_ENET
	depends on DT_HAS_NXP_ENET_MAC_ENABLED
	select NOCACHE_MEMORY if CPU_HAS_DCACHE
	select ARM_MPU if CPU_CORTEX_M7
	select MDIO if DT_HAS_NXP_ENET_MDIO_ENABLED
	select NET_POWER_MANAGEMENT if (PM_DEVICE && SOC_FAMILY_KINETIS)
	select ETH_DSA_SUPPORT_DEPRECATED
	select PINCTRL
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ menuconfig ETH_NXP_S32_NETC
	depends on (DT_HAS_NXP_S32_NETC_PSI_ENABLED || DT_HAS_NXP_S32_NETC_VSI_ENABLED)
	select MBOX
	select PINCTRL
	select MDIO if DT_HAS_NXP_S32_NETC_PSI_ENABLED
	select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
	help
	  Enable Ethernet Switch and Controller (NETC) driver for NXP S32 SoCs.
Loading