Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112202
b: refs/heads/master
c: 2e5f032
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and David S. Miller committed Oct 9, 2008
1 parent 32ae0cf commit ed1feb1
Show file tree
Hide file tree
Showing 6 changed files with 556 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf85d08fdf4548ee46657ccfb7f9949a85145db5
refs/heads/master: 2e5f032095ff101274dfb03d5fd5e06d9aeb83cd
13 changes: 13 additions & 0 deletions trunk/net/dsa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ config NET_DSA_MV88E6XXX
bool
default n

config NET_DSA_MV88E6XXX_NEED_PPU
bool
default n

config NET_DSA_MV88E6131
bool "Marvell 88E6131 ethernet switch chip support"
select NET_DSA_MV88E6XXX
select NET_DSA_MV88E6XXX_NEED_PPU
select NET_DSA_TAG_DSA
---help---
This enables support for the Marvell 88E6131 ethernet switch
chip.

config NET_DSA_MV88E6123_61_65
bool "Marvell 88E6123/6161/6165 ethernet switch chip support"
select NET_DSA_MV88E6XXX
Expand Down
1 change: 1 addition & 0 deletions trunk/net/dsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o
# switch drivers
obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
obj-$(CONFIG_NET_DSA_MV88E6123_61_65) += mv88e6123_61_65.o
obj-$(CONFIG_NET_DSA_MV88E6131) += mv88e6131.o

# the core
obj-$(CONFIG_NET_DSA) += dsa.o slave.o
Loading

0 comments on commit ed1feb1

Please sign in to comment.