https://github.com/torvalds/linux
Revision e1858b2a21cd84a855945a4747fb2db41b250c22 authored by Richard Kuo on 19 September 2012, 21:22:02 UTC, committed by Richard Kuo on 18 October 2012, 22:07:21 UTC
Code Aurora Forum (CAF) is becoming a part of Linux Foundation Labs.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
1 parent 3ed8d11
Raw File
Tip revision: e1858b2a21cd84a855945a4747fb2db41b250c22 authored by Richard Kuo on 19 September 2012, 21:22:02 UTC
Hexagon: Copyright marking changes
Tip revision: e1858b2
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