swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 4f7d029b9bf009fbee76bb10c0c4351a1870d2f3 authored by Linus Torvalds on 16 April 2017, 20:00:18 UTC
Linux 4.11-rc7
Tip revision: 4f7d029
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