https://github.com/torvalds/linux
Raw File
Tip revision: 8e574c79bc4215e5ff8ec517421e53c42a8c35e5 authored by Dan Fuhry on 21 January 2016, 14:00:43 UTC
fs/btrfs/inode.c: Style guide conformance
Tip revision: 8e574c7
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