diff options
author | Arun Ramadoss <arun.ramadoss@microchip.com> | 2022-07-01 17:01:46 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-02 17:34:05 +0200 |
commit | 55ab6ffaf378d6a5ed9682f24fec4b947eb29930 (patch) | |
tree | 57e130f1a027a6a1aaa1654257b843319ea42ef3 /drivers/net/dsa/microchip/Makefile | |
parent | net: dsa: microchip: generic access to ksz9477 static and reserved table (diff) | |
download | linux-55ab6ffaf378d6a5ed9682f24fec4b947eb29930.tar.xz linux-55ab6ffaf378d6a5ed9682f24fec4b947eb29930.zip |
net: dsa: microchip: add DSA support for microchip LAN937x
Basic DSA driver support for lan937x and the device will be
configured through SPI interface.
It adds the lan937x_dev_ops in ksz_common.c file and tries to reuse the
functionality of ksz9477 series switch.
drivers/net/dsa/microchip/ path is already part of MAINTAINERS &
the new files come under this path. Hence no update needed to the
MAINTAINERS
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/microchip/Makefile')
-rw-r--r-- | drivers/net/dsa/microchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/Makefile b/drivers/net/dsa/microchip/Makefile index b2ba7c1bcb93..28873559efc2 100644 --- a/drivers/net/dsa/microchip/Makefile +++ b/drivers/net/dsa/microchip/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON) += ksz_switch.o ksz_switch-objs := ksz_common.o ksz_switch-objs += ksz9477.o ksz_switch-objs += ksz8795.o +ksz_switch-objs += lan937x_main.o obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ9477_I2C) += ksz9477_i2c.o obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ_SPI) += ksz_spi.o obj-$(CONFIG_NET_DSA_MICROCHIP_KSZ8863_SMI) += ksz8863_smi.o |