|
|
@@ -255,6 +255,21 @@ endef
|
|
|
|
|
|
$(eval $(call KernelPackage,et131x))
|
|
|
|
|
|
+define KernelPackage/phy-maxlinear
|
|
|
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
+ TITLE:=Maxlinear Ethernet PHY driver
|
|
|
+ KCONFIG:=CONFIG_MAXLINEAR_GPHY
|
|
|
+ DEPENDS:=+kmod-libphy +kmod-hwmon-core +kmod-polynomial
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/net/phy/mxl-gpy.ko
|
|
|
+ AUTOLOAD:=$(call AutoLoad,18,mxl-gpy,1)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/phy-maxlinear/description
|
|
|
+ Support Maxlinear Ethernet PHYs.
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,phy-maxlinear))
|
|
|
+
|
|
|
define KernelPackage/phy-microchip
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=Microchip Ethernet PHY driver
|