mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-11 07:02:10 -05:00
kernel: add kmod-phy-microchip
phy drivers for Microchip's LAN88xx PHYs. This is needed for the "LAN7801" variant of the upstream lan78xx usb ethernet driver. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
8c501bf9fe
commit
d9ff9a4270
@ -196,6 +196,21 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,et131x))
|
$(eval $(call KernelPackage,et131x))
|
||||||
|
|
||||||
|
define KernelPackage/phy-microchip
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=Microchip Ethernet PHY driver
|
||||||
|
KCONFIG:=CONFIG_MICROCHIP_PHY
|
||||||
|
DEPENDS:=+kmod-libphy
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/phy/microchip.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,18,microchip,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/phy-microchip/description
|
||||||
|
Supports the LAN88XX PHYs.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,phy-microchip))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/phylib-broadcom
|
define KernelPackage/phylib-broadcom
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user