mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-25 19:42:19 +00:00
Add support for the Broadcom ASP 2.0 Ethernet controller which is first introduced with 72165. This controller features two distinct Ethernet ports that can be independently operated. Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Justin Chen <justin.chen@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
3 lines
90 B
Makefile
3 lines
90 B
Makefile
obj-$(CONFIG_BCMASP) += bcm-asp.o
|
|
bcm-asp-objs := bcmasp.o bcmasp_intf.o bcmasp_ethtool.o
|