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

                   
                                              


                                                                
              
                                                  
                                                  
                            
                     


                                                                                 
 
          

                 


                       
                      
            
 
                       
            
 
                          

            


                      

                      
     
config HAVE_NET_DSA
	def_bool y
	depends on INET && NETDEVICES && !S390

# Drivers must select NET_DSA and the appropriate tagging format

config NET_DSA
	tristate "Distributed Switch Architecture"
	depends on HAVE_NET_DSA && MAY_USE_DEVLINK
	select NET_SWITCHDEV
	select PHYLIB
	---help---
	  Say Y if you want to enable support for the hardware switches supported
	  by the Distributed Switch Architecture.

if NET_DSA

# tagging formats
config NET_DSA_TAG_BRCM
	bool

config NET_DSA_TAG_DSA
	bool

config NET_DSA_TAG_EDSA
	bool

config NET_DSA_TAG_TRAILER
	bool

config NET_DSA_TAG_QCA
	bool

config NET_DSA_TAG_MTK
	bool
endif