swh:1:snp:baebc2109e4a2ec22a1129a3859647e191d04df4
Raw File
Tip revision: 89e0290bc9f4e88933dd70a18e05f90e0e85c2b9 authored by Salvatore Bonaccorso on 17 January 2016, 19:07:28 UTC
Synthetic revision for Debian source package linux version 3.16.7-ckt20-1+deb8u3
Tip revision: 89e0290
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