mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-10 23:48:16 +00:00
kernel: netdevices: Package AMD PHY
This adds a package for the AMD and Altima PHY, found in some odd devices. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
330492a101
commit
fcd1c9cbcc
@ -224,6 +224,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,phylib-broadcom))
|
$(eval $(call KernelPackage,phylib-broadcom))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/phy-amd
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=AMD PHY driver
|
||||||
|
KCONFIG:=CONFIG_AMD_PHY
|
||||||
|
DEPENDS:=+kmod-libphy
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/phy/amd.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,amd,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/phy-amd/description
|
||||||
|
Currently supports the AMD and Altima PHYs.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,phy-amd))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/phy-ax88796b
|
define KernelPackage/phy-ax88796b
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Asix PHY driver
|
TITLE:=Asix PHY driver
|
||||||
|
Loading…
Reference in New Issue
Block a user