blob: c51b55400dc56818a2f4e0cca68cb74be38048a3 [file] [log] [blame]
Lennert Buytenhek91da11f2008-10-07 13:44:02 +00001menuconfig NET_DSA
2 bool "Distributed Switch Architecture support"
3 default n
Heiko Carstens510149e2008-10-13 18:58:48 -07004 depends on EXPERIMENTAL && !S390
David S. Miller45cec1b2008-10-08 17:33:01 -07005 select PHYLIB
Lennert Buytenhek91da11f2008-10-07 13:44:02 +00006 ---help---
7 This allows you to use hardware switch chips that use
8 the Distributed Switch Architecture.
9
10
11if NET_DSA
12
13# tagging formats
Lennert Buytenhekcf85d082008-10-07 13:45:02 +000014config NET_DSA_TAG_DSA
15 bool
16 default n
17
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000018config NET_DSA_TAG_EDSA
19 bool
20 default n
21
Lennert Buytenhek396138f02008-10-07 13:46:07 +000022config NET_DSA_TAG_TRAILER
23 bool
24 default n
25
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000026
27# switch drivers
28config NET_DSA_MV88E6XXX
29 bool
30 default n
31
Lennert Buytenhek2e16a772008-10-07 13:46:22 +000032config NET_DSA_MV88E6060
33 bool "Marvell 88E6060 ethernet switch chip support"
34 select NET_DSA_TAG_TRAILER
35 ---help---
36 This enables support for the Marvell 88E6060 ethernet switch
37 chip.
38
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +000039config NET_DSA_MV88E6XXX_NEED_PPU
40 bool
41 default n
42
43config NET_DSA_MV88E6131
Lennert Buytenhek076d3e12009-03-20 09:50:39 +000044 bool "Marvell 88E6095/6095F/6131 ethernet switch chip support"
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +000045 select NET_DSA_MV88E6XXX
46 select NET_DSA_MV88E6XXX_NEED_PPU
47 select NET_DSA_TAG_DSA
48 ---help---
Lennert Buytenhek076d3e12009-03-20 09:50:39 +000049 This enables support for the Marvell 88E6095/6095F/6131
50 ethernet switch chips.
Lennert Buytenhek2e5f0322008-10-07 13:45:18 +000051
Lennert Buytenhek91da11f2008-10-07 13:44:02 +000052config NET_DSA_MV88E6123_61_65
53 bool "Marvell 88E6123/6161/6165 ethernet switch chip support"
54 select NET_DSA_MV88E6XXX
55 select NET_DSA_TAG_EDSA
56 ---help---
57 This enables support for the Marvell 88E6123/6161/6165
58 ethernet switch chips.
59
60endif