blob: 0f5dc344ed92e1d679ac4a414713582528642eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
config NET_DSA
tristate
default n
depends on EXPERIMENTAL && NETDEVICES && !S390
select PHYLIB
---help---
This allows you to use hardware switch chips that use
the Distributed Switch Architecture.
menu "Distributed Switch Architecture support"
# tagging formats
config NET_DSA_TAG_DSA
bool "Original DSA packet tagging format"
select NET_DSA
default n
config NET_DSA_TAG_EDSA
bool "Ethertype DSA packet tagging format"
select NET_DSA
default n
config NET_DSA_TAG_TRAILER
bool "Trailer DSA packet tagging format"
select NET_DSA
default n
endmenu
|