https://github.com/torvalds/linux
Raw File
Tip revision: 64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91 authored by Linus Torvalds on 27 July 2014, 19:41:55 UTC
Linux 3.16-rc7
Tip revision: 64aa90f
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