|
|
@@ -223,6 +223,23 @@ endef
|
|
|
$(eval $(call KernelPackage,phylib-broadcom))
|
|
|
|
|
|
|
|
|
+define KernelPackage/phy-ax88796b
|
|
|
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
+ TITLE:=Asix PHY driver
|
|
|
+ KCONFIG:=CONFIG_AX88796B_PHY
|
|
|
+ DEPENDS:=+kmod-libphy
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/net/phy/ax88796b.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,ax88796b)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/phy-ax88796b/description
|
|
|
+ Currently supports the Asix Electronics PHY found in the X-Surf 100
|
|
|
+ AX88796B package.
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,phy-ax88796b))
|
|
|
+
|
|
|
+
|
|
|
define KernelPackage/phy-broadcom
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=Broadcom Ethernet PHY driver
|