Revision e8f0f8aa4eb356bd729f15be8827db2558ea1ae6 authored by Mark Brown on 24 August 2016, 18:05:22 UTC, committed by Mark Brown on 24 August 2016, 18:05:22 UTC
5 parent s d520519 + 3e103a6 + b0f12c6 + 5d76491 + d1e8142
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