https://github.com/torvalds/linux
Raw File
Tip revision: 6c6eae943abe90bfb683d6d61d2b277c9d1c916f authored by Mark on 25 January 2017, 03:19:45 UTC
mips checksum error -- csum_tcpudp_nofold
Tip revision: 6c6eae9
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