Revision 7f0dd7683c4d7e01dc99d8922190af6bcc9a0860 authored by Rafał Miłecki on 03 September 2014, 05:36:51 UTC, committed by Ralf Baechle on 24 November 2014, 06:44:04 UTC
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7607/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 3dc4bf3
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