diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-10-07 13:46:22 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 17:24:22 -0700 |
commit | 2e16a77e1e674644b4fe552daa1fb11e32398ae6 (patch) | |
tree | f8dc40dc1e12aeaff01f680c87835b608f65c1c7 /net/dsa/Makefile | |
parent | 396138f03f4521c55ecc3a5dd75d4c56e6323244 (diff) | |
download | linux-2e16a77e1e674644b4fe552daa1fb11e32398ae6.tar.gz linux-2e16a77e1e674644b4fe552daa1fb11e32398ae6.tar.bz2 linux-2e16a77e1e674644b4fe552daa1fb11e32398ae6.zip |
dsa: add support for the Marvell 88E6060 switch chip
Add support for the Marvell 88E6060 switch chip. This chip only
supports the Header and Trailer tagging formats, and we use it in
Trailer mode since that mode is slightly easier to handle than
Header mode.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Tested-by: Byron Bradley <byron.bbradley@gmail.com>
Tested-by: Tim Ellis <tim.ellis@mac.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r-- | net/dsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile index 63d3c44908b0..2374faff4dea 100644 --- a/net/dsa/Makefile +++ b/net/dsa/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o # switch drivers obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o +obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o obj-$(CONFIG_NET_DSA_MV88E6123_61_65) += mv88e6123_61_65.o obj-$(CONFIG_NET_DSA_MV88E6131) += mv88e6131.o |