Revision d938e66003c9ccc6c0ab10fa31ee23cf27574d66 authored by Takashi Iwai on 10 November 2011, 18:52:08 UTC, committed by Takashi Iwai on 10 November 2011, 18:52:08 UTC
2 parent s bcca5fa + 43df2a5
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