Revision 51bb352f15595f2dee42b599680809de3d08999d authored by Jitendra Kalsaria on 14 January 2014, 18:57:25 UTC, committed by David S. Miller on 15 January 2014, 03:02:35 UTC
vlan gets the same netdev features except vlan filter.

Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 95f4a45
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top