Revision 8129331f01a683ed8d9a9a65ed01b5c6ad26403a authored by Mustafa Ismail on 09 August 2017, 01:38:44 UTC, committed by Doug Ledford on 16 August 2017, 15:27:44 UTC
Fix incorrect naming of status code and struct. Use inline
instead of immediate.

Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Henry Orosco <henry.orosco@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent f67ace2
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