Revision ec4a1dd27f478db6880a480fa737a0d846cd2122 authored by Jason Self on 08 March 2016, 15:56:17 UTC, committed by Jason Self on 08 March 2016, 15:56:17 UTC
0 parent
Raw File
Kconfig
config HAVE_NET_DSA
	def_bool y
	depends on NETDEVICES && !S390

# Drivers must select NET_DSA and the appropriate tagging format

config NET_DSA
	tristate
	depends on HAVE_NET_DSA
	select PHYLIB

if NET_DSA

# tagging formats
config NET_DSA_TAG_DSA
	bool

config NET_DSA_TAG_EDSA
	bool

config NET_DSA_TAG_TRAILER
	bool

endif
back to top