https://github.com/torvalds/linux
Revision 98014be39bda8277a5ad130bb274ed6eb18b74df authored by Arnd Bergmann on 29 November 2011, 14:50:17 UTC, committed by Arnd Bergmann on 29 November 2011, 14:50:17 UTC
2 parent s 55135df + 6e2a587
Raw File
Tip revision: 98014be39bda8277a5ad130bb274ed6eb18b74df authored by Arnd Bergmann on 29 November 2011, 14:50:17 UTC
Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux-stericsson into fixes
Tip revision: 98014be
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