https://github.com/torvalds/linux
Raw File
Tip revision: 18e073a82e767fe0564ce5f5887335634015d16b authored by microcai on 12 January 2011, 21:18:45 UTC
[vt] add cjk font that has 65536 chars
Tip revision: 18e073a
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