Revision e6f61130ed7a124138c4f7b1bd35e24e8113cb83 authored by Doug Ledford on 26 May 2016, 15:55:19 UTC, committed by Doug Ledford on 26 May 2016, 15:55:19 UTC
3 parent s 0de4cbb + 492a7e6 + ae43f82
Raw File
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