https://github.com/torvalds/linux
Raw File
Tip revision: 0fb23e45b83d71aca5be8d6ffb98dfcf4743c057 authored by Dileep on 23 June 2015, 10:41:52 UTC
Wrong value unsigned three
Tip revision: 0fb23e4
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