Skip to content

Commit

Permalink
armsr: remove redundant phy-marvell-10g module
Browse files Browse the repository at this point in the history
the Marvell 10G PHY driver is no way specific to ARM SystemReady
systems, it frequently occurs on SFP+ copper modules and is useful on
many targets.

Hence it been added to package/kernel/linux/modules/netdevices and we
can remove the now redundant target-specific module.

Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Aug 13, 2023
1 parent 3c2f7bb commit c524a76
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions target/linux/armsr/modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@ endef

$(eval $(call KernelPackage,marvell-mdio))

define KernelPackage/phy-marvell-10g
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Marvell Alaska 10G PHY driver
DEPENDS:=@(TARGET_armsr_armv8) +kmod-libphy
KCONFIG:=CONFIG_MARVELL_10G_PHY
FILES=$(LINUX_DIR)/drivers/net/phy/marvell10g.ko
AUTOLOAD=$(call AutoLoad,35,marvell10g)
endef

$(eval $(call KernelPackage,phy-marvell-10g))

define KernelPackage/mvneta
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Marvell Armada 370/38x/XP/37xx network driver
Expand Down

0 comments on commit c524a76

Please sign in to comment.