Revision dc97562778174b217d6dacf2e620af571186d1b8 authored by Soren Brinkmann on 06 October 2017, 16:23:46 UTC, committed by Michal Simek on 09 October 2017, 05:46:35 UTC
This reverts commit a5b81341e98f3b9852881671c5d784b8fa973158.
This early version of the patch is superseded by the version accepted
upstream.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1 parent 4fba418
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