summaryrefslogblamecommitdiffstats
path: root/net/dsa/Kconfig
blob: 0f5dc344ed92e1d679ac4a414713582528642eb9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
              
                
                 
                                                      
                     




                                                               
                                              

                 
                      

                                                 

                 
                       

                                                  

                 
                          

                                                
                 
       
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