kernel: add broadcom phy driver

This adds the Broadcom phy driver.
This also loses #19545.
Thank you bigtman43

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 45877
This commit is contained in:
Hauke Mehrtens 2015-06-02 20:01:21 +00:00
parent 2b9ac1e0af
commit d315659e1e

View File

@ -148,6 +148,23 @@ endef
$(eval $(call KernelPackage,gw16083))
define KernelPackage/phy-broadcom
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Broadcom Ethernet PHY driver
KCONFIG:=CONFIG_BROADCOM_PHY
DEPENDS:=+kmod-libphy
FILES:=$(LINUX_DIR)/drivers/net/phy/broadcom.ko
AUTOLOAD:=$(call AutoLoad,18,broadcom)
endef
define KernelPackage/phy-broadcom/description
Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481,
BCM5482 and BCM57780 PHYs.
endef
$(eval $(call KernelPackage,phy-broadcom))
define KernelPackage/swconfig
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=switch configuration API