mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: kmod-phy-ax88796b: Add new PHY
This adds the AX88796B PHY which is needed by the kmod-usb-net-asix driver. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
bd50b61c46
commit
df9d2c9c30
@ -226,6 +226,23 @@ endef
|
|||||||
$(eval $(call KernelPackage,phylib-broadcom))
|
$(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
|
define KernelPackage/phy-broadcom
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Broadcom Ethernet PHY driver
|
TITLE:=Broadcom Ethernet PHY driver
|
||||||
|
@ -1155,7 +1155,7 @@ $(eval $(call KernelPackage,usb-net-aqc111))
|
|||||||
|
|
||||||
define KernelPackage/usb-net-asix
|
define KernelPackage/usb-net-asix
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
|
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
|
||||||
DEPENDS:=+(LINUX_5_4||LINUX_5_10):kmod-libphy +LINUX_6_1:kmod-phylink \
|
DEPENDS:=+kmod-phy-ax88796b +LINUX_6_1:kmod-phylink \
|
||||||
+(LINUX_5_15||LINUX_6_1):kmod-mdio-devres \
|
+(LINUX_5_15||LINUX_6_1):kmod-mdio-devres \
|
||||||
+(LINUX_5_15||LINUX_6_1):kmod-net-selftests
|
+(LINUX_5_15||LINUX_6_1):kmod-net-selftests
|
||||||
KCONFIG:=CONFIG_USB_NET_AX8817X
|
KCONFIG:=CONFIG_USB_NET_AX8817X
|
||||||
|
Loading…
Reference in New Issue
Block a user