 3b15885930
			
		
	
	
	3b15885930
	
	
	
		
			
			Support for specific hardware belongs under drivers/net/ not net/. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			416 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			416 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| config NET_DSA
 | |
| 	tristate "Distributed Switch Architecture support"
 | |
| 	default n
 | |
| 	depends on EXPERIMENTAL && NETDEVICES && !S390
 | |
| 	select PHYLIB
 | |
| 	---help---
 | |
| 	  This allows you to use hardware switch chips that use
 | |
| 	  the Distributed Switch Architecture.
 | |
| 
 | |
| 
 | |
| if NET_DSA
 | |
| 
 | |
| # tagging formats
 | |
| config NET_DSA_TAG_DSA
 | |
| 	bool
 | |
| 	default n
 | |
| 
 | |
| config NET_DSA_TAG_EDSA
 | |
| 	bool
 | |
| 	default n
 | |
| 
 | |
| config NET_DSA_TAG_TRAILER
 | |
| 	bool
 | |
| 	default n
 | |
| 
 | |
| endif
 |