Revision 6dc6db790a67d28e46abefc44ca1a3bd438b2920 authored by Subhransu S. Prusty on 29 June 2015, 16:36:44 UTC, committed by Mark Brown on 06 August 2015, 11:33:53 UTC
Some widgets may need sorting within, So add this support in topology.

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5406898
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