Revision 96bdc7dc61fb1b1e8e858dafb13abee8482ba064 authored by Chris Mason on 16 January 2012, 13:13:11 UTC, committed by Chris Mason on 16 January 2012, 20:38:24 UTC
system chunks by default are very small.  This makes them slightly
larger and also fixes the conditional checks to make sure we don't
allocate a billion of them at once.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent f248679
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