diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-10-29 18:44:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-30 19:54:10 +0100 |
commit | 3ad50cca3919c08472232a633806f591216732b9 (patch) | |
tree | 6ac0cc458846c5103af232bda1c25ab6ac4177a4 /drivers/net/dsa/Makefile | |
parent | net: dsa: Report known silicon revisions for Marvell 88E6131 (diff) | |
download | linux-3ad50cca3919c08472232a633806f591216732b9.tar.xz linux-3ad50cca3919c08472232a633806f591216732b9.zip |
net: dsa: Add support for Marvell 88E6352
Marvell 88E6352 is mostly compatible to MV88E6123/61/65,
but requires indirect phy access. Also, its configuration
registers are a bit different.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/Makefile')
-rw-r--r-- | drivers/net/dsa/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/dsa/Makefile b/drivers/net/dsa/Makefile index 23a90de9830e..e2d51c4b9382 100644 --- a/drivers/net/dsa/Makefile +++ b/drivers/net/dsa/Makefile @@ -7,6 +7,9 @@ endif ifdef CONFIG_NET_DSA_MV88E6131 mv88e6xxx_drv-y += mv88e6131.o endif +ifdef CONFIG_NET_DSA_MV88E6352 +mv88e6xxx_drv-y += mv88e6352.o +endif ifdef CONFIG_NET_DSA_MV88E6171 mv88e6xxx_drv-y += mv88e6171.o endif |