Revision 5568cdc368c349eee7b5fc48bc956234a0828d71 authored by David S. Miller on 29 March 2018, 15:42:14 UTC, committed by David S. Miller on 29 March 2018, 15:42:14 UTC
We want to use dev_set_mtu() regardless of how we calculate
the mtu value.

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2d2d99e
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# 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