https://github.com/torvalds/linux
Raw File
Tip revision: 757d15e21d9b304ee2c9fc0a8239458dcd011047 authored by czom on 23 April 2018, 14:26:01 UTC
Update skbuff.c
Tip revision: 757d15e
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