diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-11-29 13:43:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-29 13:58:38 +0100 |
commit | d28d6d2e37d10d607f931d25c835a0bd94d370e3 (patch) | |
tree | 6115db9aef90091ae7a27a13b71c693d68ce0b2e /drivers/net/ethernet/microchip/lan966x/Makefile | |
parent | net: lan966x: add the basic lan966x driver (diff) | |
download | linux-d28d6d2e37d10d607f931d25c835a0bd94d370e3.tar.xz linux-d28d6d2e37d10d607f931d25c835a0bd94d370e3.zip |
net: lan966x: add port module support
This patch adds support for netdev and phylink in the switch. The
injection + extraction is register based. This will be replaced with DMA
accees.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/lan966x/Makefile')
-rw-r--r-- | drivers/net/ethernet/microchip/lan966x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/Makefile b/drivers/net/ethernet/microchip/lan966x/Makefile index 7ea90410a0b2..e18c9b2d0bb7 100644 --- a/drivers/net/ethernet/microchip/lan966x/Makefile +++ b/drivers/net/ethernet/microchip/lan966x/Makefile @@ -5,4 +5,4 @@ obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o -lan966x-switch-objs := lan966x_main.o +lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o |