Blame view

net/dsa/Kconfig 416 Bytes
3b1588593   Ben Hutchings   dsa: Move switch ...
1
  config NET_DSA
34a430d7b   Ben Hutchings   dsa: Allow core a...
2
  	tristate "Distributed Switch Architecture support"
91da11f87   Lennert Buytenhek   net: Distributed ...
3
  	default n
cba86f2e2   Randy Dunlap   phylib: available...
4
  	depends on EXPERIMENTAL && NETDEVICES && !S390
45cec1bac   David S. Miller   dsa: Need to sele...
5
  	select PHYLIB
91da11f87   Lennert Buytenhek   net: Distributed ...
6
7
8
9
10
11
12
13
  	---help---
  	  This allows you to use hardware switch chips that use
  	  the Distributed Switch Architecture.
  
  
  if NET_DSA
  
  # tagging formats
cf85d08fd   Lennert Buytenhek   dsa: add support ...
14
15
16
  config NET_DSA_TAG_DSA
  	bool
  	default n
91da11f87   Lennert Buytenhek   net: Distributed ...
17
18
19
  config NET_DSA_TAG_EDSA
  	bool
  	default n
396138f03   Lennert Buytenhek   dsa: add support ...
20
21
22
  config NET_DSA_TAG_TRAILER
  	bool
  	default n
91da11f87   Lennert Buytenhek   net: Distributed ...
23
  endif